Skip to content

Releases: pschatzmann/Arduino-Emulator

Redesign / Cleanup / Raspberry PI Support

05 Oct 13:55

Choose a tag to compare

What's Changed

  • The Arduino Core has been changed to a git submodule that points to the Arduino Core maintained by Arduino
  • I am providing GPIO, SPI, I2C and Serial support for the Rasberry PI
  • The GPI, SPI and I2C abstraction has been redesigned and is much more consistent now
  • I added some cmake functions for arduino_sketch and and arduino_library: the new cmake definitions for each sketch are condensed to 1 or 2 lines of code
  • A complete and comprehensive documentation is available in the Wiki
  • I completed the implementation to support WiFiClientSecure which provides https support

Full Changelog: v0.1.3...v0.2.0

September 2025

24 Sep 12:21

Choose a tag to compare

What's Changed

  • Ability to compile under MSVC to run at least unit tests under Windows (via VSCODE) by @SergeAgeyev in #2
  • SignalHandler closing EthernetServer, EthernetClient and WiFiUDP

New Contributors

Full Changelog: v0.1.2...v0.1.3

May 2024 Release

29 May 13:36

Choose a tag to compare

What's Changed

  • Provide functionality of SD library
  • EthernetClient: bug fixes
  • Fix 404 URL by @bm3-mplanzer in #1

New Contributors

Full Changelog: V0.1...v0.1.2

First Release

24 Jul 21:06

Choose a tag to compare

I have been using this project in some other examples, so it is about time for the first release...