STM32WLE5x microcontroller

Hi
I would like to know if FreeRTOS supports the STM32WLE5x microcontroller.

extract from STM documentation
<<< Based on an Arm® Cortex®‐M4 core running at 48 MHz, and a sub-GHz radio based-on Semtech SX126x, the STM32WLEx microcontroller is an open platform supporting LoRa®, (G)FSK, (G)MSK and BPSK modulations. >>>

extract from Microcontrollers and compiler tool chains supported by FreeRTOS
<<< STM32 (ARM Cortex-M0, ARM Cortex-M7, ARM Cortex-M3 and ARM Cortex-M4F), STR7 (ARM7), STR9 (ARM9) >>>

Thanks
Best regards

The FreeRTOS kernel runs on any ARMv6-M, v7-M and v8-M that has enough RAM. We don’t have direct support for the radio on that device, but no doubt ST will. There is a little info on using FreeRTOS with LoRaWAN here: FreeRTOS LoRaWAN Introduction - FreeRTOS