Lines Matching refs:to
13 These toolchains tell Bazel how to compile for ARM cores. Add the following
14 to the `MODULE.bazel` for your project:
28 ### Ready to build!
29 You're now ready to start building Pico Projects in Bazel! When building,
30 don't forget to specify `--platforms` so Bazel knows you're targeting the
46 If you have a bespoke board definition, you can configure the Pico SDK to use it
47 by pointing `--@pico-sdk//bazel/config:PICO_CONFIG_HEADER` to a `cc_library`
55 `pico_uf2_aspect` enabled is the easiest way to create a UF2 for every ELF
69 launcher) to build the Pico SDK.
74 You will also need a working compiler configured if you wish to build Picotool
90 You are welcome and encouraged to file issues for any problems and limitations
103 When making changes to the Bazel build, please run the Bazel validation script
104 to ensure all supported configurations build properly:
110 If you need to check against a local version of Picotool, you can run the script
114 $ ./tools/run_all_bazel_checks.py --picotool-dir=/path/to/picotool