[riot-notifications] [RIOT-OS/RIOT] boards/e180-zg120b-tb: add support (#15487)
Bas Stottelaar
notifications at github.com
Mon Nov 23 00:22:49 CET 2020
@basilfx 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
If added to the CPU features, doesn't that automatically add a dependency on the UART peripheral?
--
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_r528421570
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201122/bc04c598/attachment-0001.htm>
More information about the notifications
mailing list