v0.8 - merge ESP8266 compatibility code from EspMock into EpoxyDuino
- 0.8 (2021-08-08)
- Add
EpoxyMockTimerOne
mock library forTimerOne
(https://github.com/PaulStoffregen/TimerOne). - Add
library.json
to support
PlaformIO in Native
mode. (See
PR #31 by
https://github.com/lopsided98). - Move code that pumps the
Serial
object fromunixhostduino_main()
toyield()
. Fix bug to allow correct handling ofNUL
byte in the
serial stream. (See [PR #32] by https://github.com/lopsided98). - Breaking Repurpose the
EPOXY_CORE
make variable to be the name of
the macro that defines the target architecture so thatArduino.h
brings
in definitions which target specific Arduino platforms:- The valid options are:
EPOXY_CORE_AVR
(default)EPOXY_CORE_ESP8266
- Merge ESP8266-specific changes from
https://github.com/hsaturn/EspMock/cores/esp8266 into
EpoxyDuino/cores/epoxy, guarded byEPOXY_CORE_ESP8266
macro.
- The valid options are:
- Add
map()
,makeWord()
functions toWMath.cpp
.
- Add