Azure-RTOS port for STM32MP1?

Lee 6 Reputation points
2021-10-22T17:33:21.143+00:00

Does anyone know if there is a port of Azure-RTOS for the ST STM32MP1 series of processors? Or how complex it would be to port another STM32 package over to the STM32MP1? Thanks.

Lee Thalblum

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
324 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Scott Larson 451 Reputation points
    2021-10-23T01:58:29.757+00:00

    That's a Cortex-A7 + Cortex-m4. We have support for both of those cores: https://github.com/azure-rtos/threadx/tree/master/ports

    1 person found this answer helpful.
    0 comments No comments