copied and adapted example from mdk, added init and config uart
having a program that runs on esp32-c3
Should initilize and config uart according to technical reference
Transmitting a simple message to test our if we get it
Merge request reports
Activity
added 1 commit
- c57f5085 - chore: split uart interface from main source file
added 1 commit
- 6353aedf - fix: uart init and config, removing printf as it will make the board to not...
added 1 commit
- c0740427 - refactor: remove debugs, easier reg read and write
added 1 commit
- f10daeeb - feat: add simple register read-write example
added 1 commit
- f5e4f952 - feat: new simpler and working approach to initilize the uart
added 1 commit
- b21ab5e2 - Fix directory structure, add config for debugging simple-uart-transmit on real HW
added 1 commit
- 120c0e24 - Fix directory structure, add config for debugging simple-uart-transmit on real HW
Merging this now, as this branch already contains some refactoring work that'd be a pain to merge later and value provided by branching here is marginal. @jakok07, please direct any remaining work straight to
main
.mentioned in commit 3dd30d56
Please register or sign in to reply