资讯

The Azure IoT middleware for FreeRTOS simplifies the connection of devices running FreeRTOS to Azure IoT services. It builds on top of the Azure SDK for Embedded C and adds MQTT client support. Below ...
Create your own Supla device! This software can be used as a library for Arduino IDE, or can be used directly with ESP8266 RTOS SDK and with ESP IDF. It is also possible to compile and run it on Linux ...
FreeRTOS的上下文切换通过汇编语言实现,以确保高效性,在ARM Cortex-M系列处理器上,切换时间通常在1-5微秒,足以满足大多数实时场景的需求。 为了支持相同优先级任务的调度,FreeRTOS提供了时间片轮转调度机制。
扫描关注一起学嵌入式,一起学习,一起成长FreeRTOS 入门系列文章,在自己梳理知识的同时,希望能够帮助初学者快速入门,掌握FreeRTOS的基本原理和使用方法。FreeRTOS快速入门-初探系统F ...