Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-26 | rcc: stm32wb: add remaining regs and max speed helper | Karl Palsson | 1 | -9/+26 | |
Max speed on WB is 32MHz HSE to 64MHz PLL. Must ensure that CPU2 doesn't exceed 32MHz though. Adds the remaining RCC registers and bits as well. Most of these are not useful, as you can't really/meaningfully deliver software to CPU2, but some of them are used/required by the ST provided WPAN middleware. Signed-off-by: Karl Palsson <karlp@etactica.com> Signed-off-by: Karl Palsson <karlp@tweak.net.au> | |||||
2021-09-16 | platforms: add stm32wb | Karl Palsson | 1 | -0/+46 | |
Basic RCC and memory map support. Signed-off-by: Karl Palsson <karlp@etactica.com> | |||||
2021-01-26 | rcc: Generate enables from platform spec. | Vegard Storheil Eriksen | 1 | -0/+123 | |