summaryrefslogtreecommitdiff
path: root/platforms
AgeCommit message (Expand)AuthorFilesLines
2021-09-16timer: convert to new style and add WBKarl Palsson4-0/+95
2021-09-16dma: convert to new style, add DMAMUXKarl Palsson2-0/+21
2021-09-16rcc: Fix enable register access for devices with multiple registers for the s...Vegard Storheil Eriksen1-1/+1
2021-09-16platforms: add stm32wbKarl Palsson2-0/+165
2021-09-15platforms: Add initial RISC-V/GD32V support.Vegard Storheil Eriksen3-0/+136
2021-09-15platforms: Improve STM32F42x support.Vegard Storheil Eriksen1-0/+7
2021-09-15platforms: Add initial STM32F7 support.Vegard Storheil Eriksen3-5/+251
2021-09-15uart: Generate instances from platform spec.Vegard Storheil Eriksen1-1/+3
2021-01-26rcc: Generate enables from platform spec.Vegard Storheil Eriksen1-0/+73
2021-01-22interrupt: Refactor to be more flexible.Vegard Storheil Eriksen2-102/+107
2021-01-16interrupt: Generate interrupts from platform spec.Vegard Storheil Eriksen2-0/+105
2021-01-16usb: Generate instances from platform spec.Vegard Storheil Eriksen1-0/+13
2021-01-07build: Generate linker script.Vegard Storheil Eriksen1-2/+0
2021-01-07build: Add platform spec framework.Vegard Storheil Eriksen4-0/+60