Development tools for Zephyr on STM32Workbench for Zephyr: VS Code extension to set up, build, flash and debug Zephyr applications on STM32.Devicetree manager: browse, edit and visualize Zephyr devicetree, STM32CubeMX-like for Zephyr.
I am using FREERTOS. For the code I add to an STM32CubeMX created project is it preferable to use pvPortMalloc() or malloc()? Would there be any advantage to abandoning the use of malloc() in favor of exclusively using pvPortMalloc()?