Skip to content

Commit 8a357db

Browse files
bulislaw0xc0170
authored andcommitted
Disable platfroms that fail without LPTICKER
1 parent 6fcd58c commit 8a357db

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

targets/targets.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2646,7 +2646,7 @@
26462646
"extra_labels": ["ARM_SSG", "CM3DS_MPS2"],
26472647
"macros": ["CMSDK_CM3DS"],
26482648
"device_has": ["ANALOGIN", "ETHERNET", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SPI", "RTC"],
2649-
"release_versions": ["2", "5"],
2649+
"release_versions": ["2"],
26502650
"copy_method": "mps2",
26512651
"reset_method": "reboot.txt"
26522652
},
@@ -3481,7 +3481,7 @@
34813481
"inherits": ["MCU_NRF52"],
34823482
"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"],
34833483
"device_has_add": ["ANALOGIN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"],
3484-
"release_versions": ["2", "5"],
3484+
"release_versions": ["2"],
34853485
"overrides": {"uart_hwfc": 0},
34863486
"device_name": "nRF52832_xxAA"
34873487
},
@@ -3490,15 +3490,15 @@
34903490
"inherits": ["MCU_NRF52"],
34913491
"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"],
34923492
"device_has_add": ["ANALOGIN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"],
3493-
"release_versions": ["2", "5"],
3493+
"release_versions": ["2"],
34943494
"device_name": "nRF52832_xxAA"
34953495
},
34963496
"MTB_UBLOX_NINA_B1": {
34973497
"inherits": ["MCU_NRF52"],
34983498
"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"],
34993499
"device_has_add": ["ANALOGIN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"],
35003500
"extra_labels_add": ["MTB_UBLOX_NINA_B1"],
3501-
"release_versions": ["5"],
3501+
"release_versions": [],
35023502
"device_name": "nRF52832_xxAA",
35033503
"bootloader_supported": true,
35043504
"overrides": {
@@ -3520,7 +3520,7 @@
35203520
"inherits": ["MCU_NRF52"],
35213521
"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"],
35223522
"device_has_add": ["ANALOGIN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"],
3523-
"release_versions": ["2", "5"],
3523+
"release_versions": ["2"],
35243524
"overrides": {"lf_clock_src": "NRF_LF_SRC_RC"},
35253525
"config": {
35263526
"lf_clock_rc_calib_timer_interval": {
@@ -3736,7 +3736,7 @@
37363736
},
37373737
"device_has": ["INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SLEEP", "STDIO_MESSAGES"],
37383738
"default_lib": "std",
3739-
"release_versions": ["5"]
3739+
"release_versions": []
37403740
},
37413741
"SARA_NBIOT": {
37423742
"inherits": ["HI2110"],

0 commit comments

Comments
 (0)