linuswck
74325a3cee
- Writing to the wrong flash sector can cause MCU to stall - Only 16KiB out of 128KiB in the sector is used to save RAM for compacting
8 lines
120 B
Rust
8 lines
120 B
Rust
pub mod boot;
|
|
pub mod gpio;
|
|
pub mod log_setup;
|
|
pub mod rtt_logger;
|
|
pub mod sys_timer;
|
|
pub mod usb;
|
|
pub mod flash_store;
|