mirror of https://github.com/ARMmbed/mbed-os.git
Fix target definition for NRF52 series
* Removed RTC, NRF52840 doesn't support RTC API. * Reorganized DEVICE_HAS order for NRF52832.pull/7518/head
parent
7b7d9ccca6
commit
dc297a3d0e
|
@ -3681,12 +3681,12 @@
|
||||||
"SERIAL",
|
"SERIAL",
|
||||||
"SERIAL_ASYNCH",
|
"SERIAL_ASYNCH",
|
||||||
"SERIAL_FC",
|
"SERIAL_FC",
|
||||||
|
"SLEEP",
|
||||||
"SPI",
|
"SPI",
|
||||||
"SPI_ASYNCH",
|
"SPI_ASYNCH",
|
||||||
"STCLK_OFF_DURING_SLEEP",
|
"STCLK_OFF_DURING_SLEEP",
|
||||||
"TRNG",
|
"TRNG",
|
||||||
"USTICKER",
|
"USTICKER"
|
||||||
"SLEEP"
|
|
||||||
],
|
],
|
||||||
"extra_labels": [
|
"extra_labels": [
|
||||||
"NORDIC",
|
"NORDIC",
|
||||||
|
@ -3777,7 +3777,6 @@
|
||||||
"PORTINOUT",
|
"PORTINOUT",
|
||||||
"PORTOUT",
|
"PORTOUT",
|
||||||
"PWMOUT",
|
"PWMOUT",
|
||||||
"RTC",
|
|
||||||
"SERIAL",
|
"SERIAL",
|
||||||
"SERIAL_ASYNCH",
|
"SERIAL_ASYNCH",
|
||||||
"SERIAL_FC",
|
"SERIAL_FC",
|
||||||
|
|
Loading…
Reference in New Issue