Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-26 | stm32_rcc: allow aliases for enables. | Karl Palsson | 1 | -1/+1 | |
By flipping the name/number definition, we can define aliases such as ADC and ADC1, or FMC/FSMC for the same bits, making it easier to have code that both matches reference manuals, and also code that matches between lines. runtime tested on WB, compile tested on F3. Signed-off-by: Karl Palsson <karlp@etactica.com> | |||||
2021-09-16 | rcc: Fix enable register access for devices with multiple registers for the ↵ | Vegard Storheil Eriksen | 1 | -1/+1 | |
same bus. | |||||
2021-09-16 | generators: clearly mark generated files | Karl Palsson | 1 | -0/+2 | |
This makes it easier for end users to see where files have come from. Signed-off-by: Karl Palsson <karlp@tweak.net.au> | |||||
2021-01-26 | rcc: Generate enables from platform spec. | Vegard Storheil Eriksen | 1 | -0/+17 | |