nrf5/boards: Updating board makefiles for s132 and s1xx target for pca10040 (nrf52832) by adding sub variant and device define to the makefiles.

This commit is contained in:
Glenn Ruben Bakke 2017-02-03 19:28:16 +01:00
parent 5ae960947c
commit 4ddc213d7f
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,6 @@
MCU_SERIES = m4
MCU_VARIANT = nrf52
MCU_SUB_VARIANT = nrf52832
LD_FILE = boards/nrf52832_aa_s132.ld
NRF_DEFINES += -DNRF52832_XXAA

View File

@ -1,4 +1,6 @@
MCU_SERIES = m4
MCU_VARIANT = nrf52
MCU_SUB_VARIANT = nrf52832
LD_FILE = boards/nrf52832_aa_s1xx.ld
NRF_DEFINES += -DNRF52832_XXAA