Erwan Gouriou

Results 8 issues of Erwan Gouriou

Use device tree to configure lptim driver with following benefits: - Allow usage of instances other than lptim1 if needed - Simplify driver code, specially lptim source clock selection (thanks...

area: Documentation
area: Timer
platform: STM32

This PR adds support and demonstrates use of serial PM actions and use of serial as wakeup source Points of attention on feature implementation in `usart_stm32.c` - A new config...

area: UART
platform: STM32

Hi, Thanks for your good work on this package. One additional little thing is missing to make this my preferred atom package: An option to add automatically "signed-off-by:" in commit...

In STM32U5 as well it is required to enable VDD before use. Difference is that U5 enables this under PWR_SVMCR_IO2SV flag. Note: Solution slightly differs from the fix done in...

platform: STM32

STM32Cube Ethernet API V2 support has been introduced in Zephyr release V3.3. Fully remove support for the deprecated API version on impacted series (F4, F7, H7)

platform: STM32
DNM
area: Ethernet
manifest
manifest-hal_stm32

**Describe the bug** In the tree we can find the following undocumented Kconfig syntax: ``` config FOO default BAR ``` as a short for ``` config FOO default y if...

area: Documentation
area: Kconfig

Make necessary modifications to run these tests on nucleo_wba55cg in CI

platform: STM32
area: MCUBoot
area: Bootloader