Skip to content

Commit 8ba0943

Browse files
committed
move OSHCHIP to be with other nRF51 boards
1 parent 8bf51ac commit 8ba0943

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
@@ -3313,6 +3313,12 @@
33133313
"device_has": ["I2C", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"],
33143314
"release_versions": ["2", "5"]
33153315
},
3316+
"OSHCHIP": {
3317+
"inherits": ["MCU_NRF51_32K_UNIFIED"],
3318+
"overrides": {
3319+
"target.lf_clock_src": "NRF_LF_SRC_RC"
3320+
}
3321+
},
33163322
"MCU_NRF52": {
33173323
"inherits": ["Target"],
33183324
"core": "Cortex-M4F",
@@ -3757,11 +3763,5 @@
37573763
"device_has_add": ["LOWPOWERTIMER", "SERIAL_ASYNCH", "SERIAL_FC", "FLASH"],
37583764
"release_versions": ["2"],
37593765
"device_name": "STM32F411RE"
3760-
},
3761-
"OSHCHIP": {
3762-
"inherits": ["MCU_NRF51_32K_UNIFIED"],
3763-
"overrides": {
3764-
"target.lf_clock_src": "NRF_LF_SRC_RC"
3765-
}
37663766
}
37673767
}

0 commit comments

Comments
 (0)