nshell/src
Babz eb7d9c8f58 implement minimal virtual file system 2021-09-19 20:56:08 +02:00
..
.vscode initial commit 2021-08-31 15:52:53 +02:00
vfs implement minimal virtual file system 2021-09-19 20:56:08 +02:00
battery.c add battery percent function 2021-09-12 20:32:04 +02:00
battery.h add battery percent function 2021-09-12 20:32:04 +02:00
job.c comment some debug kprints 2021-09-18 12:33:13 +02:00
job.h try to reduce memory (heap) usage 2021-09-15 18:59:59 +02:00
main.c implement minimal virtual file system 2021-09-19 20:56:08 +02:00
printf.c better printf implementation 2021-09-12 20:33:43 +02:00
syscalls.S implement minimal virtual file system 2021-09-19 20:56:08 +02:00
term.c fix string padding with variable-length chars (utf-8) 2021-09-18 21:44:06 +02:00
term.h add time info, 128Hz printk 2021-09-10 23:20:59 +02:00
ui.c fix string padding with variable-length chars (utf-8) 2021-09-18 21:44:06 +02:00
ui.h remove now useless cycles counter 2021-09-12 21:18:01 +02:00
utf8.c fix string padding with variable-length chars (utf-8) 2021-09-18 21:44:06 +02:00
utf8.h fix string padding with variable-length chars (utf-8) 2021-09-18 21:44:06 +02:00
wren_utils.c tweak GC 2021-09-15 18:59:23 +02:00
wren_utils.h add preemptive scheduler 2021-09-12 20:52:59 +02:00