#FreeRTOS
The year is 20XX and somewhere, some remote component-of-a-component is running FreeRTOS 8.
October 24, 2025 at 2:42 PM
ファーム何にするか迷ってたけどFreeRTOSやってみよかな
September 22, 2026 at 12:54 PM
FreeRTOS is increasingly popular, and it can run on Cortex-M chips that Linux can’t run on because it needs an MMU (generally speaking). There’s a MEMS 6-axis sensor in the product I’m working on that uses OPENRTOS (commercially supported FreeRTOS) in its firmware, which developers can extend.
September 16, 2026 at 11:39 PM
27 Oct: Last Minute - public/private (TBD), online, DE/EN (TBD), book until 29 Sep http://ow.ly/PqLH30sREeE #freertos #iot #os #realtime #developer #embedded #coding #programming #software #embedsys
September 21, 2026 at 9:35 PM
#FreeRTOS vs #Zephyr is something I hear a lot. The reality is that they're different tools for different jobs. I've written down some of my thoughts after using them both.
👇
shawnhymel.com/3106/zephyr-...

#embedded #RTOS #programming #microcontroller
Zephyr vs FreeRTOS: How to Choose the Right RTOS for Your Embedded Project - Shawn Hymel
Every time I mention Zephyr, I inevitably get a few responses along the lines of “just use FreeRTOS.” I admit, FreeRTOS is amazing, but it might not be the
shawnhymel.com
December 23, 2025 at 4:07 PM
To be honest, I’m of the opinion that Linux is usually overkill and/or the wrong platform for a lot of embedded things that would be much better served by e.g. FreeRTOS or something similar, cameras especially
September 16, 2026 at 10:49 PM
Microcontroller enthusiasts, this desktop OS is for you.

itsfoss.com/news/frank-os/
FRANK OS Turns a Microcontroller Into a Tiny Retro Desktop PC
Based on FreeRTOS, this operating system has a start menu, file manager, and a terminal.
itsfoss.com
March 9, 2026 at 9:48 AM
FreeRTOS-Based Intelligent Indoor Cycling Platform Design www.rtos.club/freertos/fre...
FreeRTOS-Based Intelligent Indoor Cycling Platform Design
Learn how an embedded FreeRTOS-based cycling platform integrates Bluetooth, ANT+, and magnetoresistive control for smart indoor training.
www.rtos.club
May 24, 2026 at 2:41 PM
01 Jun: public/private (TBD), online, DE/EN (TBD), book until 04 May http://ow.ly/AwHl30sREa8 #freertos #iot #os #realtime #developer #embedded #coding #programming #software #embedsys @real_FreeRTOS @freertos
April 20, 2026 at 4:38 PM
Do you want to experience using FreeRTOS on an MCU?

Nickson Kiprotich just created a detailed tutorial 📖on
@hacksterio.bsky.social , which help us deploy FreeRTOS on the XIAO ESP32-S3 more quickly! Additionally, he thoughtfully provided two examples.

Want these handy tips? Link in the comment!
April 7, 2025 at 8:36 AM
FreeRTOS blink on ESP32-S3 ✅
July 2, 2025 at 4:31 AM
Join us on 27th September at 2 PM (Room 1, First Floor) at India FOSS 2026, Bengaluru.

​#IndiaFOSS, the largest gathering for the country’s digital commons communities, is back for 2026!

​Sept 26th – 27th | Blr, India
#unitedbyfoss
​
September 21, 2026 at 10:58 AM
It's funny how this blogpost from 4.5 years ago is still so popular

tweedegolf.nl/en/blog/65/a...

Really resonates with people apparently.
Async Rust vs RTOS showdown! — Tweede golf
It's time for another technical blog post about async Rust on embedded. This time we're going to pitch Embassy/Rust against FreeRTOS/C on an STM32F446 microcontroller.
tweedegolf.nl
July 21, 2026 at 8:16 AM
noo, freertos redesigned their website and they don't have ridiculous <title>s anymore
March 30, 2025 at 2:33 PM
modem-freeRTOS (1.0.3) for arduino by J. Lucas S.

➡️ https://github.com/zimbora/esp32-modem-freeRTOS

process to manage network interfaces

