Skip to content

Commit ca1b765

Browse files
committed
Merge branch 'release/v2.6.1'
2 parents 5208391 + f0af703 commit ca1b765

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

platform.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,20 @@
44
"description": "Espressif Systems is a privately held fabless semiconductor company. They provide wireless communications and Wi-Fi chips which are widely used in mobile devices and the Internet of Things applications.",
55
"homepage": "https://espressif.com/",
66
"license": "Apache-2.0",
7+
"keywords": [
8+
"dev-platform",
9+
"Wi-Fi",
10+
"Xtensa",
11+
"106Micro"
12+
],
713
"engines": {
814
"platformio": "<5"
915
},
1016
"repository": {
1117
"type": "git",
1218
"url": "https://github.com/platformio/platform-espressif8266.git"
1319
},
14-
"version": "2.6.0",
20+
"version": "2.6.1",
1521
"packageRepositories": [
1622
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
1723
"http://dl.platformio.org/packages/manifest.json",
@@ -51,7 +57,7 @@
5157
"framework-arduinoespressif8266": {
5258
"type": "framework",
5359
"optional": true,
54-
"version": "~3.20702.0"
60+
"version": "~3.20703.0"
5561
},
5662
"framework-esp8266-rtos-sdk": {
5763
"type": "framework",

platform.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def configure_default_packages(self, variables, targets):
2323
self.packages['toolchain-xtensa']['version'] = "~1.40802.0"
2424
if "buildfs" in targets:
2525
self.packages['tool-mkspiffs']['optional'] = False
26+
self.packages['tool-mklittlefs']['optional'] = False
2627
return PlatformBase.configure_default_packages(
2728
self, variables, targets)
2829

0 commit comments

Comments
 (0)