Home
last modified time | relevance | path

Searched +full:repository +full:- +full:cache (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/.github/workflows/
Dbazel_build.yml8 bazel-build-check:
12 os: [ubuntu-latest, macos-latest]
13 fail-fast: false
14 runs-on: ${{ matrix.os }}
16 - name: Checkout
19 fetch-depth: 0
20 - name: Get Bazel
21 uses: bazel-contrib/setup-bazel@0.9.0
24 bazelisk-cache: true
25 # Store build cache per workflow.
[all …]
/hal_rpi_pico-latest/
DREADME.md4 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 …]