mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 08:23:41 +00:00
nrf52840: implement USB-CDC (#883)
* machine/nrf52840: usb-cdc implementation
This commit is contained in:
@@ -7,6 +7,10 @@ import (
|
||||
"unsafe"
|
||||
)
|
||||
|
||||
var (
|
||||
UART0 = NRF_UART0
|
||||
)
|
||||
|
||||
func CPUFrequency() uint32 {
|
||||
return 64000000
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user