Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | platforms: add stm32wb | Karl Palsson | 1 | -0/+46 | |
Basic RCC and memory map support. Signed-off-by: Karl Palsson <karlp@etactica.com> | |||||
2021-09-16 | rcc: include a static file with function prototypes | Karl Palsson | 2 | -0/+7 | |
Authors modifying rcc.cpp should add their protos here as desired. Signed-off-by: Karl Palsson <karlp@tweak.net.au> | |||||
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-09-15 | platforms: Improve STM32F42x support. | Vegard Storheil Eriksen | 1 | -2/+2 | |
2021-01-26 | rcc: Generate enables from platform spec. | Vegard Storheil Eriksen | 5 | -472/+213 | |
2019-03-19 | Added STM32F042 support. | Vegard Storheil Eriksen | 4 | -4/+14 | |
2019-03-19 | Added STM32F0 support. | Vegard Storheil Eriksen | 1 | -4/+72 | |
2017-05-14 | STM32F4: Added rcc_init() overload with sysclk argument. | Vegard Storheil Eriksen | 2 | -0/+44 | |
2016-08-19 | STM32L0: Fixed typo in FLASH_PEKEYR. | Vegard Storheil Eriksen | 1 | -1/+1 | |
2016-08-18 | STM32L0: Add CRS definition. | Vegard Storheil Eriksen | 1 | -0/+30 | |
2016-08-18 | Add STM32L0 to rcc_init(). | Vegard Storheil Eriksen | 2 | -0/+35 | |
2016-08-18 | Added STM32L0 support. | Vegard Storheil Eriksen | 2 | -3/+91 | |
2012-12-29 | Fixed F1 RCC bug. | Vegard Storheil Eriksen | 1 | -1/+1 | |
2012-12-10 | Added ethernet and syscfg register definitions. | Vegard Storheil Eriksen | 2 | -0/+22 | |
2012-11-19 | Added support for F3. | Vegard Storheil Eriksen | 4 | -6/+69 | |
2012-10-09 | Add OTGHSULPI clock gate definition. | Vegard Storheil Eriksen | 1 | -14/+15 | |
2012-09-05 | Renamed RCC.IOPx to RCC.GPIOx for F1. | Vegard Storheil Eriksen | 1 | -7/+7 | |
2012-08-07 | Initial import. | Vegard Storheil Eriksen | 4 | -0/+315 | |
Most sources are split off from suzumebachi project revision 2fc77d2 as is with some path changes. New build rules introduced. |