[riot-notifications] [RIOT-OS/RIOT] boards/e180-zg120b-tb: add support (#15487)
benpicco
notifications at github.com
Mon Nov 23 00:28:41 CET 2020
@benpicco commented on this pull request.
> +# directory for more details.
+
+config BOARD
+ default "e180-zg120b-tb" if BOARD_E180_ZG120B_TB
+
+config BOARD_E180-ZG120B-TB
+ bool
+ default y
+ select BOARD_COMMON_SILABS
+ select CPU_MODEL_EFR32MG1B232F256GM32
+ select HAS_PERIPH_ADC
+ select HAS_PERIPH_RTC
+ select HAS_PERIPH_RTT
+ select HAS_PERIPH_TIMER
+ select HAS_PERIPH_UART
+ select HAS_PERIPH_UART_MODECFG
No, it just means that the CPU implements this feature.
This way we can extend the API without having to implement it for all platforms at once.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15487#discussion_r528422258
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201122/9a72c2eb/attachment.htm>
More information about the notifications
mailing list