You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
1.3 (2019-06-15)
Remove direct creation of String object, removing last remaining dynamic
allocation of heap memory from library.
Add experimental implementation of unitduino, an Anduino emulation
layer that allows AUnit tests to compile and run on Linux and MacOS.
Fix broken compile of print64.cpp on ESP8266 Arduino Core 2.5.1.
Use class instead of struct in the various test() macros when
creating subclasses for each test. Fixes warnings about mismatch between
'struct' and 'class' in clang++ when forward declaring the tests in code
that gives access to private members to tests.