Commit graph

2 commits

Author SHA1 Message Date
Evan Benn
c39d361391 boards: PR #404: Add CONFIG_BUILD_LOG=y
With BUILD_LOG on each package stores compilation output in a separate
file. This allows us to make the jenkins console log output quieter
without losing the compilation logs.

Build like this for a general overview on tty, as well as excessive detail for
each package in the logs folder:

make -j8 V=sc | tee logs/build.log | stdbuf -oL grep -i -E "^make.*(error|[[[:digit:]]])"


Approved-by: James Haggerty
Approved-by: Lyall Beveridge
2025-10-05 00:15:22 +10:00
Morse Micro
0350af637a boards: add common configuration fragments used across device targets
Define a set of common, and extra, configuration fragments used for
Morse Micro evaluation kits.
2024-11-26 10:03:34 +11:00