feat: per-split-board chip selection and chip-specific config overrides#897
feat: per-split-board chip selection and chip-specific config overrides#897drindr wants to merge 1 commit into
Conversation
- Add `chip` option to `SplitBoardConfig` so split peripherals can use a different chip than the top-level keyboard. - Resolve `[chip.<name>]` overrides into `Hardware.chip_configs`. - Thread explicit `ChipModel`/`ChipConfig` through chip_init, flash_init, watchdog, and split peripheral code generation.
Size Report
|
Add
chipoption toSplitBoardConfigso split peripherals can use adifferent chip than the top-level keyboard.
Resolve
[chip.<name>]overrides intoHardware.chip_configs.Thread explicit
ChipModel/ChipConfigthrough chip_init, flash_init,watchdog, and split peripheral code generation.