#Arduino #ArduinoLibs
GitHub - zimbora/esp32-modem-freeRTOS: freeRTOS - dedicated process to manage network
freeRTOS - dedicated process to manage network. Contribute to zimbora/esp32-modem-freeRTOS development by creating an account on GitHub.
github.com
November 29, 2024 at 8:30 PM
With Mongoose and Google Charts I can visualise Freertos Kernel performance on my Pico 2.
https://youtube.com/shorts/E8n-zMC35ok
#rp2040 #rp2350 #raspberrypipico #raspberrypipico2 #pico2 #iot #microcontroller #clang #cpplang #freertos #mongoose
May 7, 2025 at 7:00 AM
FRANK OS 1.0 debuts with a windowed desktop inspired by Windows 95, running on RP2350 microcontrollers using the FreeRTOS kernel.
linuxiac.com/frank-os-lau...

#OpenSource #Windows95
FRANK OS 1.0 Launches With a Retro Windows 95-Like Desktop
FRANK OS 1.0 debuts with a windowed desktop inspired by Windows 95, running on RP2350 microcontrollers using the FreeRTOS kernel.
linuxiac.com
March 5, 2026 at 1:57 PM
If you're outgrowing Arduino or feel limited by bare-metal and FreeRTOS, #Zephyr might be your next step. It offers built-in drivers and cross-platform hardware abstraction, perfect for scalable, production-ready #embedded systems. Learn more: shawnhymel.com/2741/why-use... #IoT #RTOS
May 27, 2025 at 4:18 PM
modem-freeRTOS (1.0.4) for arduino by J. Lucas S.

➡️ https://github.com/zimbora/esp32-modem-freeRTOS

process to manage network interfaces

#Arduino #ArduinoLibs
GitHub - zimbora/esp32-modem-freeRTOS: freeRTOS - dedicated process to manage network
freeRTOS - dedicated process to manage network. Contribute to zimbora/esp32-modem-freeRTOS development by creating an account on GitHub.
github.com
December 14, 2024 at 5:30 PM
Weekend project: I’ve been studying RISC-V by building an emulator. Here’s the result: a pure #Python #RISCV #emulator implementing RV32I + Zicsr. Passes the rv32ui & rv32mi tests from @riscv.org.web.brid.gy Runs Newlib programs, #MicroPython, #CircuitPython, #FreeRTOS.
github.com/ccattuto/ris...
GitHub - ccattuto/riscv-python: RISC-V Emulator in pure Python (RV32I, machine mode, Newlib support, memory-mapped IO)
RISC-V Emulator in pure Python (RV32I, machine mode, Newlib support, memory-mapped IO) - ccattuto/riscv-python
github.com
May 25, 2025 at 9:30 AM
Security researcher Michalis Antoniades has released Chronos, a kernel extension to support EDR-like capabilities on RTOS embedded systems

github.com/dest-3/Chronos
GitHub - dest-3/Chronos: Time-Based Detection and Response for Safety-Critical Real-Time Embedded Systems - EDR Kernel Extension for FreeRTOS
Time-Based Detection and Response for Safety-Critical Real-Time Embedded Systems - EDR Kernel Extension for FreeRTOS - dest-3/Chronos
github.com
May 1, 2025 at 3:01 PM
This morning I've mostly been reading about FreeRTOS, because that's the operating system that's default on the ESP32, which is the controller chip on the bitcraze AI-deck. www.freertos.org/Documentatio...
FreeRTOS documentation - FreeRTOS™
www.freertos.org
March 11, 2025 at 9:24 AM
01 Jun: Last Minute - public/private (TBD), online, DE/EN (TBD), book until 04 May http://ow.ly/l9vf30sREaa #freertos #iot #os #realtime #developer #embedded #coding #programming #software #embedsys
April 27, 2026 at 1:20 AM
FreeRTOS on the RP2040 is actually kinda cool, SMP is a little dicey, but it plays nice on one core and with pure SDK calls on the other
July 3, 2023 at 9:09 PM
I would guess that nRF52 was used exactly because the new chips don't come with a standalone SDK and require you to use Zephyr. PebbleOS is based on FreeRTOS, and porting it to Zephyr would be quite a bit of work that they wanted to avoid.
March 25, 2025 at 6:58 PM