Re: [PATCH 3/3] bsps/stm32h7: allow config and usage of QSPI memory on stm32h757i-eval BSP

2023-01-30 Thread Gedare Bloom
This looks ok to me, just need to address the import patches On Fri, Jan 27, 2023 at 11:42 AM Karel Gardas wrote: > > The QSPI memory is initialized and used only when the BSP configure file > sets QSPI memory size to non-zero value. Currently QSPI is run in memory > mapped mode which allows

[PATCH 3/3] bsps/stm32h7: allow config and usage of QSPI memory on stm32h757i-eval BSP

2023-01-27 Thread Karel Gardas
The QSPI memory is initialized and used only when the BSP configure file sets QSPI memory size to non-zero value. Currently QSPI is run in memory mapped mode which allows future RTEMS binary linkage and upload into QSPI memory. Sponsored-By: Precidata ---