Skip to content

Commit

Permalink
update to v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengyangliu committed May 1, 2022
1 parent b3cb728 commit f89033f
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 11 deletions.
37 changes: 37 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
## v2.3.1

1. Update the version of arduino-cli
2. Update the version of arduino:avr
3. Update the version of esp8266:esp8266, to fix the error log: `Error initializing instance: loading platform release esp8266:[email protected]: loading boards: skipping loading of boards esp8266:esp8266:espduino: malformed custom board options`

**Tool list**

- Arduino CLI v0.21.1

Supported boards:

| ID | Version | Name |
| --------------- | ------- | ------------------- |
| arduino:avr | 1.8.5 | Arduino AVR Boards |
| esp32:esp32 | 1.0.6 | esp32 |
| esp8266:esp8266 | 3.0.2 | esp8266 |
| Maixduino:k210 | 0.3.11 | Maixduino(k210) |
| SparkFun:avr | 1.1.13 | SparkFun AVR Boards |

- Python

Packages:

| Name | Version |
| --------------- | ------- |
| uflash | 2.0.0 |
| microfs | 1.4.5 |
| esptool | 3.3 |
| kflash | 1.0.2 |
| openblock-obmpy | 1.1.3 |

**Support system**

- Windows x86/x64
- macOS x64

## v2.3.0

1. Add openblock-obmpy to support standard micro python.
Expand Down
26 changes: 15 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,27 @@ This repo does not contain any source code. It is just used to release binary fi

Supported boards:

1. arduino:avr
2. esp32:esp32
3. esp8266:esp8266
4. SparkFun:avr
5. Maixduino:k210
| ID | Version | Name |
| --------------- | ------- | ------------------- |
| arduino:avr | 1.8.5 | Arduino AVR Boards |
| esp32:esp32 | 1.0.6 | esp32 |
| esp8266:esp8266 | 3.0.2 | esp8266 |
| Maixduino:k210 | 0.3.11 | Maixduino(k210) |
| SparkFun:avr | 1.1.13 | SparkFun AVR Boards |

- Python

Packages:

1. uflash v2.0.0
2. microfs v1.4.5
3. esptool v3.3
4. kflash v1.0.2
5. openblock-obmpy v1.1.3
| Name | Version |
| --------------- | ------- |
| uflash | 2.0.0 |
| microfs | 1.4.5 |
| esptool | 3.3 |
| kflash | 1.0.2 |
| openblock-obmpy | 1.1.3 |

## Support system

- Windows x86/x64
- macOS x64
- macOS x64

0 comments on commit f89033f

Please sign in to comment.