Skip to content

Commit

Permalink
update to v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengyangliu committed Oct 8, 2022
1 parent c61aac0 commit f7fe691
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Changelog

## v2.6.0

1. Add support for linux x86/x32.
2. Update arduino libraries Servo 1.1.6 -> 1.1.8
3. Update arduino rp2040:rp2040 2.5.4 -> 2.6.0

## v2.5.0

1. Add new arduino board: Raspberry Pi Pico
2. Add new arduino libraries: SimpleList, avr-stl
3. Update arduino-cli v0.21.1 -> v0.27.1.

**Tool list**

Expand All @@ -18,7 +25,7 @@
| esp8266:esp8266 | 3.0.2 | esp8266 |
| Maixduino:k210 | 0.3.11 | Maixduino(k210) |
| SparkFun:avr | 1.1.13 | SparkFun AVR Boards |
| rp2040:rp2040 | 2.5.4 | Raspberry Pi Pico/RP2040 |
| rp2040:rp2040 | 2.6.0 | Raspberry Pi Pico/RP2040 |

Preinstalled Libraries:

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ This repo does not contain any source code. It is just used to release binary fi
| esp8266:esp8266 | 3.0.2 | esp8266 |
| Maixduino:k210 | 0.3.11 | Maixduino(k210) |
| SparkFun:avr | 1.1.13 | SparkFun AVR Boards |
| rp2040:rp2040 | 2.5.4 | Raspberry Pi Pico/RP2040 |
| rp2040:rp2040 | 2.6.0 | Raspberry Pi Pico/RP2040 |

Preinstalled Libraries:

| Name | Version |
| ---------- | ------- |
| Servo | 1.1.6 |
| Servo | 1.1.8 |
| ServoESP32 | 1.0.3 |
| ServoK210 | 1.0.0 |
| SimpleList | 1.0.1 |
Expand All @@ -35,6 +35,7 @@ This repo does not contain any source code. It is just used to release binary fi
| ------- | ------- |
| Windows | 3.7.9 |
| macOS | 3.8.3 |
| Linux | 3.9.13 |

Packages:

Expand All @@ -50,3 +51,4 @@ This repo does not contain any source code. It is just used to release binary fi

- Windows x86/x64
- macOS x64
- Linux x64

0 comments on commit f7fe691

Please sign in to comment.