Merge pull request #1146 from hathach/nrf52_usb_serial_bug
update tinyusb to fix #1007 serial issue
This commit is contained in:
commit
93100a7517
|
@ -1 +1 @@
|
|||
Subproject commit 7b35cd0203bc409d7c1aefc075672103cb4a913e
|
||||
Subproject commit 583326e535454f16b06ebdb9cc06869602a5564c
|
|
@ -110,7 +110,7 @@ run follow command to install [adafruit-nrfutil](https://github.com/adafruit/Ada
|
|||
Example on how to generate and flash feather_nrf52832 target:
|
||||
|
||||
make BOARD=feather_nrf52832 SD=s132
|
||||
make BOARD=feather52832 SD=s132 dfu-gen dfu-flash
|
||||
make BOARD=feather_nrf52832 SD=s132 dfu-gen dfu-flash
|
||||
|
||||
## Bluetooth LE REPL
|
||||
|
||||
|
|
Loading…
Reference in New Issue