Skip to content

Commit d700144

Browse files
committed
Enable us/lp ticker support for NRF51_DK board
1 parent aee099c commit d700144

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

targets/targets.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3431,7 +3431,8 @@
34313431
"TARGET_MCU_NRF51822",
34323432
"CMSIS_VECTAB_VIRTUAL",
34333433
"CMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\"",
3434-
"NO_SYSTICK"
3434+
"NO_SYSTICK",
3435+
"MBED_TICKLESS"
34353436
],
34363437
"MERGE_BOOTLOADER": false,
34373438
"extra_labels": ["NORDIC", "MCU_NRF51", "MCU_NRF51822_UNIFIED", "NRF5", "SDK11"],
@@ -3476,8 +3477,8 @@
34763477
"NRF51_DK": {
34773478
"supported_form_factors": ["ARDUINO"],
34783479
"inherits": ["MCU_NRF51_32K_UNIFIED"],
3479-
"device_has": ["ANALOGIN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"],
3480-
"release_versions": ["2"],
3480+
"device_has": ["USTICKER", "LPTICKER", "ANALOGIN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"],
3481+
"release_versions": ["2", "5"],
34813482
"device_name": "nRF51822_xxAA"
34823483
},
34833484
"NRF51_DONGLE": {

0 commit comments

Comments
 (0)