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
main
Select Git revision
Branches
2
main
default
protected
initilize-and-use-uart-transmitter
2 results
minimal-esp32c3-samples
Author
Search by author
Any Author
authors
davip00
davip00
jakok07
jakok07
larissazech
larissazech
patzelt
patzelt
4 authors
Jul 04, 2023
Update README for new project structure and toolchain
· 6b86026f
davip00
authored
1 year ago
6b86026f
simple-uart-transmit: Reference MDK properly in Makefile
· a61b18e0
davip00
authored
1 year ago
a61b18e0
Jul 03, 2023
Move container-related files into separate subdir
· 29488925
davip00
authored
1 year ago
29488925
nothing: Add README
· b019fd4b
davip00
authored
1 year ago
b019fd4b
nothing: Fix Makefile
· 0ef64b28
davip00
authored
1 year ago
0ef64b28
Merge branch 'initilize-and-use-uart-transmitter' into 'main'
· 3dd30d56
davip00
authored
1 year ago
3dd30d56
Jun 30, 2023
feat: use UART 0, as UART needs configured GPIO
· ce6e7402
Jakob
authored
1 year ago
ce6e7402
refactor: no infinit while loop needed
· c94502cf
Jakob
authored
1 year ago
c94502cf
refactor: reset after fileing
· 745990c1
Jakob
authored
1 year ago
745990c1
Fix directory structure, add config for debugging simple-uart-transmit on real HW
· 120c0e24
Jakob
authored
1 year ago
120c0e24
Jun 27, 2023
Add boot ROM to docker image
· b9844818
davip00
authored
1 year ago
b9844818
Jun 19, 2023
feat: new simpler and working approach to initilize the uart
· f5e4f952
Jakob
authored
1 year ago
f5e4f952
refactor: easier register access
· f1432e3e
Jakob
authored
1 year ago
f1432e3e
Jun 18, 2023
fix: dont read every macro as pointer
· 5ea33b13
Jakob
authored
1 year ago
5ea33b13
fix: use correct import
· d0f470bd
Jakob
authored
1 year ago
d0f470bd
chore: removed incorrect copyright
· fb2ac219
Jakob
authored
1 year ago
fb2ac219
feat: add simple register read-write example
· f10daeeb
Jakob
authored
1 year ago
f10daeeb
refactor: remove debugs, easier reg read and write
· c0740427
Jakob
authored
1 year ago
c0740427
Jun 13, 2023
fix: uart init and config, removing printf as it will make the board to not...
· 6353aedf
Jakob
authored
1 year ago
6353aedf
Jun 12, 2023
feat: Starting transition
· deb91e5e
Jakob
authored
1 year ago
deb91e5e
feat: getting started with enable uart transmitter
· 5dab0c5b
Jakob
authored
1 year ago
5dab0c5b
fix: registers need to be offset by different base registers
· eaa20224
Jakob
authored
1 year ago
eaa20224
fix: use uart source file in main
· 30f6ad49
Jakob
authored
1 year ago
30f6ad49
chore: split uart interface from main source file
· c57f5085
Jakob
authored
1 year ago
c57f5085
Jun 06, 2023
copied and adapted example from mdk, added init and config uart
· 47e2dd08
Jakob
authored
1 year ago
47e2dd08
May 30, 2023
Add Dockerfile for building in a container
· 6d7ead53
davip00
authored
1 year ago
6d7ead53
Remove some emulator workarounds, as boot ROM can now be loaded
· c492d272
davip00
authored
1 year ago
c492d272
May 23, 2023
Work around qemu not (yet) emulating the boot ROM's functions
· 5fdbbe0c
davip00
authored
1 year ago
5fdbbe0c
May 22, 2023
Add GDB script for debugging nothing example
· ae1324b6
davip00
authored
1 year ago
ae1324b6
Format code using clang-format
· 6e653aa9
davip00
authored
1 year ago
6e653aa9
Use custom MDK fork for now
· 56fed878
davip00
authored
1 year ago
56fed878
May 16, 2023
Initial commit
· 9ee02fbe
davip00
authored
1 year ago
9ee02fbe
Loading