Skip to content

Releases: eerimoq/simba

ESP32

Choose a tag to compare

@eerimoq eerimoq released this 29 Oct 19:13

Simba ported to ESP32!

10.0.0

Choose a tag to compare

@eerimoq eerimoq released this 16 Oct 09:17

Hi Simba users!

I recently uploaded a new release of Simba, 10.0.0!

As usual a bunch of features and bug fixes has been implemented. The main changes are in the ESP8266 WiFi configuration and socket module. In the old implementation the ESP8266 WiFi was implemented as a network interface module and it was not very intuitive to use. The ESP8266 WiFi is now implemented as a driver in the drivers package and a wifi network interface is put on top of that. The driver can be used without a network interface. I like the new implementation a lot better!

In previous releases I've been the only developer of the Simba platform. In this release we have been 3! That's great news! Let's continue to make Simba the best Embedded Programming Platform out there =)

New features and changes:

  • Input polling of sockets.
  • ESP network configuration moved to drivers package and a new WiFi network interaface was added. This is a non-backwards compatile change, sorry.
  • Print to stdout instead of stderr on Linux.

Bug fixes:

  • Socket module can send and receive big packets.
  • ADC channels 8-15 on Arduino Mega.

Documentation: http://simba-os.readthedocs.io/en/latest/
Project page: https://github.com/eerimoq/simba

3.1.0

Choose a tag to compare

@eerimoq eerimoq released this 26 Jul 14:30

Changes

  • Added Arduino Pro Micro.
  • USB device driver.
  • Console debug output.
  • And probably more...

0.6.0

Choose a tag to compare

@eerimoq eerimoq released this 05 Jun 14:39

Changes

  • Preemptive scheduler for AVR and ARM.
  • Arduino IDE build system.
  • New modules: json, re, i2c
  • Assertions of input arguments.
  • Print assertion condition and optional message on error.

Test.

Choose a tag to compare

@eerimoq eerimoq released this 05 Jun 14:35

First release.