Fix target definition for NRF52 series

* Removed RTC, NRF52840 doesn't support RTC API.
 * Reorganized DEVICE_HAS order for NRF52832.
pull/7405/head
Marcus Chang 2018-07-02 16:58:33 -07:00
parent 226e799d5b
commit 3f28fe2f54
1 changed files with 2 additions and 3 deletions

View File

@ -3675,12 +3675,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",
@ -3771,7 +3771,6 @@
"PORTINOUT", "PORTINOUT",
"PORTOUT", "PORTOUT",
"PWMOUT", "PWMOUT",
"RTC",
"SERIAL", "SERIAL",
"SERIAL_ASYNCH", "SERIAL_ASYNCH",
"SERIAL_FC", "SERIAL_FC",