Age | Commit message (Expand) | Author | Files | Lines |
2022-04-17 | stm32_uart: Add more helper functions. | Vegard Storheil Eriksen | 1 | -12/+38 |
2022-04-17 | stm32_uart: Use constraints to make helper functions compatible with all vers... | Vegard Storheil Eriksen | 1 | -1/+13 |
2022-04-16 | gd32v: invert rcc definitions, add flash/gpio | Karl Palsson | 1 | -48/+70 |
2022-04-16 | stm32_flash: l4/wb/g4 fix reserved gaps | Karl Palsson | 1 | -4/+13 |
2022-04-16 | WIPWIP: pwr: set lpms_c2? | Karl Palsson | 1 | -0/+7 |
2022-04-16 | stm32g4: initial platform support | Karl Palsson | 5 | -0/+392 |
2022-04-16 | stm32l4: fix exti register map | Karl Palsson | 1 | -0/+1 |
2022-04-16 | stm32_uart: add write_blocking helper | Karl Palsson | 1 | -0/+6 |
2022-04-16 | platforms: stm32wb: add LPUART1 | Karl Palsson | 1 | -0/+3 |
2022-04-16 | FIXME: platforms: stm32l4: fix all rcc enables, add lptim | Karl Palsson | 3 | -2/+78 |
2022-04-16 | platforms: stm32l4: Fix interrupts, enable | Karl Palsson | 2 | -41/+73 |
2022-04-16 | platform: stm32l4: more variants | Karl Palsson | 1 | -0/+20 |
2022-04-16 | WIP: stm32_hsem: lock get/release helpers | Karl Palsson | 1 | -0/+8 |
2022-04-16 | WIP: stm32_pwr: LPMS helpers | Karl Palsson | 1 | -0/+7 |
2022-04-16 | timer: add LPTIM definitions | Karl Palsson | 2 | -0/+18 |
2022-04-16 | rcc: add "disable" methods for low power | Karl Palsson | 2 | -0/+10 |
2022-04-16 | stm32f7: Add more peripherals. | Vegard Storheil Eriksen | 5 | -4/+93 |
2022-04-16 | async: Add preliminary time scheduler. | Vegard Storheil Eriksen | 3 | -0/+140 |
2022-04-16 | gdb_plugins/mmio: Add mmio_ref helper. | Vegard Storheil Eriksen | 1 | -0/+13 |
2022-04-16 | display: stm32: Add LTDC support. | Vegard Storheil Eriksen | 5 | -0/+83 |
2022-04-16 | i2c: stm32: Add v2 support. | Vegard Storheil Eriksen | 7 | -191/+72 |
2022-01-26 | stm32_ipcc: helper methods to ease porting ST code | Karl Palsson | 1 | -0/+32 |
2022-01-26 | stm32wb: rtc: initial registers | Karl Palsson | 5 | -0/+75 |
2022-01-26 | stm32l1: initial support, incomplete | Karl Palsson | 4 | -0/+242 |
2022-01-26 | stm32_syscfg: convert to modern. | Karl Palsson | 8 | -39/+54 |
2022-01-26 | syscfg: stm32wb: legacy implementation | Karl Palsson | 1 | -0/+23 |
2022-01-26 | stm32_gpio: provide port and pin numbers | Karl Palsson | 1 | -4/+12 |
2022-01-26 | stm32l4: add basic platform file | Karl Palsson | 3 | -0/+268 |
2022-01-26 | build: provide a "LAKS" define | Karl Palsson | 1 | -1/+2 |
2022-01-26 | stm32wb: cal: add Flash UID64 | Karl Palsson | 1 | -0/+8 |
2022-01-26 | stm32wb: exti: initial registers | Karl Palsson | 5 | -0/+61 |
2022-01-26 | stm32wb: wpan/ipcc/hsem: initial registers | Karl Palsson | 6 | -0/+88 |
2022-01-26 | stm32wb: pwr: initial registers | Karl Palsson | 5 | -0/+70 |
2022-01-26 | platforms/stm32/wb: sort existing peripherals | Karl Palsson | 3 | -15/+15 |
2022-01-26 | rcc: stm32wb: add remaining regs and max speed helper | Karl Palsson | 3 | -11/+105 |
2022-01-26 | cal: basic temp/vrefint consts | Karl Palsson | 1 | -0/+24 |
2022-01-26 | debug: add overload for writing floats to stimulus ports | Karl Palsson | 1 | -0/+9 |
2022-01-26 | cortex-debug: support itm blocking for char too | Karl Palsson | 1 | -0/+8 |
2022-01-26 | cortex-debug: add blocking ITM helpers. | Karl Palsson | 1 | -0/+26 |
2022-01-26 | stm32f3: add ADC1/2 and ADC3/4 convencience aliases | Karl Palsson | 1 | -0/+4 |
2022-01-26 | stm32wb: use ADC_COMMON1 for consistent naming | Karl Palsson | 1 | -1/+1 |
2022-01-26 | stm32_rcc: allow aliases for enables. | Karl Palsson | 5 | -222/+222 |
2022-01-26 | gdb/rblog: fix python3 compatibility | Karl Palsson | 1 | -2/+2 |
2022-01-26 | flash: convert to new style | Karl Palsson | 11 | -26/+77 |
2022-01-20 | adc: stm32f3: expand and verify | Karl Palsson | 2 | -4/+10 |
2022-01-20 | platforms: stm32f3: make functional | Karl Palsson | 3 | -7/+237 |
2021-09-17 | gpio: stm32: default to v2 | Karl Palsson | 6 | -34/+5 |
2021-09-16 | gpio: Generate instances from platform spec. | Vegard Storheil Eriksen | 12 | -250/+391 |
2021-09-16 | adc: stm32wb: add old style | Karl Palsson | 1 | -1/+10 |
2021-09-16 | gpio: stm32wb: add base addresses to platform | Karl Palsson | 1 | -0/+12 |