Skip to content

Commit efa1f80

Browse files
committed
Added support for espressif/esp32
1 parent 5371d10 commit efa1f80

File tree

7 files changed

+623
-229
lines changed

7 files changed

+623
-229
lines changed

.vscode/tasks.json

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
"command": "npm install",
1010
"problemMatcher": []
1111
},
12+
{
13+
"label": "Update NPM Packages",
14+
"type": "shell",
15+
"command": "npm update",
16+
"problemMatcher": []
17+
},
1218
{
1319
"label": "Publish Extension",
1420
"type": "shell",

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to the "vscode-esp8266fs" extension will be documented in th
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.0] 2018-5-18
9+
10+
* Added support for the ESP32 library package (espressif/esp32).
11+
* Added support for "esptool.py" found in the ESP32 library.
12+
* FlashSize now supports "generic" settings.
13+
* Changed package.json "keyword" from "iot" -> "ESP32".
14+
* "esp8266fs.upload" now only uploads - pack is done separately.
15+
* Added "espspiffs.download" for user of "esptool.py".
16+
* Added "esp8266fs.arduinoUserPath" setting.
17+
* Added "esp8266fs.esptool.py..." settings.
18+
* Removed unnecessary code.
19+
820
## [1.0.1] 2018-4-7
921

1022
* Fixed errata and ran **markdownlint** on all .md files.
@@ -20,7 +32,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2032
* Fixed errata and expanded documentation.
2133
* Located espota.py correctly.
2234
* Changed `esp8266fs.uploadData` -> `esp8266fs.uploadSpiffs`.
23-
* Added `esp8266fs.unpackSpiffs`, `esp8266fs.listSpiffs`, and *esp8266fs.visualizeSpiffs`.
35+
* Added `esp8266fs.unpackSpiffs`, `esp8266fs.listSpiffs`, and `esp8266fs.visualizeSpiffs`.
2436
* Added a variety of settings.json values to allow full control of the mkspiffs *rocess.
2537
* Fixed various bugs and cleaned up code heirarchy.
2638
* Updated Github infrastructure.

README.md

+94-31
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)