7144e87ced
Support added for s132/s140 v6 in linker scripts and boards. Support removed for s132 v2/3/5. Download script updated to fetch new stacks and removed the non-supported ones. ble_drv.c updated to only handle s110 v8, and s132/s140 v6. ubluepy updated to continue scanning after each individual scan report reported to the module to keep old behaviour of the Scanner class.
8 lines
158 B
Makefile
8 lines
158 B
Makefile
MCU_SERIES = m4
|
|
MCU_VARIANT = nrf52
|
|
MCU_SUB_VARIANT = nrf52840
|
|
SOFTDEV_VERSION = 6.0.0
|
|
LD_FILES += boards/nrf52840_1M_256k.ld
|
|
|
|
NRF_DEFINES += -DNRF52840_XXAA
|