mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 05:57:16 +00:00
added missing config option for register value debugging
This commit is contained in:
parent
dc392a6c68
commit
1944ab6f9b
1 changed files with 9 additions and 0 deletions
|
|
@ -4817,6 +4817,15 @@ config FB_TRANSPARENCY
|
|||
ltdc L8 format.
|
||||
|
||||
endif
|
||||
|
||||
config STM32F7_LTDC_REGDEBUG
|
||||
bool "Enable LTDC register value debug messages"
|
||||
default n
|
||||
---help---
|
||||
This gives additional messages for LTDC related register values.
|
||||
Additionally, you have to select "Low-level LCD Debug Features"
|
||||
to enable the debug messages.
|
||||
|
||||
endmenu
|
||||
|
||||
endif # STM32F7_LTDC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue