Skip to content

Commit cb67e90

Browse files
committed
Annotate matthijskooijman changes
1 parent a83cb63 commit cb67e90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)