File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1515- ` CppLibrary.library_properties_path ` , ` CppLibrary.library_properties? ` , ` CppLibrary.library_properties ` to expose library properties of a Cpp library
1616- ` CppLibrary.arduino_library_dependencies ` to list the dependent libraries specified by the library.properties file
1717- ` CppLibrary.print_stack_dump ` prints stack trace dumps (on Windows specifically) to the console if encountered
18+ - Definitions for Arduino zero
1819
1920### Changed
2021- Move repository from https://github.com/ianfixes/arduino_ci to https://github.com/Arduino-CI/arduino_ci
2122- Revise math macros to avoid name clashes
2223- ` CppLibrary ` functions returning C++ header or code files now respect the 1.0/1.5 library specification
24+ - Mocks of built-in macros made more accurate
25+ - NUM_SERIAL_PORTS can now be set explicitly
26+ - Improve SPI header strategy
2327
2428### Fixed
2529- Don't define ` ostream& operator<<(nullptr_t) ` if already defined by Apple
You can’t perform that action at this time.
0 commit comments