esp-idf/make
Angus Gratton 60f29236f6 Build system: Raise warning level
Default esp-idf builds now show -Wextra warnings (except for a few:
signed/unsigned comparison, unused parameters, old-style C declarations.)

CI building of examples runs with that level raised to -Werror, to catch
those changes going into the main repo.
2016-11-16 15:57:34 +11:00
..
build_examples.sh Build system: Raise warning level 2016-11-16 15:57:34 +11:00
common.mk
component_common.mk
component_wrapper.mk
project.mk Build system: Raise warning level 2016-11-16 15:57:34 +11:00
project_config.mk
test_build_system.sh