xen-troops / moulin

Moulin is meta build system that is capable of building multiple images at once
Apache License 2.0
2 stars 15 forks source link

Add support for Zephyr snippets #108

Closed Deedone closed 7 months ago

Deedone commented 7 months ago

Zephyr 3.4.0 introduced a new feature called "snippets" which is a replacement for "shields". Add support for specifying snippets in Zephyr builder. Also, add a check to ensure that only one of "shields" or "snippets" is specified.

Deedone commented 7 months ago

Please only review the two last commits, the others are in #107