memtest86plus/lib
Sam Demeulemeester 2e048a7c61
Add support for Serial/TTY (#32)
* Add preliminary support for TTY Serial/UART (#15)

* Use shadow_buffer instead of VGA buffer to get a framebuffer-agnostic TTY supprot

* Added menu browsing & inputs from Serial TTY (#15)

* Add fix for degree symbol on TTY. Correct serial.c & serial.h file created with CRLF (#15)

* Move tty_error_redraw() to insure correct redraw when a error occurs

* Many reindent / cleanup

* Various optimization from @martinwhitaker comments
2022-04-04 18:31:54 +02:00
..
assert.h Faster barrier implementation. 2022-02-28 22:05:21 +00:00
barrier.c Work around the halt/wakeup race in barrier_halt_wait() (issue #13) 2022-03-08 23:25:16 +00:00
barrier.h Faster barrier implementation. 2022-02-28 22:05:21 +00:00
ctype.c Initial commit. 2020-05-24 21:30:55 +01:00
ctype.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00
div64.c Initial commit. 2020-05-24 21:30:55 +01:00
print.c Add missing includes of stdbool.h. 2021-12-05 13:50:25 +00:00
print.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00
read.c Add support for Serial/TTY (#32) 2022-04-04 18:31:54 +02:00
read.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00
spinlock.h Remove unnecessary memory fence from spin_lock(). 2022-02-28 22:05:21 +00:00
string.c Add support for Serial/TTY (#32) 2022-04-04 18:31:54 +02:00
string.h Add support for Serial/TTY (#32) 2022-04-04 18:31:54 +02:00
unistd.c Remove the power-saving delay loop from the usleep function. 2022-02-19 13:04:26 +00:00
unistd.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00