mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Add test of reading cstring syscall argument which never terminates before hitting end of ram
This commit is contained in:
parent
b1b4cbf583
commit
0018bdd249
4 changed files with 31 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ TOPDIR=../../../
|
|||
PROJECT:=$(shell basename ${PWD})
|
||||
SRCS=${PROJECT}.c ${TOPDIR}/apps/common/crt0.S
|
||||
OPT=-O0
|
||||
CFLAGS=-DUVM32_MEMORY_SIZE=16384
|
||||
all: all_common
|
||||
@# Convert ROM to C file and header
|
||||
@xxd -i ${PROJECT}.bin > ${PROJECT}-header.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue