nrf52840: implement USB-CDC (#883)

* machine/nrf52840: usb-cdc implementation
This commit is contained in:
Scott Yoder
2020-02-17 09:14:24 -05:00
committed by GitHub
parent d11abb33fe
commit 630c498efa
10 changed files with 603 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
// +build nrf52840,pca10056
package machine
// UART0 is the NRF UART
var (
UART0 = NRF_UART0
)