Skip to content

Recursion applied to old format & legacy libraries #41

Closed
@PaulStoffregen

Description

@PaulStoffregen

Recursion seems to be applied to old & legacy format libraries. According to the library spec:

https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification

For backward compatibility with Arduino 1.0.x, the library author may opt to not place
source code into a folder called src. In this case the 1.0 library format is applied and the
source code is searched from the library root folder and the utility folder

Recursion is being used, compiling files in directories other than the main folder and utility. It might also be finding .c and .cpp files within the examples.

I will create a test case....

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions