A FREE comprehensive step-by-step embedded hacking course covering Embedded Software Development to Reverse Engineering.
Stars
197
Forks
23
Watchers
197
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
335
commits
fix(dht11_cbm): add dummy read on init to prevent first-read failure
8f20fcdView on GitHubfix: remove duplicate docstrings from public functions in .c files
066c69fView on GitHubrefactor: enforce max 8 code lines, add docstrings, fix warnings across all Rust and C SDK projects
3604b3cView on GitHubremove unused coprocessor driver from all CBM projects
c6c3d4aView on GitHubrefactor: enforce 8-line Reset_Handler limit across CBM drivers
e6d8ab4View on GitHubAdd 0x0e_watchdog_cbm: bare-metal watchdog timer driver for RP2350
9f7cd13View on GitHubMove C Bare-Metal Drivers section above C Drivers in README
eb8377eView on GitHubAdd C Bare-Metal Drivers section to README (0x01-0x0d_cbm)
66e66f9View on GitHubAdd 0x0d_timer_cbm: bare-metal TIMER0 repeating alarm driver for RP2350
424f604View on GitHubfeat: add 0x0c_multicore_cbm bare-metal dual-core FIFO driver
998518dView on GitHub