Re: D officially supported on Apache NuttX RTOS

2024-06-10 Thread Matheus Catarino via Digitalmars-d-announce

On Monday, 10 June 2024 at 14:59:53 UTC, Denis Feklushkin wrote:


Official esp32 software environment (ESP IDF) internally uses 
FreeRTOS. Thus, if you write hello_world_LED_blink snippet and 
compile it by ESP IDF your binary will contain FreeRTOS


Exactly! However, NuttX can replace ESP-IDF if desired. Espressif 
itself approves and provides an HAL for this access. (Same goes 
for Zephyr)


https://github.com/espressif/esp-hal-3rdparty


Re: D officially supported on Apache NuttX RTOS

2024-06-10 Thread Denis Feklushkin via Digitalmars-d-announce

On Sunday, 9 June 2024 at 23:19:44 UTC, Matheus Catarino wrote:

So, I take the opportunity to carry out some tests with the 
architectures available through NuttX (stm32/esp32/riscv/arm, 
etc...)


Official esp32 software environment (ESP IDF) internally uses 
FreeRTOS. Thus, if you write hello_world_LED_blink snippet and 
compile it by ESP IDF your binary will contain FreeRTOS