Summer 2025 #cvut defended theses by OTREES / “my” students:

See the last OTREES theses list for link to repositories and more

Another related theses from #cvut Faculty of Information Technologies mentored by Michal Štepanovský to mention:

Stay tuned next summer as well, there is student interested in thesis to add MMU to #QtRvSim

theses defend · Wiki · Open Technologies Research Education and Exchange Services / org · GitLab

Helper project to form and organize other projects. See the Wiki for more information.

GitLab
FreeRTOS™ - FreeRTOS™

Against all odds, today I was able to use automatic light-sleep (with #FreeRTOS tickless idle) on an #ESP32 that communicates with an external modem using a UART. Looks like an easy task, doesn't it? Well, it isn't, because the UART in ESP32 chips cannot receive data while in light sleep, even if you keep its clock active (#WTF, who the hell designed this?). UART activity can wake the core from light sleep, but you will loose a random amount of bytes when you do this. So a hack is needed.

Разработка фирмваре с Copilot

Хотите узнать, как мне удалось преобразовать проект управляемой по CAN светодиодной матрицы с коммерческого Keil uVision IDE и RTX RTOS в полностью бесплатную связку VS Code + FreeRTOS, не написав ни строчки кода? Узнать

https://habr.com/ru/articles/914692/

#stm32 #freertos #vs_code #copilot

Разработка фирмваре с Copilot

Здесь о том, как с помощью Copilot перенести проект управляемой по CAN светодиодной матрицы с коммерческого ПО Keil uVision IDE и RTX RTOS на бесплатный Visual Studio Code с FreeRTOS. На борту —...

Хабр
What’s Next for CLion: The 2025.2 Roadmap | The CLion Blog

We’ve begun work on our next major release, 2025.2, which we plan to introduce in July. After reviewing your feedback and our strategic goals, we’ve prioritized the following areas for development:

The JetBrains Blog

@feoh @sverdlyuk bought all the parts, but failed the assembly 😄 So need some tools to try to resolder correctly.

This is an community designed ~10€ console based on #ESP32. The idea behind is to make easy to assemble and program educational tool. Here's the project page(on Ukrainian, but translator should do the job): https://docs.lilka.dev/uk/latest/about/

Right now it has #FreeRTOS based "OS", DOOM port, NES emulator, supports Lua "apps". Also has GPIO pins on board.

Про проєкт — Лілка documentation

Exploit the full power of your microcontroller with the FreeRTOS multitasking operating system
https://www.makerspace-online.com/real-time-operating-system-for-microcontrollers/?utm_source=SOC
#OperatingSystem #FreeRTOS #OpenSource #API #memory
A Real-Time Operating System for Microcontrollers

Exploit the full power of your microcontroller with the FreeRTOS multitasking operating system.

MakerSpace
A quick question for #Arduino enthusiasts: Have you ever used the #FreeRTOS #API? Were you satisfied with it? I tested the #MP #Mutex API from #Spresense and found it quite clear and easy to use.

Включаем функции сбора статистики в ESP32-arduino

При использовании arduino framework в Platformio, а также в Arduino IDE нет возможности конфигурирования esp32 arduino core , больша́я часть функций по умолчанию отключена, а для изменения конфигурации предлагается вручную пересобирать SDK. Давайте пройдем этот квест. Речь пойдет о функциях FreeRTOS vTaskGetRunTimeStats / vTaskList , но таким же образом можно изменить и другие опции sdkconfig.

https://habr.com/ru/articles/878692/

#esp32 #platformio #arduino_ide #freertos

Включаем функции сбора статистики в ESP32-arduino

Основная проблема в том, что в исходной собранной библиотеке arduino-esp32 функции сбора статистики ( vTaskGetRunTimeStats / vTaskList ) отключены. Библиотека используется как есть и в Platformio и в...

Хабр