Re: [PATCH v6 0/2] Add minimal support for the B-L475E-IOT01A board

2024-01-08 Thread Peter Maydell
On Mon, 8 Jan 2024 at 14:00, Inès Varhol wrote: > > This patch adds a new STM32L4x5 SoC, it is necessary to add support for > the B-L475E-IOT01A board. > The implementation is derived from the STM32F405 SoC and NetduinoPlus2 > board. > The implementation contains no peripherals, only memory region

[PATCH v6 0/2] Add minimal support for the B-L475E-IOT01A board

2024-01-08 Thread Inès Varhol
This patch adds a new STM32L4x5 SoC, it is necessary to add support for the B-L475E-IOT01A board. The implementation is derived from the STM32F405 SoC and NetduinoPlus2 board. The implementation contains no peripherals, only memory regions are implemented. Changes from v5 to v6: - in `stm32l4x5_so