Skip to content

Commit 64e4e36

Browse files
kasjerrymanluk
authored andcommitted
hw/bsp: Update boards to nrfx 3.3.0
Now nrfx_config.h uses more specific selector for Nordic MCUs. This adds definition NRF5xxxx_XXAA to all affected BSPs. Definition NRF52/1 is still in place in case code other then NRFX needs it. Signed-off-by: Jerzy Kasenberg <[email protected]>
1 parent 91117b8 commit 64e4e36

File tree

23 files changed

+23
-0
lines changed

23 files changed

+23
-0
lines changed

hw/bsp/ada_feather_nrf52/pkg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ pkg.keywords:
2929

3030
pkg.cflags:
3131
- '-DNRF52'
32+
- '-DNRF52832_XXAA'
3233

3334
pkg.cflags.HARDFLOAT:
3435
- -mfloat-abi=hard -mfpu=fpv4-sp-d16

hw/bsp/arduino_primo_nrf52/pkg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ pkg.keywords:
2929

3030
pkg.cflags:
3131
- '-DNRF52'
32+
- '-DNRF52832_XXAA'
3233

3334
pkg.cflags.HARDFLOAT:
3435
- -mfloat-abi=hard -mfpu=fpv4-sp-d16

hw/bsp/bbc_microbit/pkg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ pkg.keywords:
2828

2929
pkg.cflags:
3030
- '-DNRF51'
31+
- '-DNRF51822_XXAA'
3132

3233
pkg.deps:
3334
- "@apache-mynewt-core/hw/mcu/nordic/nrf51xxx"

hw/bsp/ble400/pkg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ pkg.keywords:
2929

3030
pkg.cflags:
3131
- '-DNRF51'
32+
- '-DNRF51822_XXAA'
3233

3334
pkg.deps:
3435
- "@apache-mynewt-core/hw/mcu/nordic/nrf51xxx"

hw/bsp/bmd200/pkg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ pkg.keywords:
2929

3030
pkg.cflags:
3131
- '-DNRF51'
32+
- '-DNRF51822_XXAA'
3233

3334
pkg.deps:
3435
- "@apache-mynewt-core/hw/mcu/nordic/nrf51xxx"

hw/bsp/bmd300eval/pkg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ pkg.keywords:
2929

3030
pkg.cflags:
3131
- '-DNRF52'
32+
- '-DNRF52832_XXAA'
3233

3334
pkg.cflags.HARDFLOAT:
3435
- -mfloat-abi=hard -mfpu=fpv4-sp-d16

hw/bsp/calliope_mini/pkg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ pkg.keywords:
2828

2929
pkg.cflags:
3030
- '-DNRF51'
31+
- '-DNRF51822_XXAA'
3132

3233
pkg.deps:
3334
- "@apache-mynewt-core/hw/mcu/nordic/nrf51xxx"

hw/bsp/dwm1001-dev/pkg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ pkg.keywords:
2828

2929
pkg.cflags:
3030
- '-DNRF52'
31+
- '-DNRF52832_XXAA'
3132

3233
pkg.cflags.HARDFLOAT:
3334
- -mfloat-abi=hard -mfpu=fpv4-sp-d16

hw/bsp/nina-b1/pkg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ pkg.keywords:
2828

2929
pkg.cflags:
3030
- '-DNRF52'
31+
- '-DNRF52832_XXAA'
3132

3233
pkg.cflags.HARDFLOAT:
3334
- -mfloat-abi=hard -mfpu=fpv4-sp-d16

hw/bsp/nordic_pca10028-16k/pkg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ pkg.keywords:
3030

3131
pkg.cflags:
3232
- '-DNRF51'
33+
- '-DNRF51422_XXAA'
3334

3435
pkg.deps:
3536
- "@apache-mynewt-core/hw/mcu/nordic/nrf51xxx"

0 commit comments

Comments
 (0)