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

2023-12-18 Thread Peter Maydell
On Thu, 14 Dec 2023 at 15:23, ~inesvarhol 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 regio

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

2023-12-14 Thread ~inesvarhol
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. Sorry about the inconsistency in licenses