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/7405/head
parent
226e799d5b
commit
3f28fe2f54
|
@ -3675,12 +3675,12 @@
|
|||
"SERIAL",
|
||||
"SERIAL_ASYNCH",
|
||||
"SERIAL_FC",
|
||||
"SLEEP",
|
||||
"SPI",
|
||||
"SPI_ASYNCH",
|
||||
"STCLK_OFF_DURING_SLEEP",
|
||||
"TRNG",
|
||||
"USTICKER",
|
||||
"SLEEP"
|
||||
"USTICKER"
|
||||
],
|
||||
"extra_labels": [
|
||||
"NORDIC",
|
||||
|
@ -3771,7 +3771,6 @@
|
|||
"PORTINOUT",
|
||||
"PORTOUT",
|
||||
"PWMOUT",
|
||||
"RTC",
|
||||
"SERIAL",
|
||||
"SERIAL_ASYNCH",
|
||||
"SERIAL_FC",
|
||||
|
|
Loading…
Reference in New Issue