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 @@ -15,11 +15,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
15
15
- ` CppLibrary.library_properties_path ` , ` CppLibrary.library_properties? ` , ` CppLibrary.library_properties ` to expose library properties of a Cpp library
16
16
- ` CppLibrary.arduino_library_dependencies ` to list the dependent libraries specified by the library.properties file
17
17
- ` CppLibrary.print_stack_dump ` prints stack trace dumps (on Windows specifically) to the console if encountered
18
+ - Definitions for Arduino zero
18
19
19
20
### Changed
20
21
- Move repository from https://github.com/ianfixes/arduino_ci to https://github.com/Arduino-CI/arduino_ci
21
22
- Revise math macros to avoid name clashes
22
23
- ` 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
23
27
24
28
### Fixed
25
29
- Don't define ` ostream& operator<<(nullptr_t) ` if already defined by Apple
You can’t perform that action at this time.
0 commit comments