Skip to content
Snippets Groups Projects
Commit 5fdbbe0c authored by davip00's avatar davip00
Browse files

Work around qemu not (yet) emulating the boot ROM's functions

parent ae1324b6
No related branches found
No related tags found
No related merge requests found
# For debugging the minimal binary
target extended-remote localhost:1234
file nothing.elf
break _reset
break soc_init
layout asm
layout regs
\ No newline at end of file
......@@ -5,8 +5,7 @@ SOURCES = src/nothing.c
# Comment this line out if you prefer building in docker
TOOLCHAIN = riscv32-unknown-elf
EXTRA_CFLAGS ?= -Og -g
EXTRA_CFLAGS ?= -Og -g -DEMULATOR_HACKS
EXTRA_LINKFLAGS ?=
include mdk/esp32c3/build.mk
include mdk/esp32c3/build.mk
\ No newline at end of file
Subproject commit f197453a15a3130ca62b8ccbb6af65a78942d9e5
Subproject commit 188c9a6eb244afec1972858853dc7eabdea43e3d
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment