mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
* Bazel add default compliation args for opt and debug. Can be overriden * Add docstrings for new compilation mode override flags * Remove cc_args_list shims, which arent needed anymore for cc_feature * Add Compilation mode overrides to the BAZEL_ONLY_ALLOWLIST, these dont exist in Cmake * For completness add the fastbuild default options, and override flag * Remove the default options for fastbuiild, as the bazel doc defaults didnt make much sense, nor work. Leaving these for completness and future addition * Rename the config and constraint labels from OVERRIDE to REMOVE_DEFS * Change naming of flags from PICO_COMPILATION_XXX_REMOVE_DEFS to PICO_COMPILATION_NO_XXX_ARGS for OPT, FASTBUILD & DEBUG variants * Fixup spellling mistakes, and comments * Fix typo PICO_COMPILATION_NO_FASBUILD_ARGS to FASTBUILD |
||
|---|---|---|
| .. | ||
| example_keys | ||
| pioasm | ||
| bazel_build.py | ||
| bazel_common.py | ||
| BUILD.bazel | ||
| build_all_headers.py | ||
| check_all_board_headers.sh | ||
| check_board_header.py | ||
| check_configs.sh | ||
| check_doxygen_groups.py | ||
| check_source_files_in_bazel_build.py | ||
| CMakeLists.txt | ||
| compare_build_systems.py | ||
| copro_dis.py | ||
| extract_build_defines.py | ||
| extract_cmake_configs.py | ||
| extract_cmake_functions.py | ||
| extract_configs.py | ||
| Findpicotool.cmake | ||
| Findpioasm.cmake | ||
| run_all_bazel_checks.py | ||
| uf2_aspect.bzl | ||