Searched +full:repository +full:- +full:cache (Results 1 – 2 of 2) sorted by relevance
8 bazel-build-check:12 os: [ubuntu-latest, macos-latest]13 fail-fast: false14 runs-on: ${{ matrix.os }}16 - name: Checkout19 fetch-depth: 020 - name: Get Bazel21 uses: bazel-contrib/setup-bazel@0.9.024 bazelisk-cache: true25 # Store build cache per workflow.[all …]
4 necessary to write programs for the RP-series microcontroller-based devices such as the Raspberry P…7 The SDK is designed to provide an API and programming environment that is familiar both to non-embe…9 C-level libraries/APIs for accessing all of the RP-series microcontroller's hardware including PIO …11 …-Fi and Bluetooth networking, USB and multicore programming. These libraries should be comprehensi…13 The SDK can be used to build anything from simple applications, fully-fledged runtime environments …14 such as the RP-series microcontroller's on-chip bootrom itself.18 …t ready for inclusion in the SDK can be found in [pico-extras](https://github.com/raspberrypi/pico…22 See [Getting Started with the Raspberry Pi Pico-Series](https://rptl.io/pico-get-started) for infor…23 …t and how to build and debug software for the Raspberry Pi Pico and other RP-series microcontrolle…25 See [Connecting to the Internet with Raspberry Pi Pico W](https://rptl.io/picow-connect) to learn m…[all …]