- Added
BREAK()
macro (issue #8) - Fixed
ARDUINOTRACE_ENABLE_FULLPATH
being overwritten
- Move auxiliary content to
extras/
to comply with new library layout - Fixed TRACE() crashing ESP8266 with PlatformIO
- Fixed warning: "ARDUINOTRACE_ENABLE" redefined
- Added
ARDUINOTRACE_SERIAL
to allow changing the serial port (issue #1) - Reduced the program size by storing each file name only once
- Enabled Flash string on ESP8266
- Print only the filename instead of the full path
(You can set
ARDUINOTRACE_ENABLE_FULLPATH
to1
to restore the original behavior) - Added
ARDUINOTRACE_ENABLE
to enable/disable all traces at once (issue #2)
Initial release.