Home
last modified time | relevance | path

Searched +full:python +full:- +full:version (Results 1 – 5 of 5) 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
26 disk-cache: ${{ github.workflow }}
[all …]
/hal_rpi_pico-latest/
DMODULE.bazel2 name = "pico-sdk",
3 version = "2.1.0",
6 bazel_dep(name = "platforms", version = "0.0.9")
7 bazel_dep(name = "bazel_skylib", version = "1.6.1")
8 bazel_dep(name = "rules_python", version = "0.36.0")
9 bazel_dep(name = "picotool", version = "2.1.0")
10 bazel_dep(name = "rules_cc", version = "0.0.10")
15 name = "arm_gcc_linux-aarch64",
18 strip_prefix = "arm-gnu-toolchain-13.2.Rel1-aarch64-arm-none-eabi",
19 …l = "https://developer.arm.com/-/media/Files/downloads/gnu/13.2.rel1/binrel/arm-gnu-toolchain-13.2…
[all …]
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 …]
/hal_rpi_pico-latest/bazel/
DREADME.md5 ### Add pico-sdk as a dependency
8 ```python
9 bazel_dep(name = "pico-sdk", version = "2.1.0")
15 ```python
17 "@pico-sdk//bazel/toolchain:linux-x86_64-rp2040",
18 "@pico-sdk//bazel/toolchain:linux-x86_64-rp2350",
19 "@pico-sdk//bazel/toolchain:win-x86_64-rp2040",
20 "@pico-sdk//bazel/toolchain:win-x86_64-rp2350",
21 "@pico-sdk//bazel/toolchain:mac-x86_64-rp2040",
22 "@pico-sdk//bazel/toolchain:mac-x86_64-rp2350",
[all …]
/hal_rpi_pico-latest/docs/
DDoxygenLayout.xml1 <doxygenlayout version="1.0">
2 <!-- Generated by doxygen 1.8.17 -->
3 <!-- Navigation index tabs for HTML output -->
9 …<tab type="user" url="https://rptl.io/pico-datasheet" visible="yes" title="Raspberry Pi Pico Datas…
10 …<tab type="user" url="https://rptl.io/picow-datasheet" visible="yes" title="Raspberry Pi Pico W Da…
11 …<tab type="user" url="https://rptl.io/rp2040-datasheet" visible="yes" title="RP2040 Datasheet" int…
12 …<tab type="user" url="https://rptl.io/rp2040-design" visible="yes" title="Hardware design with RP2…
13 …<tab type="user" url="https://rptl.io/pico-c-sdk" visible="yes" title="Raspberry Pi Pico C/C++ SDK…
14 …<tab type="user" url="https://rptl.io/pico-micropython" visible="yes" title="Raspberry Pi Pico Pyt…
15 …<tab type="user" url="https://rptl.io/pico-get-started" visible="yes" title="Getting started with …
[all …]