improved uart character printing and poweroff/restart
This commit is contained in:
parent
10851eeb64
commit
8cd08165e0
6 changed files with 66 additions and 7 deletions
2
Makefile
2
Makefile
|
|
@ -9,7 +9,7 @@ OUTPUT_DIR = output
|
|||
|
||||
# Flags
|
||||
# Added -O0 for easier debugging and -g for symbols
|
||||
CFLAGS = -Wall -Wextra -ffreestanding -nostdlib -mcmodel=medany -Iinclude -O0 -g
|
||||
CFLAGS = -Wall -Wextra -ffreestanding -nostdlib -mcmodel=medany -Iinclude -Isrc -O0 -g
|
||||
LDFLAGS = -T linker.ld
|
||||
|
||||
# 1. Find sources
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue