Pin windows and linux memory layout, document baud rate.

This commit is contained in:
Brad Nelson
2021-02-23 20:41:14 -08:00
parent 11edf4e871
commit e00c2643ba
4 changed files with 14 additions and 2 deletions

View File

@ -26,8 +26,10 @@ CFLAGS_MINIMIZE = \
-ffunction-sections -fdata-sections \
-fmerge-all-constants
CFLAGS = $(CFLAGS_COMMON) \
$(CFLAGS_MINIMIZE) \
-Wall \
-Werror \
-no-pie \
-Wl,--gc-sections
STRIP_ARGS = -S \
--strip-unneeded \