New release of the Simba Framework

Hello all,

As some of you might know Simba is a framework in PlatformIO. Simba started out as an RTOS with a simple thread scheduler and timers, and now has a bunch of other useful modules. For example, file systems, drivers, text processing functions and a shell. The list is long and can be found in the Simba Standard Library.

Yesterday version 4.0.0 of Simba was released on PlatformIO.

The changes include:

  • SPIFFS (SPI Flash File System)
  • JSON
  • Regular expressions.
  • User friendly shell with history and history search.
  • base64 encoding.
  • CRC CCITT and XMODEM.

I hope you’ll find it useful!

@eerimoq could you help here?