Skip to content

Commit 970bb07

Browse files
committed
Disable boards which does not fulfil new ticker standards.
This has been done already here: 7f88de9 Unfortunately targets.json file is changed quite often and it is hard to maintain conflicts while rebasing feature branch on master. This will have to be cleaned up later for integration with master. Note: lp ticker is required to have flash support on NRF52_DK. Disable flash support for this board.
1 parent 8a213fe commit 970bb07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

targets/targets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@
11951195
},
11961196
"extra_labels_add": ["STM32F4", "STM32F429", "STM32F429ZI", "STM32F429xx", "STM32F429xI"],
11971197
"macros_add": ["USB_STM_HAL", "USBHOST_OTHER"],
1198-
"device_has_add": ["ANALOGOUT", "CAN", "LOWPOWERTIMER", "SERIAL_ASYNCH", "SERIAL_FC", "TRNG", "FLASH"],
1198+
"device_has_add": ["ANALOGOUT", "CAN", "SERIAL_ASYNCH", "SERIAL_FC", "TRNG", "FLASH"],
11991199
"device_has_remove": ["USTICKER"],
12001200
"detect_code": ["0796"],
12011201
"features": ["LWIP"],
@@ -3479,7 +3479,7 @@
34793479
"inherits": ["MCU_NRF52"],
34803480
"macros_remove": ["MBED_TICKLESS"],
34813481
"macros_add": ["BOARD_PCA10040", "NRF52_PAN_12", "NRF52_PAN_15", "NRF52_PAN_58", "NRF52_PAN_55", "NRF52_PAN_54", "NRF52_PAN_31", "NRF52_PAN_30", "NRF52_PAN_51", "NRF52_PAN_36", "NRF52_PAN_53", "S132", "CONFIG_GPIO_AS_PINRESET", "BLE_STACK_SUPPORT_REQD", "SWI_DISABLE0", "NRF52_PAN_20", "NRF52_PAN_64", "NRF52_PAN_62", "NRF52_PAN_63"],
3482-
"device_has_add": ["ANALOGIN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE", "FLASH"],
3482+
"device_has_add": ["ANALOGIN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"],
34833483
"device_has_remove": ["USTICKER"],
34843484
"release_versions": ["2", "5"],
34853485
"device_name": "nRF52832_xxAA"
@@ -3664,7 +3664,7 @@
36643664
"post_binary_hook": {"function": "NCS36510TargetCode.ncs36510_addfib"},
36653665
"macros": ["CM3", "CPU_NCS36510", "TARGET_NCS36510", "LOAD_ADDRESS=0x3000"],
36663666
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
3667-
"device_has": ["ANALOGIN", "SERIAL", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "LOWPOWERTIMER", "TRNG", "SPISLAVE"],
3667+
"device_has": ["ANALOGIN", "SERIAL", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "TRNG", "SPISLAVE"],
36683668
"release_versions": ["2", "5"]
36693669
},
36703670
"NUMAKER_PFM_M453": {

0 commit comments

Comments
 (0)