Add 0x0f_flash_cbm bare-metal on-chip flash driver

This commit is contained in:
Kevin Thomas
2026-04-05 21:21:12 -04:00
parent ce29cce5f4
commit 1ed501386e
23 changed files with 1918 additions and 0 deletions
+1
View File
@@ -511,6 +511,7 @@ Register-level C drivers for the RP2350 with no SDK dependencies. Each driver fo
| [0x0c_multicore_cbm](drivers/0x0c_multicore_cbm) | Dual-core launch & FIFO messaging | SIO FIFO, PSM |
| [0x0d_timer_cbm](drivers/0x0d_timer_cbm) | Repeating timer alarm callbacks | TIMER0, TICKS |
| [0x0e_watchdog_cbm](drivers/0x0e_watchdog_cbm) | Watchdog enable, feed & reboot detection | WATCHDOG, PSM |
| [0x0f_flash_cbm](drivers/0x0f_flash_cbm) | On-chip flash erase, program & XIP read | ROM, XIP |
<br>