Skip to content

Commit 4f086f1

Browse files
mprse0xc0170
authored andcommitted
Enable us/lp ticker support for NRF51_DK board
1 parent 9a09bb5 commit 4f086f1

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
@@ -3441,7 +3441,8 @@
34413441
"TARGET_MCU_NRF51822",
34423442
"CMSIS_VECTAB_VIRTUAL",
34433443
"CMSIS_VECTAB_VIRTUAL_HEADER_FILE=\"cmsis_nvic.h\"",
3444-
"NO_SYSTICK"
3444+
"NO_SYSTICK",
3445+
"MBED_TICKLESS"
34453446
],
34463447
"MERGE_BOOTLOADER": false,
34473448
"extra_labels": ["NORDIC", "MCU_NRF51", "MCU_NRF51822_UNIFIED", "NRF5", "SDK11"],
@@ -3486,8 +3487,8 @@
34863487
"NRF51_DK": {
34873488
"supported_form_factors": ["ARDUINO"],
34883489
"inherits": ["MCU_NRF51_32K_UNIFIED"],
3489-
"device_has": ["ANALOGIN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"],
3490-
"release_versions": ["2"],
3490+
"device_has": ["USTICKER", "LPTICKER", "ANALOGIN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"],
3491+
"release_versions": ["2", "5"],
34913492
"device_name": "nRF51822_xxAA"
34923493
},
34933494
"NRF51_DONGLE": {

0 commit comments

Comments
 (0)