Skip to content

Commit f8ff077

Browse files
authored
Rename pico examples (#122)
Updates the pico examples to be prefixed with "rpi-" to better match the other raspberry pi examples.
1 parent 1befb23 commit f8ff077

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+30
-30
lines changed

.github/workflows/build-rpi-baremetal.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
example: [rpi4b-blink, rpi5-blink]
16+
example: [rpi-4b-blink, rpi-5-blink]
1717

1818
steps:
1919
- name: Checkout repo

.github/workflows/build-pico-sdk.yml renamed to .github/workflows/build-rpi-pico-sdk.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Pico SDK Examples
1+
name: Build Raspberry Pi SDK Examples
22

33
on:
44
push:
@@ -7,16 +7,16 @@ on:
77
types: [opened, reopened, synchronize, ready_for_review]
88

99
jobs:
10-
build-pico-sdk:
10+
build-rpi-pico-sdk:
1111
runs-on: ubuntu-24.04
1212

1313
strategy:
1414
fail-fast: false
1515
matrix:
1616
example:
17-
- name: pico-blink-sdk
17+
- name: rpi-pico-blink-sdk
1818
board: pico
19-
- name: pico-w-blink-sdk
19+
- name: rpi-picow-blink-sdk
2020
board: pico_w
2121
- name: harmony
2222
board: pico_w

README.md

+7-7
File renamed without changes.
File renamed without changes.
File renamed without changes.

rpi4b-blink/README.md renamed to rpi-4b-blink/README.md

+2-2
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

rpi5-blink/README.md renamed to rpi-5-blink/README.md

+2-2
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

pico-blink-sdk/README.md renamed to rpi-pico-blink-sdk/README.md

+3-3
File renamed without changes.
File renamed without changes.

pico-blink/README.md renamed to rpi-pico-blink/README.md

+2-2
File renamed without changes.
File renamed without changes.

pico2-neopixel/Package.swift renamed to rpi-pico2-neopixel/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import PackageDescription
44

55
let package = Package(
6-
name: "pico2-neopixel",
6+
name: "rpi-pico2-neopixel",
77
products: [
88
.executable(name: "Application", targets: ["Application"])
99
],

pico2-neopixel/README.md renamed to rpi-pico2-neopixel/README.md

+5-5
File renamed without changes.
File renamed without changes.

pico-w-blink-sdk/README.md renamed to rpi-picow-blink-sdk/README.md

+3-3

0 commit comments

Comments
 (0)