Skip to content

Commit 20491d2

Browse files
committed
Merge branch 'deploy' of https://github.com/ailyProject/aily-blockly-boards into deploy
2 parents c99e906 + ab5ac0b commit 20491d2

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

raspberrypi_pico/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "5.1.0",
55
"description": "Raspberry Pi Pico",
66
"main": "index.js",
7-
"url": "https://projects.raspberrypi.org/zh-CN/projects/getting-started-with-the-pico/1",
7+
"url": "https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html#pico-1-family",
88
"scripts": {
99
"test": "echo \"Error: no test specified\" && exit 1"
1010
},

raspberrypi_pico_w/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "5.1.0",
55
"description": "Raspberry Pi Pico W",
66
"main": "index.js",
7-
"url": "https://projects.raspberrypi.org/en/projects/get-started-pico-w",
7+
"url": "https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html#pico-1-family",
88
"scripts": {
99
"test": "echo \"Error: no test specified\" && exit 1"
1010
},

teensy40/readme.md

Whitespace-only changes.

teensy41/readme.md

Whitespace-only changes.

todo.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# Todo List
22

3-
- [STM32C011](./STM32C011)
4-
- [STM32F103](./STM32F103)
5-
- [STM32F407](./STM32F407)
3+
- [STM32F0](./STM32F0)
4+
- [STM32F2](./STM32F2)
5+
- [STM32F3](./STM32F3)
6+
- [STM32F7](./STM32F7)
7+
- [STM32G0](./STM32G0)
8+
- [STM32G4](./STM32G4)
9+
- [STM32H5](./STM32H5)
10+
- [STM32L0](./STM32L0)
11+
- [STM32L1](./STM32L1)
12+
- [STM32L4](./STM32L4)
13+
- [STM32L5](./STM32L5)
14+
- [STM32WB](./STM32WB)
615
- [arduino_due](./arduino_due)
716
- [arduino_leonardo](./arduino_leonardo)
817
- [ch552](./ch552)
@@ -15,6 +24,6 @@
1524
- [gd32f303](./gd32f303)
1625
- [gd32f307](./gd32f307)
1726
- [nRF52840_DK](./nRF52840_DK)
27+
- [teensy40](./teensy40)
28+
- [teensy41](./teensy41)
1829
- [xiao_esp32c6](./xiao_esp32c6)
19-
- [xiao_rp2040](./xiao_rp2040)
20-
- [xiao_rp2350](./xiao_rp2350)

0 commit comments

Comments
 (0)