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