mmurdoch/arduinounit

Add support for ESP8266

ssilverman opened this issue · 2 comments

When compiling for
ArduinoUnit/src/ArduinoUnitUtility/Compare.h:3:26: fatal error: avr/pgmspace.h: No such file or directory.

See esp8266/Arduino/doc/faq/a03-library-does-not-work.rst

Ah, this is already in pull requests #57 and #58.

[thread summary] ArduinoUnit 2.3.5-alpha now supports flash string de-duplication on AVR and uses RAM on other platforms, along with a number of memory-saving optimizations that do not change the outcome of tests. It also supports ESP 8266 and ESP 32 platforms (along with development platform "en vitro" tests). Please try the latest pre-release and provide feedback on #73 if you are interested in these features.