rmk
rmk copied to clipboard
Add a way to do per-chip default configuration
More and more chips are added to RMK, many of them require some special configuration. Now, the chip-level config is hard-coded in rmk-macro
, it's not that clear and cannot be shared to plain Rust implementation. So, we should find a way to do per-chip default configuration.