libhal-google / libhal

A collection of interfaces and abstractions for embedded peripherals and devices using modern C++
Apache License 2.0
86 stars 17 forks source link

:boom: Remove tweaks file #690

Closed kammce closed 1 year ago

kammce commented 1 year ago

The tweaks file worked well when all libraries were header only libraries, but this breaks down with prebuilt libraries. Each library has to define the tweaks values to something at compile time and thus will differ from the end application.

Because config passed along BOOST LEAF macros a new means of distributing those macros is needed. The conanfile.py will now do this job.

Bump version to 2.0.0