Skip to content

Commit 6af843f

Browse files
author
Marcus Chang
committed
Trim white space and clean up NRF52 configuration files
Removed unused and duplicate macros.
1 parent 2104d8a commit 6af843f

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_SDK_14_2/TARGET_SOFTDEVICE_S132/mbed_lib.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
{
22
"name": "softdevice",
3-
"config": {
4-
},
53
"macros": [
64
"SOFTDEVICE_PRESENT=1",
7-
"S132",
8-
"BLE_STACK_SUPPORT_REQD",
5+
"S132",
6+
"BLE_STACK_SUPPORT_REQD",
97
"NRF_SDH_CLOCK_LF_SRC=1",
108
"NRF_SDH_CLOCK_LF_RC_CTIV=0",
119
"NRF_SDH_CLOCK_LF_RC_TEMP_CTIV=0",
@@ -36,8 +34,7 @@
3634
"NRF_SDH_BLE_STACK_OBSERVER_PRIO=0",
3735
"NRF_SDH_SOC_STACK_OBSERVER_PRIO=0",
3836
"FDS_BACKEND=2",
39-
"SWI_DISABLE1=1",
40-
"NRF_LOG_ENABLED=0"
37+
"SWI_DISABLE1=1"
4138
],
4239
"target_overrides": {
4340
"*": {

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_SDK_14_2/TARGET_SOFTDEVICE_S140/mbed_lib.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "softdevice",
33
"macros": [
4-
"SOFTDEVICE_PRESENT=1",
4+
"SOFTDEVICE_PRESENT=1",
5+
"S140",
6+
"BLE_STACK_SUPPORT_REQD",
57
"NRF_SDH_CLOCK_LF_SRC=1",
68
"NRF_SDH_CLOCK_LF_RC_CTIV=0",
79
"NRF_SDH_CLOCK_LF_RC_TEMP_CTIV=0",
810
"NRF_SDH_CLOCK_LF_XTAL_ACCURACY=7",
9-
"BLE_STACK_SUPPORT_REQD",
10-
"NRF_SD_BLE_API_VERSION=5",
11-
"S140",
11+
"NRF_SD_BLE_API_VERSION=5",
1212
"NRF_SDH_ENABLED=1",
1313
"NRF_SDH_BLE_ENABLED=1",
1414
"PEER_MANAGER_ENABLED=1",
@@ -34,8 +34,7 @@
3434
"NRF_SDH_BLE_STACK_OBSERVER_PRIO=0",
3535
"NRF_SDH_SOC_STACK_OBSERVER_PRIO=0",
3636
"FDS_BACKEND=2",
37-
"SWI_DISABLE1=1",
38-
"S140"
37+
"SWI_DISABLE1=1"
3938
],
4039
"target_overrides": {
4140
"*": {

0 commit comments

Comments
 (0)