Skip to content

Commit ba7d242

Browse files
committed
Clean up board definition to conform to the target spec
1 parent 65ee2af commit ba7d242

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
@@ -3681,16 +3681,9 @@
36813681
},
36823682
"OSHCHIP": {
36833683
"inherits": ["MCU_NRF51_32K_UNIFIED"],
3684-
"extra_labels_add": ["OSHCHIP"],
3685-
"macros_add": ["TARGET_OSHCHIP" , "TARGET_NRF_LFCLK_RC"],
36863684
"device_has": ["ANALOGIN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"],
3687-
"release_versions": ["2", "5"],
3688-
"device_name": "nRF51822_xxAA",
3689-
"config": {
3690-
"lf_clock_src": {
3691-
"value": "NRF_LF_SRC_RC",
3692-
"macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_SRC"
3693-
}
3685+
"overrides": {
3686+
"target.lf_clock_src": "NRF_LF_SRC_RC"
36943687
}
36953688
}
36963689
}

0 commit comments

Comments
 (0)