soburi / openthread_nrf52_arduino

A Arduino package for nRF52 that integrated with OpenThread
Other
18 stars 3 forks source link

[Feature] Simplify the build system #4

Closed soburi closed 4 years ago

soburi commented 4 years ago

This package use helper tool for build binary. That tool runs configure & make process, compile only files in dependencies. arduino-builder is compiling all files under directories, So can't contains whole OpenThread repository onto package.

Shape and packaging OpenThread repository to be able to compile with arduino-builder.

soburi commented 4 years ago

It also need to solve #5.