Skip to content

Commit c551455

Browse files
authored
Tasmota/idf5 (#78)
* Add default nameOnDisk value for external CMake projects * Build 918 newest wifi libs from idf44 * Tasmota IDF 4.4.3 * Tasmota Core 2.0.4.1 based on IDF 4.4.3 * Tasmota release Core 2.0.4.1 * stable 2.0.4.1 * Merge firmware before flashing via OpenOCD * Merge firmware before flashing via OpenOCD * Update arduino.py * Update espidf.py * update boards 1/2 * Update Boards 2/2 * v2.0.4.1 * FIx OCD flash, Esptool v4.1, Board updates (#24) * Tasmota github as source * --dont-append-digest * esptool v4.1 * 2.0.5dev * platformio": ">=6.1.0 * Update espidf.py * Add default nameOnDisk value for external CMake projects * Build 918 newest wifi libs from idf44 * Tasmota IDF 4.4.3 * Tasmota release Core 2.0.4.1 * Merge firmware before flashing via OpenOCD * Merge firmware before flashing via OpenOCD * Update arduino.py * Update espidf.py * update boards 1/2 * Update Boards 2/2 * v2.0.4.1 * Mode qio * Mode qio * Board supports qio * OpenOCD has now apple ARM support * rm custom OpenOCD * fix install OpenOCD * Allow overriding reset operation via project file * Allow overriding reset operation via project file * flash options from env for uploadfs * revert * flash options from env for uploadfs * no .DS_Store * fix boot flash mode * refactor * Fix bootloader flash mode * Allow overriding reset operation via project file * fix boot flash mode * Esptool.py v4.2.1 * Update platform.json * Update bootloader image headers before debugging or uploading via deb… …ug tools This approach is less intrusive than merging the entire application into one binary implemented in #006d64e8b268e479703a0aac7eed8bef1ebea587 In this implementation we safely copy the required bootloader binary to the build directory, adjust the headers via esptoolpy and the "merge_bin" command according to --flash-size and --flash-mode arguments. * Change in OCD firmware generation In this implementation we safely copy the required bootloader binary to the build directory, adjust the headers via esptoolpy and the "merge_bin" command according to --flash-size and --flash-mode arguments. * better specs * qio and 8MB and faster upload * replace deprecated flash modes * Board support faster flash mode * Update boards manifests (#27) * Tasmota github as source * --dont-append-digest * esptool v4.1 * 2.0.5dev * platformio": ">=6.1.0 * Update espidf.py * Add default nameOnDisk value for external CMake projects * Build 918 newest wifi libs from idf44 * Tasmota IDF 4.4.3 * Tasmota release Core 2.0.4.1 * Merge firmware before flashing via OpenOCD * Merge firmware before flashing via OpenOCD * Update arduino.py * Update espidf.py * update boards 1/2 * Update Boards 2/2 * v2.0.4.1 * Mode qio * Board supports qio * OpenOCD has now apple ARM support * rm custom OpenOCD * fix install OpenOCD * Allow overriding reset operation via project file * flash options from env for uploadfs * revert * flash options from env for uploadfs * no .DS_Store * fix boot flash mode * refactor * Esptool.py v4.2.1 * Update bootloader image headers before debugging or uploading via deb… …ug tools This approach is less intrusive than merging the entire application into one binary implemented in #006d64e8b268e479703a0aac7eed8bef1ebea587 In this implementation we safely copy the required bootloader binary to the build directory, adjust the headers via esptoolpy and the "merge_bin" command according to --flash-size and --flash-mode arguments. * better specs * replace deprecated flash modes * Board support faster flash mode * now "memory_type": "qio_opi" * qio * opi flash needs flash mode `dout` flash mode `dio `works for `qout` as mode too * 8 MB * 8 MB * Tasmota/205 * Update IDF to 4.4.3.1 * Use S2 / S3 / C3 as board * cmake v3.21 * core pre 2.0.5 * Move the process of patching bootloader to the Arduino build script * Remove obsolete workaround for propagating debug configurations * Update platform.py * Update platform.json * Update sdkconfig.defaults * PSK needed for wifi * Update Arduino / IDF * Update platform.json * Update platform.json * Tasmota/205 (#28) * Tasmota github as source * --dont-append-digest * 2.0.5dev * platformio": ">=6.1.0 * Update espidf.py * Add default nameOnDisk value for external CMake projects * Tasmota IDF 4.4.3 * Merge firmware before flashing via OpenOCD * update boards * OpenOCD has now apple ARM support * Allow overriding reset operation via project file * flash options from env for uploadfs * no .DS_Store * Esptool.py v4.2.1 * Update bootloader image headers before debugging or uploading via deb… …ug tools This approach is less intrusive than merging the entire application into one binary implemented in #006d64e8b268e479703a0aac7eed8bef1ebea587 In this implementation we safely copy the required bootloader binary to the build directory, adjust the headers via esptoolpy and the "merge_bin" command according to --flash-size and --flash-mode arguments. * replace deprecated flash modes * now "memory_type": "qio_opi" * opi flash needs flash mode `dout` flash mode `dio `works for `qout` as mode too * Tasmota/205 * Update IDF to 4.4.3.1 * Use S2 / S3 / C3 as board * cmake v3.21 * core pre 2.0.5 * Move the process of patching bootloader to the Arduino build script * Remove obsolete workaround for propagating debug configurations * Update sdkconfig.defaults * PSK needed for wifi * Update main.py * Update platform.py * flash mode `dout` for opi * rm litter * 16MB flash * framework now as zip * Apple ARM toolchain 8.4.0-2021r2-patch4 * more "pythonic" * 205merge (#29) * Tasmota github as source * --dont-append-digest * esptool v4.1 * 2.0.5dev * platformio": ">=6.1.0 * Update espidf.py * Add default nameOnDisk value for external CMake projects * Build 918 newest wifi libs from idf44 * Tasmota IDF 4.4.3 * Tasmota release Core 2.0.4.1 * Merge firmware before flashing via OpenOCD * Merge firmware before flashing via OpenOCD * Update arduino.py * Update espidf.py * update boards 1/2 * Update Boards 2/2 * v2.0.4.1 * Mode qio * Board supports qio * OpenOCD has now apple ARM support * rm custom OpenOCD * fix install OpenOCD * Allow overriding reset operation via project file * flash options from env for uploadfs * revert * flash options from env for uploadfs * no .DS_Store * fix boot flash mode * refactor * Esptool.py v4.2.1 * Update bootloader image headers before debugging or uploading via deb… …ug tools This approach is less intrusive than merging the entire application into one binary implemented in #006d64e8b268e479703a0aac7eed8bef1ebea587 In this implementation we safely copy the required bootloader binary to the build directory, adjust the headers via esptoolpy and the "merge_bin" command according to --flash-size and --flash-mode arguments. * better specs * replace deprecated flash modes * Board support faster flash mode * now "memory_type": "qio_opi" * qio * opi flash needs flash mode `dout` flash mode `dio `works for `qout` as mode too * 8 MB * Tasmota/205 * Update IDF to 4.4.3.1 * Use S2 / S3 / C3 as board * cmake v3.21 * core pre 2.0.5 * Move the process of patching bootloader to the Arduino build script * Remove obsolete workaround for propagating debug configurations * Update platform.py * Update platform.json * Update sdkconfig.defaults * PSK needed for wifi * Update Arduino / IDF * Update platform.json * Update platform.json * Update main.py * Update platform.py * flash mode `dout` for opi * rm litter * 16MB flash * framework now as zip * Apple ARM toolchain 8.4.0-2021r2-patch4 * more "pythonic" * idf-component-manager * esp-idf-v4.4.3.3 * set correct `_get_board_boot_mode` for `opi` * fix logic for replacing with `opi` * fix wrong pio syntax to get `build.boot` * use opi bootloader for opi flash * esptool.py v4.3 * rm redundant entrys * Tasmota IDF 4.4.3.3 / Esptool v4.3 * Tasmota Arduino build 998 / IDF 4.4.3.4 * Build 999 and back to IDF 4.4.3.3 since 4.4.3.4 needs patch4 toolchains (not yet in Pio registry) * Tasmota Core 2.0.5 * Update README.md * Tasmota core 2.0.5 * `adapter speed` * `adapter speed` * Update platform.py * adapter speed 20000 * rm adapter speed * toolchain patch5 * rm custom arm toolchains * rm custom arm toolchains * rm custom arm toolchains * IDF 4.4.3.5 which uses patch5 toolchains * Tasmota/one platform (#32) * ULP CI test Linux * new ulp examples * use `toolchain-riscv32-esp` for riscv ulp projects * rm example `SPIFFS` * rm `mbcwb` support * One Tasmota Platformio Platform * Release Core 2.0.5 one Platform versions * rm duplicate entrys * Update README.md * ulp update * ULP CI test Linux * install ulp toolchain always for s2, s3 * new ulp examples * use `toolchain-riscv32-esp` for riscv ulp projects * rm example `SPIFFS` * rm `mbcwb` support * refactore * espota path fix * add solo1 / ITEAD to CI * fix `espota.py` path * ulp official * Update examples.yml * integrate changes from upstream (#37) * align upstream * rm adapter speed (defaults are set in OCD) * cmake v3.21 * Boards update * Update README.md * Update platformio.ini * add solo1 * Update platformio.ini * fix CI example * esp32 offset needed * Setting is needed for Debugger * Update main.py * Update arduino.py * Fix ESP32 Offset for OCD * align with upstream * rm not needed `projenv` * Install and use only needed framework * Install and use only needed framework (#43) * rm overlooked "mbctool" * Update README.md * Update README.md * Update README.md * esptool v4.3.1 increased flash speed for S2/S3 * 2.0.5.2 * Update examples.yml * Tasmota repo * Change readme to 2.0.5.2 * Sort ULP Sources order via the filenames. * Flash mode correcting for IDF too * Tasmota core 2.0.5.3 / IDF4.4.3 * Platformio 2.0.5+3 * Update README.md * esptool v4.4 * esptool v4.4 * Change Platform versioning version: 2.0.5+20221125 * Change versioning for Platform * Update README.md * Update examples.yml * Ubuntu 22.04 * pip install wheel * use cdn.jsdelivr.net * use cdn.jsdelivr.net * revert cdn * revert cdn * Normalize path in the "IDF_PATH" variable * fix HwID * upgrade pip to latest * use wheel to install pip dependencies * esptool.py v4.4.1 * esptool.py v4.4.1 * minor updates (#46) * esptool v4.4 * Change Platform versioning version: 2.0.5+20221125 * Update examples.yml * Ubuntu 22.04 * pip install wheel * use cdn.jsdelivr.net * revert cdn * Normalize path in the "IDF_PATH" variable * fix HwID * upgrade pip to latest * use wheel to install pip dependencies * esptool.py v4.4.1 * Version change * Tasmota Core 2.0.5.4 * Target: Erase Flash and Upload * zopfli * add missing imports * "version": "2022.12.1" * Target: Erase and Upload (#48) * Target: Erase Flash and Upload * zopfli * "version": "2022.12.1" * core 2.0.6 * core 2.0.6 * Tasmota core 2.0.6 * v4.4.3.20221227 * Latest IDF 4.4.3 * Rerelease esptool v4.4.1 * Update platform.json * minor change * minor changes * Create esp32-c3-m1i-kit.json * ULP "version": "~1.23500.0" * Create bpi_leaf_s3.json * Create cytron_maker_feather_aiot_s3.json * Create deneyapkart1Av2.json * Update deneyapmini.json * Create deneyapminiv2.json * Create redpill_esp32s3.json * Use platformio registry for ULP * esptool v4.4.2 * Take into account board flash mode when converting elf to bin * IDF5 with Tasmota Core 2.0.6 (#40) * Add support for IDF v5.0 * IDF 5.0 examples * Fix RISCV ULP detection * disable-pip-version-check * Platform 2022.12.2 * esptool.py v4.4.3 * Update README.md * Changes from Upstream for IDF5 * no `pip install --force-reinstall` * Use latest pio v6.1.6 fixes `extends` * pyparsing >=3.0.9 * revert to "pyparsing": ">=2.0.3,<2.4.0" * Better handling of ESP IDF Python dependencies * IDF v4.4.3.20230129 * Update platform.json * IDF v4.4.3.20230129 * esptool v4.4.5 * esptool.py v4.5 * esptool.py v4.5.1 * IDF 5.0.1 * Update platform.json * Delete examples/espidf-aws-iot directory * Update examples.yml * Update platform.json * Update platform.json * IDF 4.4.4 * IDF: Propagate build flags for ASM files * Update espidf.py * Update examples.yml * Delete examples/espidf-ble-eddystone directory * Update platformio.ini * Update platformio.ini * Update OpenOCD * Update platform.json * Update espidf.py * Core 2.0.8 * core 2.0.9 * Better handling of macros exported from IDF * optional toolchain 12.2.0+20230208 * 12.2.0+20230208 * Update platform.json * Update platform.py * IDF 5.0.2 * Update esp32s3camlcd.json * "urllib3": "<2" * esptool v4.6.1 * esptool v4.6.2 * Update platform.json * Update espidf.py * "esp-idf-kconfig": "~=1.1.0", * core 2.0.10 * idf 4.4.5 * idf 4.4.5 * use correct import * Tasmota IDF 5.0.2.20230710 * fix ULP example * Use ADC example * fix ULP riscv compile * Update espidf.py * Update platform.json * Update ulp.py * Update main.py * Create sizedata.py * Fix max upload size * Update dynamic memory calculation process * Reduce time between consecutive builds by enabling cache * Update main.py * rm wrong change * update boards from upstream * add dfu upload * Create esp32-solo1.json * dfu uploader * revert max_upload_size changes * Update arduino.py * Update examples.yml * Delete examples/arduino-ble5-advertising directory * metrics 0.4.2 * v0.4.3
1 parent 14e336b commit c551455

File tree

982 files changed

+149030
-30488
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

982 files changed

+149030
-30488
lines changed

.github/workflows/examples.yml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,48 @@
11
name: Examples
22

3-
on: [push, pull_request]
3+
on:
4+
workflow_dispatch: # Manually start a workflow
5+
push:
6+
paths-ignore:
7+
- '.github/**' # Ignore changes towards the .github directory
8+
- '**.md' # Do no build if *.md files changes
49

510
jobs:
611
build:
712
strategy:
813
fail-fast: false
914
matrix:
10-
os: [ubuntu-latest, windows-latest, macos-latest]
15+
os: [ubuntu-22.04, windows-2022, macOS-12]
1116
example:
12-
- "examples/arduino-ble5-advertising"
1317
- "examples/arduino-blink"
1418
- "examples/arduino-rmt-blink"
15-
- "examples/arduino-briki-internal-libs"
1619
- "examples/arduino-usb-keyboard"
1720
- "examples/arduino-wifiscan"
1821
- "examples/espidf-arduino-blink"
1922
- "examples/espidf-arduino-wifiscan"
2023
- "examples/espidf-blink"
21-
- "examples/espidf-aws-iot"
22-
- "examples/espidf-ble-eddystone"
2324
- "examples/espidf-coap-server"
2425
- "examples/espidf-exceptions"
2526
- "examples/espidf-hello-world"
2627
- "examples/espidf-http-request"
2728
- "examples/espidf-peripherals-uart"
2829
- "examples/espidf-peripherals-usb"
2930
- "examples/espidf-storage-sdcard"
30-
- "examples/espidf-storage-spiffs"
31-
- "examples/espidf-ulp-adc"
32-
- "examples/espidf-ulp-pulse"
31+
- "examples/espidf-ulp"
32+
- "examples/espidf-ulp-riscv"
3333
runs-on: ${{ matrix.os }}
3434
steps:
3535
- uses: actions/checkout@v3
3636
with:
3737
submodules: "recursive"
3838
- name: Set up Python
39-
uses: actions/setup-python@v3
39+
uses: actions/setup-python@v4
4040
with:
41-
python-version: "3.9"
41+
python-version: "3.11"
4242
- name: Install dependencies
4343
run: |
44+
python -m pip install --upgrade pip
45+
pip install wheel
4446
pip install -U https://github.com/platformio/platformio/archive/develop.zip
4547
pio pkg install --global --platform symlink://.
4648
- name: Build examples

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.pyc
2+
.DS_Store

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,20 @@ Espressif Systems is a privately held fabless semiconductor company. They provid
1515
1. [Install PlatformIO](http://platformio.org)
1616
2. Create PlatformIO project and configure a platform option in [platformio.ini](http://docs.platformio.org/page/projectconf.html) file:
1717

18-
## Stable version
19-
20-
```ini
21-
[env:stable]
22-
platform = replace with url
23-
board = ...
24-
...
18+
### Stable Release supporting Arduino and IDF 5.0
19+
based on Arduino Core 2.0.6 and can be used with Platformio for the ESP32/ESP32solo1, ESP32C3, ESP32S2 and ESP32S3
20+
```
21+
[platformio]
22+
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.01.00/platform-espressif32.zip
23+
framework = arduino
24+
```
25+
to use the ESP32 Solo1 Arduino framework add in your env
26+
```
27+
[env:esp32solo1]
28+
board = esp32-solo1
29+
build_flags = -DFRAMEWORK_ARDUINO_SOLO1
2530
```
31+
The frameworks are here [https://github.com/tasmota/arduino-esp32/releases](https://github.com/tasmota/arduino-esp32/releases)
2632

2733
# Configuration
2834

boards/adafruit_feather_esp32_v2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
{
22
"build": {
3-
"arduino":{
3+
"arduino": {
44
"ldscript": "esp32_out.ld"
55
},
66
"core": "esp32",
77
"extra_flags": [
88
"-DARDUINO_ADAFRUIT_FEATHER_ESP32_V2",
99
"-DBOARD_HAS_PSRAM",
10+
"-DARDUINO_RUNNING_CORE=1",
11+
"-DARDUINO_EVENT_RUNNING_CORE=1",
1012
"-mfix-esp32-psram-cache-issue",
1113
"-mfix-esp32-psram-cache-strategy=memw"
1214
],
1315
"f_cpu": "240000000L",
14-
"f_flash": "40000000L",
16+
"f_flash": "80000000L",
1517
"flash_mode": "dio",
1618
"mcu": "esp32",
1719
"variant": "adafruit_feather_esp32_v2"
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"ldscript": "esp32s2_out.ld",
5+
"partitions": "partitions-4MB-tinyuf2.csv"
6+
},
7+
"core": "esp32",
8+
"extra_flags": [
9+
"-DARDUINO_ADAFRUIT_FEATHER_ESP32S2_REVTFT",
10+
"-DBOARD_HAS_PSRAM",
11+
"-DARDUINO_USB_CDC_ON_BOOT=1"
12+
],
13+
"f_cpu": "240000000L",
14+
"f_flash": "80000000L",
15+
"flash_mode": "qio",
16+
"hwids": [
17+
[
18+
"0x239A",
19+
"0x80ED"
20+
],
21+
[
22+
"0x239A",
23+
"0x00ED"
24+
],
25+
[
26+
"0x239A",
27+
"0x80EE"
28+
]
29+
],
30+
"mcu": "esp32s2",
31+
"variant": "adafruit_feather_esp32s2_reversetft"
32+
},
33+
"connectivity": [
34+
"wifi"
35+
],
36+
"debug": {
37+
"openocd_target": "esp32s2.cfg"
38+
},
39+
"frameworks": [
40+
"arduino",
41+
"espidf"
42+
],
43+
"name": "Adafruit Feather ESP32-S2 Reverse TFT",
44+
"upload": {
45+
"arduino": {
46+
"flash_extra_images": [
47+
[
48+
"0x2d0000",
49+
"variants/adafruit_feather_esp32s2_reversetft/tinyuf2.bin"
50+
]
51+
]
52+
},
53+
"flash_size": "4MB",
54+
"maximum_ram_size": 327680,
55+
"maximum_size": 4194304,
56+
"use_1200bps_touch": true,
57+
"wait_for_upload_port": true,
58+
"require_upload_port": true,
59+
"speed": 460800
60+
},
61+
"url": "https://www.adafruit.com/product/5345",
62+
"vendor": "Adafruit"
63+
}

boards/adafruit_feather_esp32s2_tft.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"build": {
33
"arduino": {
4-
"ldscript": "esp32s2_out.ld"
4+
"ldscript": "esp32s2_out.ld",
5+
"partitions": "partitions-4MB-tinyuf2.csv",
6+
"memory_type": "qio_qspi"
57
},
68
"core": "esp32",
79
"extra_flags": [

boards/adafruit_feather_esp32s3.json

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,36 @@
11
{
22
"build": {
33
"arduino":{
4-
"ldscript": "esp32s3_out.ld"
4+
"ldscript": "esp32s3_out.ld",
5+
"partitions": "partitions-4MB-tinyuf2.csv"
56
},
67
"core": "esp32",
78
"extra_flags": [
8-
"-DARDUINO_ADAFRUIT_FEATHER_ESP32S3_NOPSRAM",
9+
"-DARDUINO_ADAFRUIT_FEATHER_ESP32S3",
910
"-DARDUINO_USB_CDC_ON_BOOT=1",
1011
"-DARDUINO_RUNNING_CORE=1",
11-
"-DARDUINO_EVENT_RUNNING_CORE=1"
12+
"-DARDUINO_EVENT_RUNNING_CORE=1",
13+
"-DBOARD_HAS_PSRAM"
1214
],
1315
"f_cpu": "240000000L",
1416
"f_flash": "80000000L",
1517
"flash_mode": "qio",
1618
"hwids": [
1719
[
1820
"0x239A",
19-
"0x8113"
21+
"0x811B"
2022
],
2123
[
2224
"0x239A",
23-
"0x0113"
25+
"0x011B"
2426
],
2527
[
2628
"0x239A",
27-
"0x8114"
29+
"0x811C"
2830
]
2931
],
3032
"mcu": "esp32s3",
31-
"variant": "adafruit_feather_esp32s3_nopsram"
33+
"variant": "adafruit_feather_esp32s3"
3234
},
3335
"connectivity": [
3436
"wifi"
@@ -40,16 +42,8 @@
4042
"arduino",
4143
"espidf"
4244
],
43-
"name": "Adafruit Feather ESP32-S3 No PSRAM",
45+
"name": "Adafruit Feather ESP32-S3 2MB PSRAM",
4446
"upload": {
45-
"arduino": {
46-
"flash_extra_images": [
47-
[
48-
"0x410000",
49-
"variants/adafruit_feather_esp32s3_nopsram/tinyuf2.bin"
50-
]
51-
]
52-
},
5347
"flash_size": "4MB",
5448
"maximum_ram_size": 327680,
5549
"maximum_size": 4194304,
@@ -58,6 +52,6 @@
5852
"require_upload_port": true,
5953
"speed": 460800
6054
},
61-
"url": "https://www.adafruit.com/product/5323",
55+
"url": "https://www.adafruit.com/product/5477",
6256
"vendor": "Adafruit"
6357
}
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ldscript": "esp32s3_out.ld",
5+
"partitions": "partitions-8MB-tinyuf2.csv",
6+
"memory_type": "qio_qspi"
7+
},
8+
"core": "esp32",
9+
"extra_flags": [
10+
"-DARDUINO_ADAFRUIT_FEATHER_ESP32S3_NOPSRAM",
11+
"-DARDUINO_USB_CDC_ON_BOOT=1",
12+
"-DARDUINO_RUNNING_CORE=1",
13+
"-DARDUINO_EVENT_RUNNING_CORE=1"
14+
],
15+
"f_cpu": "240000000L",
16+
"f_flash": "80000000L",
17+
"flash_mode": "qio",
18+
"hwids": [
19+
[
20+
"0x239A",
21+
"0x811B"
22+
],
23+
[
24+
"0x239A",
25+
"0x011B"
26+
],
27+
[
28+
"0x239A",
29+
"0x811C"
30+
]
31+
],
32+
"mcu": "esp32s3",
33+
"variant": "adafruit_feather_esp32s3_nopsram"
34+
},
35+
"connectivity": [
36+
"wifi"
37+
],
38+
"debug": {
39+
"openocd_target": "esp32s3.cfg"
40+
},
41+
"frameworks": [
42+
"arduino",
43+
"espidf"
44+
],
45+
"name": "Adafruit Feather ESP32-S3 No PSRAM",
46+
"upload": {
47+
"arduino": {
48+
"flash_extra_images": [
49+
[
50+
"0x2d0000",
51+
"variants/adafruit_feather_esp32s3_nopsram/tinyuf2.bin"
52+
]
53+
]
54+
},
55+
"flash_size": "8MB",
56+
"maximum_ram_size": 327680,
57+
"maximum_size": 8388608,
58+
"use_1200bps_touch": true,
59+
"wait_for_upload_port": true,
60+
"require_upload_port": true,
61+
"speed": 460800
62+
},
63+
"url": "https://www.adafruit.com/product/5323",
64+
"vendor": "Adafruit"
65+
}
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"ldscript": "esp32s3_out.ld",
5+
"partitions": "partitions-4MB-tinyuf2.csv",
6+
"memory_type": "qio_qspi"
7+
},
8+
"core": "esp32",
9+
"extra_flags": [
10+
"-DARDUINO_ADAFRUIT_FEATHER_ESP32S3_REVTFT",
11+
"-DARDUINO_USB_CDC_ON_BOOT=1",
12+
"-DARDUINO_RUNNING_CORE=1",
13+
"-DARDUINO_EVENT_RUNNING_CORE=1"
14+
],
15+
"f_cpu": "240000000L",
16+
"f_flash": "80000000L",
17+
"flash_mode": "qio",
18+
"hwids": [
19+
[
20+
"0x239A",
21+
"0x8123"
22+
],
23+
[
24+
"0x239A",
25+
"0x0123"
26+
],
27+
[
28+
"0x239A",
29+
"0x8124"
30+
]
31+
],
32+
"mcu": "esp32s3",
33+
"variant": "adafruit_feather_esp32s3_reversetft"
34+
},
35+
"connectivity": [
36+
"wifi"
37+
],
38+
"debug": {
39+
"openocd_target": "esp32s3.cfg"
40+
},
41+
"frameworks": [
42+
"arduino",
43+
"espidf"
44+
],
45+
"name": "Adafruit Feather ESP32-S3 Reverse TFT",
46+
"upload": {
47+
"arduino": {
48+
"flash_extra_images": [
49+
[
50+
"0x2d0000",
51+
"variants/adafruit_feather_esp32s3_reversetft/tinyuf2.bin"
52+
]
53+
]
54+
},
55+
"flash_size": "4MB",
56+
"maximum_ram_size": 327680,
57+
"maximum_size": 4194304,
58+
"use_1200bps_touch": true,
59+
"wait_for_upload_port": true,
60+
"require_upload_port": true,
61+
"speed": 460800
62+
},
63+
"url": "https://www.adafruit.com/product/5691",
64+
"vendor": "Adafruit"
65+
}

0 commit comments

Comments
 (0)