summaryrefslogtreecommitdiff
path: root/hw/bsp/stm32h5/FreeRTOSConfig
AgeCommit message (Collapse)Author
2024-11-21fix cihathach
2024-08-01increase freerto min task stack for some stm32hathach
2023-12-18update FreeRTOSConfig.hhathach
- remove configAssert() - configCHECK_HANDLER_INSTALLATION=0 (to prevent unused-parameter error with configAssert(x)=nil
2023-12-15rename dk board and more updatehathach
2023-12-12Add Support stm32h5 for stm32h573i based on stm32_fsdev G0 implementation ↵henneboi
Tested on Windows with IAR and gcc toolchain ( via cubeide) Tested only with audio examples, but sould be ok for other examples Cmake pacthed : but not tested Linux build : not tested Added a temporary workaround in make file to support H5 HAL repo ( ARMCC_VERSION=0)