2022-09-06 06:58:16 +00: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 10:55:07 +00:00
|
|
|
extra_default_build_targets:
|
2023-08-17 02:45:23 +00:00
|
|
|
- esp32p4
|
2022-10-27 10:55:07 +00:00
|
|
|
|
2024-01-30 06:19:54 +00:00
|
|
|
bypass_check_test_targets:
|
|
|
|
- esp32c5
|
2024-01-02 02:21:45 +00:00
|
|
|
# - esp32p4
|
2022-09-06 06:58:16 +00: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.
|
|
|
|
#
|