News

Ethernet XMClib freertos lwip mbedtls This repo comprises core components needed for ethernet connectivity support. The library bundles FreeRTOS, lwIP TCP/IP stack, mbed TLS for security, connectivity ...
Monitoring air quality in smart campuses is essential for safeguarding the health of the academic community, as air pollution in university environments can lead to respiratory and cardiac issues.
Infineon has announced FreeRTOS support for its 32-bit AURIX TC3x family of automotive and industrial microcontrollers.
Creating an application involves adding a “service” which is basically a task in FreeRTOS parlance. The OS handles running your service for you.
SOPHGO SG2000 and SG2002 are new SoCs featuring a bunch of RISC-V and Arm cores capable of running Linux, Android, and FreeRTOS simultaneously, and to maximize the fun an 8051 MCU core is also in the ...
FreeRTOS FreeRTOS is a very popular real-time operating-system kernel for microcontrollers and small microprocessors used in embedded devices, with an emphasis on reliability and ease of use.
The Matrix Keypad FreeRTOS Library provides a comprehensive and easy-to-use solution for reading matrix keypads using the FreeRTOS real-time operating system. With this library, you can effortlessly ...
Real-time operating systems typically have support for static task scheduling algorithms only. However, real-time applications often require dynamic scheduling algorithms in order to meet their timing ...
For FreeRTOS one would still have to use another framework to use hardware peripherals, whether this would be CMSIS, ST’s HAL or something else, and this decreases portability.