-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
arduino mocksCompilation mocks for the Arduino libraryCompilation mocks for the Arduino libraryenhancementNew feature or requestNew feature or requestnot yetAwaits better environmental conditionsAwaits better environmental conditionssome archsOnly affects some Arduino architecturesOnly affects some Arduino architectures
Milestone
Description
Hi,
am struggling with a library - https://github.com/RobTillaart/DS18B20_INT
The library needs the "OneWire: so I adapted .arduino-ci.yml
compile:
# Choosing to run compilation tests on 2 different Arduino platforms
platforms:
- uno
- leonardo
- due
- zero
# Declaring Dependent Arduino Libraries (to be installed via the Arduino Library Manager)
libraries:
- "OneWire"
unittest:
# These dependent libraries will be installed
libraries:
- "OneWire"
- "util/crc16" <<<<<<<<<<<<<<<<<<< does not work.
The example of the lib now compiles correctly, however the unit test fails on util/crc16.h which is used by the OneWire lib.
The path (on my PC) is ...\Arduino\hardware\tools\avr\avr\include\util\crc16.h but I do not know how to include it in the unit test.
It might be a feature that need to be solved in the future.
For now I will disable the unit test.
Metadata
Metadata
Assignees
Labels
arduino mocksCompilation mocks for the Arduino libraryCompilation mocks for the Arduino libraryenhancementNew feature or requestNew feature or requestnot yetAwaits better environmental conditionsAwaits better environmental conditionssome archsOnly affects some Arduino architecturesOnly affects some Arduino architectures