Set limits on SRAM usage
This commit is contained in:
committed by
Jeremy Soller
parent
582a5e2a97
commit
fd0bbc53f4
@@ -1,6 +1,6 @@
|
||||
# SPDX-License-Identifier: GPL-3.0-only
|
||||
|
||||
CC=sdcc -mmcs51 --model-large --Werror
|
||||
CC=sdcc -mmcs51 --model-large --xram-size $(SRAM_SIZE) --Werror
|
||||
OBJ=$(patsubst src/%.c,$(BUILD)/%.rel,$(SRC))
|
||||
|
||||
# Run EC rom in simulator
|
||||
|
Reference in New Issue
Block a user