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
159 B
Makefile
8 lines
159 B
Makefile
MCU_SERIES = m4
|
|
MCU_VARIANT = nrf52
|
|
MCU_SUB_VARIANT = nrf52832
|
|
SOFTDEV_VERSION = 6.0.0
|
|
LD_FILES += boards/nrf52832_512k_64k.ld
|
|
|
|
NRF_DEFINES += -DNRF52832_XXAA
|