Skip to content

Commit a17e3d1

Browse files
committed
Removed RTC as a supported peripheral for NCS36510
1 parent c2784c8 commit a17e3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3487,7 +3487,7 @@
34873487
"post_binary_hook": {"function": "NCS36510TargetCode.ncs36510_addfib"},
34883488
"macros": ["CM3", "CPU_NCS36510", "TARGET_NCS36510", "LOAD_ADDRESS=0x3000"],
34893489
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
3490-
"device_has": ["ANALOGIN", "SERIAL", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "LOWPOWERTIMER", "TRNG", "SPISLAVE"],
3490+
"device_has": ["ANALOGIN", "SERIAL", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "LOWPOWERTIMER", "TRNG", "SPISLAVE"],
34913491
"release_versions": ["2", "5"]
34923492
},
34933493
"NUMAKER_PFM_M453": {

0 commit comments

Comments
 (0)