Skip to content

Releases: RobustoFramework/Robusto

ISR compatible logging

10 Jan 16:05

Choose a tag to compare

This release adds ISR compatible (faster, sparser) logging.
Since interrupts are supposed to return very quickly and logging can take too long of a time, that functionality behind the ROB_LOG*_ISR macro pushes the log entries to a queue for logging instead of being immidiately printed.
Note that this might cause things ending up a little bit out of order, thus these logs are marked with an ISR-prefix.

Fix:

  • An issue where no logging cause errors

ESP-IDF 5.5 support and several fixes

04 Oct 23:05

Choose a tag to compare

Relevant changes:

  • Support ESP-IDF 5.5
  • Fix memory handling
  • Fix ESP32-S3 support
  • Add some further mock testing

ESP-IDF 5.5 support and several fixes

04 Oct 22:40

Choose a tag to compare

Relevant changes:

  • Support ESP-IDF 5.5
  • Fix memory handling
  • Fix ESP32-S3 support
  • Add some further mock testing

ESP-IDF 5.4 / LVGL 9 - support

08 Feb 16:13

Choose a tag to compare

This is a breaking release:

  1. This release makes the library compatible with LVGL 9 and later ESP-IDF versions, which will break code in some places.
  2. ESP-IDF is sort of between the new and old I2C drivers, which might cause issues, Robusto will use the old drivers until a soon upcoming possibly breaking or fixing version depending on how you see it, where it will change to the new drivers. Thus this might be something to prepare for.
  3. This means depending on the situation, the UI-part may be unstable in this version or next, depending on if you use the old or new libraries.

For the purposes of supporting PlatformIO, the following ESP-IDF-esp_lvgl_port is uploaded here:
espressif__esp_lvgl_port-v2.4.4.zip

The esp_modem used is still 1.1.0, but will also be bumped in a later version.

Multiple fixes, ESP-NOW, publishing

30 Jun 10:57

Choose a tag to compare

  • ESP-NOW receipts now again not blocking receive callback
  • Improve recovery of subscriptions
  • Multiple other minor fixes to recovery

Make it work on windows

20 Jun 17:39

Choose a tag to compare

This release fix some issues concerning dependencies and fixes the Windows platform support.

Fix BLE support and numerous other improvements

26 May 22:02

Choose a tag to compare

  • BLE support has been properly implemented for ESP32:s
  • Generic queue used (more medias will use that instead in the future)

Fix Arduino issues

08 Apr 20:37

Choose a tag to compare

  • Fix I2C testing
  • Fix some Arduino I2C-specific issues on the Raspberry Pi Pico (however, not all)

Documentation, links and library.json

04 Apr 21:44

Choose a tag to compare

Redesigned the component config to make examples show in the PlatformIO registry, and added a publishing script.

Multiple fixes, TWAI, scoring

03 Apr 20:16

Choose a tag to compare

  • Do not require repeaters to have shutdown
  • Fix STM32 and Arduino GPIO mode
  • Fix twai restart, offsets
  • Warning should be debug
  • Fix the scoring algorithm
  • Log the actual state