Skip to content

doc: Documentation issue in 'boards/shields/arduino_giga_display_shield/doc/index' #89233

@dleach02

Description

@dleach02

Describe the bug

The instructions to build do not work.

west build -b arduino_giga_r1_wifi --shield arduino_giga_display_shield samples/subsys/display/lvgl

  • there is no board target for arduino_giga_r1_wifi.
  • if you correct the board name to arduino_giga_r1/stm32h747xx/m7 it errors on the shield name.
  • if you set the shield name to giga_display_shield, you get a build error

west build -p -b arduino_giga_r1/stm32h747xx/m7 --shield giga_display_shield samples/subsys/display/lvgl

Results with:

C:/work/zephyrproject/zephyr/drivers/display/display_stm32_ltdc.c: In function 'stm32_ltdc_init':
C:/work/zephyrproject/zephyr/drivers/display/display_stm32_ltdc.c:422:25: error: 'CONFIG_VIDEO_BUFFER_SMH_ATTRIBUTE' undeclared (first use in this function)
  422 |                         CONFIG_VIDEO_BUFFER_SMH_ATTRIBUTE,
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/work/zephyrproject/zephyr/drivers/display/display_stm32_ltdc.c:422:25: note: each undeclared identifier is reported only once for each function it appears in
[136/468] Building C object modules/lvgl/CMakeFiles/module...phyrproject/modules/lib/gui/lvgl/src/core/lv_obj_pos.c.obj
ninja: build stopped: subcommand failed.
FATAL ERROR: command exited with status 1: 'C:\Strawberry\c\bin\cmake.EXE' --build 'C:\work\zephyrproject\zephyr\build'

C

Environment

  • Page: boards/shields/arduino_giga_display_shield/doc/index
  • Version: main
  • SHA-1: 9cea552

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions