aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/curses/keyboard.c
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2019-03-07payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2015-06-30libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2014-08-05libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black
2013-06-26libpayload: Use longer delay in tinycurses' wgetch()Nico Huber
2011-06-30Reduce warnings/errors in libpayload when using picky compiler optionsPatrick Georgi
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-08Trivial fix, use correct define.Mathias Krause
2009-07-31* drop duplicate prototype for lib_get_sysinfo()Stefan Reinauer
2009-02-22libpayload: Fix build when both USB and PS/2 keyboard support is disabledMart Raudsepp
2008-11-24[PATCH] libpayload: rename config.h to libpayload-config.hJordan Crouse
2008-10-23make escape code handling for serial terminal more robustPatrick Georgi
2008-10-16- reduced memory requirements a lot (from >100kb/controller toPatrick Georgi
2008-09-26* factor out serial hardware initStefan Reinauer
2008-09-17- unify keycodes for non-ASCII keys by using curses' codes and labelsPatrick Georgi
2008-09-05Add editing keypad keys and the missing F11 key to the curses serialUlf Jordan
2008-08-11these should be the last occurences of CONFIG_ without config.h in libpayload.Stefan Reinauer
2008-06-20libpayload: Support curses for serialJordan Crouse
2008-04-21libpayload: Fix keyboard bugletJordan Crouse
2008-04-08libpayload: Add a timeout function for getchar and getchJordan Crouse
2008-03-20Fix code to allow usage of -Wall in libpayload and the sample (trivial).Uwe Hermann
2008-03-20Cosmetics, coding style fixes (trivial).Uwe Hermann
2008-03-19libpayload: The initial chunk of code writen by AMDJordan Crouse