mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
enable USB
This commit is contained in:
parent
bc24b034ac
commit
7dd620cf95
@ -39,7 +39,7 @@ info = {
|
||||
],
|
||||
'makefile' : [
|
||||
# 'DEFINES += -DCONFIG_GPIO_AS_PINRESET', # Allow the reset pin to work
|
||||
# 'DEFINES += -DNRF_USB=1 -DUSB',
|
||||
'DEFINES += -DNRF_USB=1 -DUSB',
|
||||
'DEFINES += -DNEOPIXEL_SCK_PIN=1 -DNEOPIXEL_LRCK_PIN=26', # nRF52840 needs LRCK pin defined for neopixel
|
||||
'DEFINES += -DNRF_SDH_BLE_GATT_MAX_MTU_SIZE=131', # 23+x*27 rule as per https://devzone.nordicsemi.com/f/nordic-q-a/44825/ios-mtu-size-why-only-185-bytes
|
||||
'DEFINES += -DCENTRAL_LINK_COUNT=2 -DNRF_SDH_BLE_CENTRAL_LINK_COUNT=2', # allow two outgoing connections at once
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user