mirror of
https://github.com/apache/nuttx.git
synced 2026-08-16 09:53:23 +00:00
Enable the OTG FS host on the Linum board so an external USB HID keyboard can be used: configure the USB VBUS, power-switch and over-current GPIOs at board bring-up (the power switch on PI12 is active low) and start the USB host from stm32_bringup() through stm32_usbhost_initialize(). Add the lvglterm_kbda configuration - the LVGL terminal driven by a USB HID keyboard on /dev/kbda - with the microSD card enabled alongside the USB host. They coexist once CONFIG_MMCSD_MMCSUPPORT is left disabled, so an SD card is not probed as an MMC device. Also switch esp32s3-m5-cardputer:lvglterm to the renamed matrix-keyboard input option (EXAMPLES_LVGLTERM_INPUT_KBD_MATRIX) to match the reworked lvglterm example Kconfig. Update the documentation accordingly: the LVGL Terminal example page for the three-way input choice (touch, matrix, USB HID) with cursor-key scrolling and per-variant configuration plus a photo of the USB variant running on the Linum, the lvglterm_kbda entry on the Linum board page, and the matrix-keyboard variant name on the M5Stack Cardputer board page. Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com> |
||
|---|---|---|
| .. | ||
| arm | ||
| arm64 | ||
| avr | ||
| dummy | ||
| hc/m9s12 | ||
| mips | ||
| misoc/lm32/misoc | ||
| or1k/mor1kx/or1k | ||
| renesas | ||
| risc-v | ||
| sim/sim/sim | ||
| sparc | ||
| tricore | ||
| x86/qemu/qemu-i486 | ||
| x86_64/qemu/qemu-intel64 | ||
| xtensa | ||
| z16/z16f/z16f2800100zcog | ||
| z80 | ||
| .gitignore | ||
| Board.mk | ||
| boardctl.c | ||
| CMakeLists.txt | ||
| dummy.c | ||
| Kconfig | ||
| Makefile | ||