Closed rtek1000 closed 2 years ago
I found this:
Azure RTOS ThreadX Library for Arduino Bring Azure RTOS to Arduino for maker. Refer to https://github.com/azure-rtos/threadx for official release from Microsoft.
This library is compatible with the samd, stm32 architectures so you should be able to use it on the following Arduino boards:
Arduino MKR FOX 1200 Arduino MKR GSM 1400 Arduino MKR NB 1500 Arduino MKR VIDOR 4000 Arduino MKR WAN 1300 (LoRa connectivity) Arduino MKR WAN 1310 Arduino MKR WiFi 1010 Arduino MKR ZERO (I2S bus & SD for sound, music & digital audio data) Arduino MKR1000 WIFI Arduino Nano 33 IoT Arduino Zero
https://www.arduino.cc/reference/en/libraries/azure-rtos-threadx/
Hello,
I would like to know if there is any prediction of using this RTOS on the Arduino platform.
I believe that ST is still adapting the tools to generate the code natively, as already mentioned, quoting the text: _
_
This RTOS option looks very interesting and I hope it will be put to good use by embedded device developers. Many are still (myself included) underusing the potential of an ARM microcontroller, as if these were 8-bit RISC microcontrollers.
Here's a quote I found about it, in case anyone wants to start learning about it:
https://wiki.st.com/stm32mcu/wiki/STM32CoreMW_overview
Thank you.