nuttx-apps/graphics/microwindows
Jorge Guzman e59fee53af nshlib, graphics/microwindows: require the keyboard byte stream
Both read a keyboard as a stream of characters:  NSH uses a USB HID
keyboard for stdin, and the raw mode of the Microwindows keyboard driver
decodes the stream with the codec.  That stream now comes from
INPUT_KEYBOARD_BYTESTREAM rather than from the USB HID driver itself.

Say so, so that Kconfig refuses a combination that cannot work instead of
letting the application read events and treat them as text.  No in-tree
configuration selects either option.

Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>
2026-08-02 18:36:37 +08:00
..
.gitignore graphics/microwindows: introduce Microwindows graphics support to NuttX 2026-07-28 09:53:05 +02:00
Kconfig nshlib, graphics/microwindows: require the keyboard byte stream 2026-08-02 18:36:37 +08:00
Make.defs graphics/microwindows: introduce Microwindows graphics support to NuttX 2026-07-28 09:53:05 +02:00
Makefile graphics/microwindows: fix missing HAVE_FNT_SUPPORT in Makefile 2026-07-30 09:42:18 +02:00