summaryrefslogtreecommitdiff
path: root/rcc/rcc_reg.h
AgeCommit message (Collapse)AuthorFilesLines
2022-01-26rcc: stm32wb: add remaining regs and max speed helperKarl Palsson1-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-16platforms: add stm32wbKarl Palsson1-0/+46
Basic RCC and memory map support. Signed-off-by: Karl Palsson <karlp@etactica.com>
2021-01-26rcc: Generate enables from platform spec.Vegard Storheil Eriksen1-0/+123