mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 02:35:58 +00:00
The nRF52840 DK board target, so far known as nrf52840_pca10056, is renamed to nrf52840dk_nrf52840. Its documentation and all references to its name in the tree are updated accordingly. Overlay and configuration files specific to this board are also renamed, to match the new board name. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
25 lines
845 B
YAML
25 lines
845 B
YAML
sample:
|
|
description: LVGL sample application
|
|
name: lvgl
|
|
tests:
|
|
sample.gui.lvgl:
|
|
harness: display
|
|
platform_whitelist: reel_board mimxrt1050_evk mimxrt1060_evk mimxrt1064_evk
|
|
tags: samples display gui
|
|
sample.display.adafruit_2_8_tft_touch_v2:
|
|
platform_whitelist: nrf52840dk_nrf52840
|
|
extra_args: SHIELD=adafruit_2_8_tft_touch_v2
|
|
tags: shield
|
|
sample.display.waveshare_epaper_gdeh0213b1:
|
|
platform_whitelist: nrf52840dk_nrf52840
|
|
extra_args: SHIELD=waveshare_epaper_gdeh0213b1
|
|
tags: shield
|
|
sample.display.waveshare_epaper_gdeh0213b72:
|
|
platform_whitelist: nrf52840dk_nrf52840
|
|
extra_args: SHIELD=waveshare_epaper_gdeh0213b72
|
|
tags: shield
|
|
sample.display.waveshare_epaper_gdeh029a1:
|
|
platform_whitelist: nrf52840dk_nrf52840
|
|
extra_args: SHIELD=waveshare_epaper_gdeh029a1
|
|
tags: shield
|