Does freeRTOS support GreenHills?

hello,

I am compiling NXP s32k146 code using GreenHills, does freeRTOS support GreenHills? Hope get the help! Thanks!

We have Cortex-M4 port layers for GCC/LLVM, IAR, Tasking, Keil, Code Composer (TI compiler), and MikroC - but not GreenHills as we were never able to get the compiler. All the ports are basically the same though - only the assembler syntax/format differs, so you should be able to get the code working in GreenHills by replicating one of the other ports. I would recommend using either GCC or IAR as the base.