Skip to content

Commit f4a5f00

Browse files
authored
move OSHCHIP to be with other nRF51 boards
1 parent 7bf1673 commit f4a5f00

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

targets/targets.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3242,6 +3242,12 @@
32423242
"device_has": ["I2C", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"],
32433243
"release_versions": ["2", "5"]
32443244
},
3245+
"OSHCHIP": {
3246+
"inherits": ["MCU_NRF51_32K_UNIFIED"],
3247+
"overrides": {
3248+
"target.lf_clock_src": "NRF_LF_SRC_RC"
3249+
}
3250+
},
32453251
"MCU_NRF52": {
32463252
"inherits": ["Target"],
32473253
"core": "Cortex-M4F",
@@ -3678,11 +3684,5 @@
36783684
"device_has_add": ["LOWPOWERTIMER", "SERIAL_ASYNCH", "SERIAL_FC", "FLASH"],
36793685
"release_versions": ["2"],
36803686
"device_name": "STM32F411RE"
3681-
},
3682-
"OSHCHIP": {
3683-
"inherits": ["MCU_NRF51_32K_UNIFIED"],
3684-
"overrides": {
3685-
"target.lf_clock_src": "NRF_LF_SRC_RC"
3686-
}
36873687
}
36883688
}

0 commit comments

Comments
 (0)