You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
09f8270825
This patch implemented USB keyboard library and added it as an input console device. It can be enabled by setting BIT1 in self.CONSOLE_IN_DEVICE_MASK in BoardConfig.py. By default, it will be disabled for performance and size consideration. Test has been done on APL Leafhill board. USB keyboard can work in Shell. Signed-off-by: Maurice Ma <maurice.ma@intel.com>