Skip to content

Commit

Permalink
update tools to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengyangliu committed Apr 4, 2022
1 parent 5665162 commit b3cb728
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
## v2.3.0

1. Add openblock-obmpy to support standard micro python.
2. Add esptool to support micro python esp32.
3. Add kflash to support micro python k210.
4. Update uflash to support microbit v2.

**Tool list**

- Arduino CLI v0.21.1

Supported boards:

1. arduino:avr
2. esp32:esp32
3. esp8266:esp8266
4. SparkFun:avr
5. Maixduino:k210

- 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

**Support system**

- Windows x86/x64
- macOS x64

## v2.2.0

Add arduino esp8266 support.
Expand Down
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# openblock-tools

This repo does not contain any source code. It is just used to release binary files of tools.
This repo does not contain any source code. It is just used to release binary files of tools.

## Tool list

- Arduino CLI v0.21.1

Supported boards:

1. arduino:avr
2. esp32:esp32
3. esp8266:esp8266
4. SparkFun:avr
5. Maixduino:k210

- 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

## Support system

- Windows x86/x64
- macOS x64

0 comments on commit b3cb728

Please sign in to comment.