Skip to content

Commit 8cb421d

Browse files
committed
Clean up board definition to conform to the target spec
1 parent a6c6956 commit 8cb421d

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

targets/targets.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3760,16 +3760,9 @@
37603760
},
37613761
"OSHCHIP": {
37623762
"inherits": ["MCU_NRF51_32K_UNIFIED"],
3763-
"extra_labels_add": ["OSHCHIP"],
3764-
"macros_add": ["TARGET_OSHCHIP" , "TARGET_NRF_LFCLK_RC"],
37653763
"device_has": ["ANALOGIN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"],
3766-
"release_versions": ["2", "5"],
3767-
"device_name": "nRF51822_xxAA",
3768-
"config": {
3769-
"lf_clock_src": {
3770-
"value": "NRF_LF_SRC_RC",
3771-
"macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_SRC"
3772-
}
3764+
"overrides": {
3765+
"target.lf_clock_src": "NRF_LF_SRC_RC"
37733766
}
37743767
}
37753768
}

0 commit comments

Comments
 (0)