Skip to content

Commit 7f91f5b

Browse files
Jason2866niwantha33valerosarcostasi
authored
rerelase 2.0.2.1 (#7)
* Create lionbit config file (platformio#692) * Create lionbit config file * Changed upload speed. * Update ESP-IDF to the latest v4.3.2 v4.3.2 also requires updated toolchains * PSRAM fix not needed for M5 stack core2 (platformio#676) since all m5 stack core 2 have a actual PSRAM bug free version * Add Franzininho WiFi Board (platformio#642) * Update latest toolchains to patched versions Resolve platformio#705 * Update platform.json * Tasmota Arduino 2.0.2.1 with idf44 rc1 * Update README.md * Update platform.json * re release 2.0.2.1 fix PWM Co-authored-by: Niwantha Nadeesh Meepage <niwantha33@gmail.com> Co-authored-by: valeros <valeros08@gmail.com> Co-authored-by: Anderson Costa <arcostasi@gmail.com> Co-authored-by: Valerii Koval <valeros@users.noreply.github.com>
1 parent b661402 commit 7f91f5b

File tree

5 files changed

+76
-3
lines changed

5 files changed

+76
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Espressif Systems is a privately held fabless semiconductor company. They provid
1616

1717
```ini
1818
[env:stable]
19-
platform = https://github.com/Jason2866/platform-espressif32/releases/download/v2.0.2/platform-espressif32-2.0.2.zip
19+
platform = https://github.com/Jason2866/platform-espressif32/releases/download/v2.0.2.1/platform-espressif32-2.0.2.1.zip
2020
board = ...
2121
...
2222
```

boards/esp32-s2-franzininho.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ld": "esp32s2_out.ld"
5+
},
6+
"core": "esp32",
7+
"f_cpu": "240000000L",
8+
"f_flash": "80000000L",
9+
"flash_mode": "dio",
10+
"mcu": "esp32s2",
11+
"variant": "esp32s2"
12+
},
13+
"connectivity": [
14+
"wifi"
15+
],
16+
"debug": {
17+
"openocd_target": "esp32s2.cfg"
18+
},
19+
"frameworks": [
20+
"espidf"
21+
],
22+
"name": "Franzininho WiFi Board",
23+
"upload": {
24+
"flash_size": "4MB",
25+
"maximum_ram_size": 327680,
26+
"maximum_size": 4194304,
27+
"require_upload_port": true,
28+
"speed": 460800
29+
},
30+
"url": "https://github.com/Franzininho/Franzininho-WIFI",
31+
"vendor": "Franzininho"
32+
}

boards/lionbit.json

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ldscript": "esp32_out.ld"
5+
},
6+
"core": "esp32",
7+
"extra_flags": "-DARDUINO_ESP32_DEV",
8+
"f_cpu": "240000000L",
9+
"f_flash": "40000000L",
10+
"flash_mode": "dio",
11+
"flags" : "-DCORE_DEBUG_LEVEL=5",
12+
"mcu": "esp32",
13+
"variant": "esp32"
14+
},
15+
"connectivity": [
16+
"wifi",
17+
"bluetooth",
18+
"ethernet",
19+
"can"
20+
],
21+
"debug": {
22+
"openocd_board": "esp-wroom-32.cfg"
23+
},
24+
"frameworks": [
25+
"arduino",
26+
"espidf"
27+
],
28+
"name": "LionBit",
29+
"upload": {
30+
"flash_size": "4MB",
31+
"maximum_ram_size": 327680,
32+
"maximum_size": 4194304,
33+
"require_upload_port": true,
34+
"speed": 115200
35+
},
36+
"monitor": {
37+
"speed" : 115200
38+
},
39+
"url": "http://lionbit.lk/",
40+
"vendor": "Lion::Bit"
41+
}

boards/m5stack-core2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"partitions": "default_16MB.csv"
66
},
77
"core": "esp32",
8-
"extra_flags": "-DARDUINO_M5STACK_Core2 -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue",
8+
"extra_flags": "-DARDUINO_M5STACK_Core2 -DBOARD_HAS_PSRAM",
99
"f_cpu": "240000000L",
1010
"f_flash": "40000000L",
1111
"flash_mode": "dio",

platform.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"type": "framework",
113113
"optional": true,
114114
"owner": "tasmota",
115-
"version": "https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/591/framework-arduinoespressif32-IDF44rc1.tar.gz"
115+
"version": "https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/597/framework-arduinoespressif32-IDF44rc1.tar.gz"
116116
},
117117
"framework-arduino-mbcwb": {
118118
"type": "framework",

0 commit comments

Comments
 (0)