Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
minimal-esp32c3-samples
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Projekt Telematik SS23 QEMU
minimal-esp32c3-samples
Commits
5fdbbe0c
Commit
5fdbbe0c
authored
1 year ago
by
davip00
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gdbinit
+1
-1
1 addition, 1 deletion
.gdbinit
Makefile
+2
-3
2 additions, 3 deletions
Makefile
mdk
+1
-1
1 addition, 1 deletion
mdk
with
4 additions
and
5 deletions
.gdbinit
+
1
−
1
View file @
5fdbbe0c
# For debugging the minimal binary
target extended-remote localhost:1234
file nothing.elf
break
_rese
t
break
soc_ini
t
layout asm
layout regs
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Makefile
+
2
−
3
View file @
5fdbbe0c
...
...
@@ -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
This diff is collapsed.
Click to expand it.
mdk
@
188c9a6e
Compare
f197453a
...
188c9a6e
Subproject commit
f197453a15a3130ca62b8ccbb6af65a78942d9e5
Subproject commit
188c9a6eb244afec1972858853dc7eabdea43e3d
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment