From b3cb728a64174895c374217f91548cd6808c2b14 Mon Sep 17 00:00:00 2001 From: ArthurZheng <869705086@qq.com> Date: Mon, 4 Apr 2022 15:20:40 +0800 Subject: [PATCH] update tools to v2.3.0 --- CHANGE.md | 34 ++++++++++++++++++++++++++++++++++ README.md | 29 ++++++++++++++++++++++++++++- 2 files changed, 62 insertions(+), 1 deletion(-) diff --git a/CHANGE.md b/CHANGE.md index 427b0f1..8847df9 100644 --- a/CHANGE.md +++ b/CHANGE.md @@ -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. diff --git a/README.md b/README.md index 1993914..119e0e6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,30 @@ # openblock-tools -This repo does not contain any source code. It is just used to release binary files of tools. \ No newline at end of file +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 \ No newline at end of file