2022-09-06 02:58:16 -04:00
|
|
|
# this file support two keywords:
|
|
|
|
# - extra_default_build_targets:
|
|
|
|
# besides of the SUPPORTED_TARGETS in IDF,
|
|
|
|
# enable build for the specified targets by default as well.
|
|
|
|
# - bypass_check_test_targets:
|
|
|
|
# suppress the check_build_test_rules check-test-script warnings for the specified targets
|
|
|
|
#
|
|
|
|
# This file should ONLY be used during bringup. Should be reset to empty after the bringup process
|
2022-10-27 06:55:07 -04:00
|
|
|
extra_default_build_targets:
|
|
|
|
- esp32c6
|
2023-01-10 00:59:46 -05:00
|
|
|
- esp32h2
|
2022-10-27 06:55:07 -04:00
|
|
|
|
2023-01-19 01:47:44 -05:00
|
|
|
# bypass_check_test_targets:
|
|
|
|
# - esp32h2
|
2022-11-21 01:53:45 -05:00
|
|
|
# - esp32c6
|
2022-09-06 02:58:16 -04:00
|
|
|
#
|
|
|
|
# These lines would
|
|
|
|
# - enable the README.md check for esp32c6. Don't forget to add the build jobs in .gitlab/ci/build.yml
|
|
|
|
# - disable the test script check with the manifest file.
|
|
|
|
#
|