home.social

#freertos — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #freertos, aggregated by home.social.

  1. 🚀😂 Oh great, yet another guide promising the ✨magic✨ of running #Rust on an ESP32-S3's second core! Because who doesn't love a weekend full of 'why won't this #CMake script work' and 'what even is an #assembly trampoline?' 🙄 Just pin a #FreeRTOS task and call it a day, hero. 🛠️
    tingouw.com/blog/embedded/esp3 #ESP32-S3 #humor #HackerNews #ngated

  2. 🚀😂 Oh great, yet another guide promising the ✨magic✨ of running #Rust on an ESP32-S3's second core! Because who doesn't love a weekend full of 'why won't this #CMake script work' and 'what even is an #assembly trampoline?' 🙄 Just pin a #FreeRTOS task and call it a day, hero. 🛠️
    tingouw.com/blog/embedded/esp3 #ESP32-S3 #humor #HackerNews #ngated

  3. 🚀😂 Oh great, yet another guide promising the ✨magic✨ of running #Rust on an ESP32-S3's second core! Because who doesn't love a weekend full of 'why won't this #CMake script work' and 'what even is an #assembly trampoline?' 🙄 Just pin a #FreeRTOS task and call it a day, hero. 🛠️
    tingouw.com/blog/embedded/esp3 #ESP32-S3 #humor #HackerNews #ngated

  4. 🚀😂 Oh great, yet another guide promising the ✨magic✨ of running #Rust on an ESP32-S3's second core! Because who doesn't love a weekend full of 'why won't this #CMake script work' and 'what even is an #assembly trampoline?' 🙄 Just pin a #FreeRTOS task and call it a day, hero. 🛠️
    tingouw.com/blog/embedded/esp3 #ESP32-S3 #humor #HackerNews #ngated

  5. 🚀😂 Oh great, yet another guide promising the ✨magic✨ of running #Rust on an ESP32-S3's second core! Because who doesn't love a weekend full of 'why won't this #CMake script work' and 'what even is an #assembly trampoline?' 🙄 Just pin a #FreeRTOS task and call it a day, hero. 🛠️
    tingouw.com/blog/embedded/esp3 #ESP32-S3 #humor #HackerNews #ngated

  6. Learnt about ESP #IDF, #PlatformIO, #FreeRTOS, and took way too long to properly initialize the SPI bus so that I could get #LVGL running.
    Hello, World!

    #Swift #ESP32

  7. Learnt about ESP #IDF, #PlatformIO, #FreeRTOS, and took way too long to properly initialize the SPI bus so that I could get #LVGL running.
    Hello, World!

    #Swift #ESP32

  8. Learnt about ESP #IDF, #PlatformIO, #FreeRTOS, and took way too long to properly initialize the SPI bus so that I could get #LVGL running.
    Hello, World!

    #Swift #ESP32

  9. Learnt about ESP #IDF, #PlatformIO, #FreeRTOS, and took way too long to properly initialize the SPI bus so that I could get #LVGL running.
    Hello, World!

    #Swift #ESP32

  10. Learnt about ESP #IDF, #PlatformIO, #FreeRTOS, and took way too long to properly initialize the SPI bus so that I could get #LVGL running.
    Hello, World!

    #Swift #ESP32

  11. Does anyone knows good way to find #gig opportunity for software dev? I'd like to avoid pitfalls of well known platforms. I can do:
    - #Rust CLI/Dev tools, APIs
    - #C code (#FreeRTOS, #Zephyr, #Linux including some #drivers or #v4l2)
    - #Cpp C++ code
    - #Bash or #Python scripts, tools
    - #CI workflows (GitHub, GitLab)
    - #Yocto layers
    - #Debian packaging + #DKMS

    Anyone has experience in getting hands on small projects?

    Edit: I can #teach / #training Rust or C++.

    #FediHire

  12. @sigismundninja @Alonely0 @hackernoon We wrote embedded product on #Cortex M7 written in full in C++ (#Cpp), except glue code to #FreeRTOS. We disallowed new, delete, raw pointers, etc thoroughly filtered in PRs (tedious job). The only #haisenbug we had was temporaries of packed object (don't do that in C++). Everything else we were fixing using unit tests.

    But I promise you not all businesses follow as strict policies as we did. In #Rust it's millions times easier.

  13. 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 interesting in thesis to add MMU to #QtRvSim

  14. 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

  15. 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

  16. 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 interesting in thesis to add MMU to #QtRvSim

  17. 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 interesting in thesis to add MMU to #QtRvSim

  18. Собираем удобный CAN bus сниффер с интерактивной консолью за $3

    Привет, Хабр! Протокол CAN сейчас широко распространён не только в автомобильной сфере, но и на предприятиях, в различных самоделках, и даже в Средствах Индивидуальной Мобильности (контроллеры VESC, например). В ноябре прошлого года я сделал для себя удобный инструмент для анализа CAN и отправки фреймов, сейчас же хочется сделать код опенсорсным и рассказать о самом проекте.

    habr.com/ru/articles/793326/

    #espidf #esp32c3 #esp32 #freertos #C #can_bus #can_шина

  19. Merci Diamond !

    Le groupe de presse #Diamond Editions propose régulièrement à la lecture des articles publiés dans ses différents magazines. Aujourd'hui c'est un article de #HACKABLE.

    #FreeRTOS #Fourier

    lsdm.live/modules/news/article