Arduino core 3.3.3
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
|||||||
- "examples/arduino-wifiscan"
|
- "examples/arduino-wifiscan"
|
||||||
- "examples/arduino-zigbee-light"
|
- "examples/arduino-zigbee-light"
|
||||||
- "examples/arduino-zigbee-switch"
|
- "examples/arduino-zigbee-switch"
|
||||||
- "examples/arduino-NimBLE-ext_client"
|
- "examples/arduino-NimBLE-SampleScan"
|
||||||
- "examples/arduino-matter-light"
|
- "examples/arduino-matter-light"
|
||||||
- "examples/tasmota"
|
- "examples/tasmota"
|
||||||
- "examples/espidf-arduino-matter-light"
|
- "examples/espidf-arduino-matter-light"
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ Espressif Systems is a privately held, fabless semiconductor company renowned fo
|
|||||||
* No support for the Arduino Nora Nano board, issues needs to be solved by the community
|
* No support for the Arduino Nora Nano board, issues needs to be solved by the community
|
||||||
## IDE Preparation
|
## IDE Preparation
|
||||||
Prerequisites:
|
Prerequisites:
|
||||||
- Python >= 3.10 and git is required for pioarduino to function properly.
|
- Python (3.10, 3.11, 3.12, 3.13) and git is required for pioarduino to function properly.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
- [Download and install Microsoft Visual Studio Code](https://code.visualstudio.com/). pioarduino IDE is on top of it.
|
- [Download and install Microsoft Visual Studio Code](https://code.visualstudio.com/). pioarduino IDE is on top of it.
|
||||||
@@ -23,14 +23,14 @@ Prerequisites:
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
1. Setup new VSCode pioarduino project.
|
1. Setup new VSCode pioarduino project.
|
||||||
1. Configure a platform option in platformio.ini file:
|
1. Check the `platform` setting in platformio.ini file:
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
[pioarduino Wiki](https://deepwiki.com/pioarduino/platform-espressif32)
|
[pioarduino Wiki](https://deepwiki.com/pioarduino/platform-espressif32)
|
||||||
The Wiki is AI generated and insane detailed and accurate.
|
The Wiki is AI generated and insane detailed and accurate.
|
||||||
|
|
||||||
### Stable Arduino
|
### Stable Arduino
|
||||||
currently espressif Arduino 3.3.2 and IDF 5.5.1.250929
|
currently espressif Arduino 3.3.3 and IDF 5.5.1.251017
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[env:stable]
|
[env:stable]
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
"arduino": {
|
||||||
"ldscript": "esp32s3_out.ld",
|
|
||||||
"partitions": "partitions-4MB-1ota.csv"
|
"partitions": "partitions-4MB-1ota.csv"
|
||||||
},
|
},
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": [
|
"extra_flags": [
|
||||||
"-DARDUINO_ADAFRUIT_FEATHER_ESP32_V2",
|
"-DARDUINO_ADAFRUIT_FEATHER_ESP32_V2",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
"arduino": {
|
||||||
"ldscript": "esp32_out.ld",
|
|
||||||
"partitions": "default_8MB.csv"
|
"partitions": "default_8MB.csv"
|
||||||
},
|
},
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": [
|
"extra_flags": [
|
||||||
"-DARDUINO_ADAFRUIT_QTPY_ESP32_PICO",
|
"-DARDUINO_ADAFRUIT_QTPY_ESP32_PICO",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32c3_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": [
|
"extra_flags": [
|
||||||
"-DARDUINO_ADAFRUIT_QTPY_ESP32C3",
|
"-DARDUINO_ADAFRUIT_QTPY_ESP32C3",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32c3_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"f_cpu": "160000000L",
|
"f_cpu": "160000000L",
|
||||||
"f_flash": "80000000L",
|
"f_flash": "80000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_ALKS",
|
"extra_flags": "-DARDUINO_ALKS",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
"arduino": {
|
||||||
"ldscript": "esp32s3_out.ld",
|
|
||||||
"memory_type": "qio_opi",
|
"memory_type": "qio_opi",
|
||||||
"partitions": "default_8MB.csv"
|
"partitions": "default_8MB.csv"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
"arduino": {
|
||||||
"ldscript": "esp32s2_out.ld",
|
|
||||||
"partitions": "partitions-16MB-tinyuf2.csv"
|
"partitions": "partitions-16MB-tinyuf2.csv"
|
||||||
},
|
},
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
"arduino": {
|
||||||
"ldscript": "esp32s3_out.ld",
|
|
||||||
"memory_type": "qio_qspi"
|
"memory_type": "qio_qspi"
|
||||||
},
|
},
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_ESP32_DEV",
|
"extra_flags": "-DARDUINO_ESP32_DEV",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
|
||||||
"ldscript": "esp32s3_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": [
|
"extra_flags": [
|
||||||
"-DARDUINO_BeeDataLogger",
|
"-DARDUINO_BeeDataLogger",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
|
||||||
"ldscript": "esp32s2_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": [
|
"extra_flags": [
|
||||||
"-DARDUINO_Bee_Motion",
|
"-DARDUINO_Bee_Motion",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
|
||||||
"ldscript": "esp32c3_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"f_cpu": "160000000L",
|
"f_cpu": "160000000L",
|
||||||
"f_flash": "80000000L",
|
"f_flash": "80000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
|
||||||
"ldscript": "esp32s3_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": [
|
"extra_flags": [
|
||||||
"-DARDUINO_BeeMotionS3",
|
"-DARDUINO_BeeMotionS3",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
|
||||||
"ldscript": "esp32s3_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": [
|
"extra_flags": [
|
||||||
"-DARDUINO_Bee_S3",
|
"-DARDUINO_Bee_S3",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_BPI_BIT",
|
"extra_flags": "-DARDUINO_BPI_BIT",
|
||||||
"f_cpu": "160000000L",
|
"f_cpu": "160000000L",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
"arduino": {
|
||||||
"ldscript": "esp32s3_out.ld",
|
|
||||||
"partitions": "default_8MB.csv",
|
"partitions": "default_8MB.csv",
|
||||||
"memory_type": "qio_qspi"
|
"memory_type": "qio_qspi"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": [
|
"extra_flags": [
|
||||||
"-DARDUINO_ESP32_PICO"
|
"-DARDUINO_ESP32_PICO"
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": [
|
"extra_flags": [
|
||||||
"-DARDUINO_CONNAXIO_ESPOIR",
|
"-DARDUINO_CONNAXIO_ESPOIR",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
"arduino": {
|
||||||
"ldscript": "esp32s3_out.ld",
|
|
||||||
"memory_type": "qio_opi",
|
"memory_type": "qio_opi",
|
||||||
"partitions": "partitions-8MB-tinyuf2.csv"
|
"partitions": "partitions-8MB-tinyuf2.csv"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_D_DUINO_32",
|
"extra_flags": "-DARDUINO_D_DUINO_32",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": [
|
"extra_flags": [
|
||||||
"-DARDUINO_DYDK",
|
"-DARDUINO_DYDK",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": [
|
"extra_flags": [
|
||||||
"-DARDUINO_DYDK1A",
|
"-DARDUINO_DYDK1A",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
"arduino": {
|
||||||
"ldscript": "esp32s3_out.ld",
|
|
||||||
"memory_type": "qio_opi"
|
"memory_type": "qio_opi"
|
||||||
},
|
},
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
|
||||||
"ldscript": "esp32c3_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": [
|
"extra_flags": [
|
||||||
"-DARDUINO_DYG",
|
"-DARDUINO_DYG",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32s2_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": [
|
"extra_flags": [
|
||||||
"-DARDUINO_DYM",
|
"-DARDUINO_DYM",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
|
||||||
"ldscript": "esp32s2_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": [
|
"extra_flags": [
|
||||||
"-DARDUINO_DYMv2",
|
"-DARDUINO_DYMv2",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": [
|
"extra_flags": [
|
||||||
"-DARDUINO_DENKY_WROOM32",
|
"-DARDUINO_DENKY_WROOM32",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": [
|
"extra_flags": [
|
||||||
"-DARDUINO_DENKY_PICOV3",
|
"-DARDUINO_DENKY_PICOV3",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
|
||||||
"ldscript": "esp32c3_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": [
|
"extra_flags": [
|
||||||
"-DARDUINO_ESP32C3_DEV",
|
"-DARDUINO_ESP32C3_DEV",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": [
|
"extra_flags": [
|
||||||
"-DARDUINO_DFROBOT_FIREBEETLE_2_ESP32E",
|
"-DARDUINO_DFROBOT_FIREBEETLE_2_ESP32E",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
|
||||||
"ldscript": "esp32s3_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": [
|
"extra_flags": [
|
||||||
"-DARDUINO_ESP32S3_DEV",
|
"-DARDUINO_ESP32S3_DEV",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
"arduino": {
|
||||||
"ldscript": "esp32_out.ld",
|
|
||||||
"partitions": "default_8MB.csv"
|
"partitions": "default_8MB.csv"
|
||||||
},
|
},
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
"arduino": {
|
||||||
"ldscript": "esp32s3_out.ld",
|
|
||||||
"memory_type": "qio_qspi"
|
"memory_type": "qio_qspi"
|
||||||
},
|
},
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_ESP32_DEV",
|
"extra_flags": "-DARDUINO_ESP32_DEV",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32c3_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"f_cpu": "160000000L",
|
"f_cpu": "160000000L",
|
||||||
"f_flash": "80000000L",
|
"f_flash": "80000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32c3_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"f_cpu": "160000000L",
|
"f_cpu": "160000000L",
|
||||||
"f_flash": "80000000L",
|
"f_flash": "80000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
|
||||||
"ldscript": "esp32c3_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"f_cpu": "160000000L",
|
"f_cpu": "160000000L",
|
||||||
"f_flash": "80000000L",
|
"f_flash": "80000000L",
|
||||||
|
|||||||
@@ -1,14 +1,16 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_ESP32_DEVKIT_LIPO",
|
"extra_flags": "-DARDUINO_ESP32_DEVKIT_LIPO",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
"f_flash": "80000000L",
|
"f_flash": "80000000L",
|
||||||
"flash_mode": "qio",
|
"flash_mode": "qio",
|
||||||
"hwids": [["0x1A86", "0x7523"]],
|
"hwids": [
|
||||||
|
[
|
||||||
|
"0x1A86",
|
||||||
|
"0x7523"
|
||||||
|
]
|
||||||
|
],
|
||||||
"mcu": "esp32",
|
"mcu": "esp32",
|
||||||
"variant": "esp32-devkit-lipo"
|
"variant": "esp32-devkit-lipo"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,14 +1,16 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_ESP32_EVB",
|
"extra_flags": "-DARDUINO_ESP32_EVB",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
"f_flash": "40000000L",
|
"f_flash": "40000000L",
|
||||||
"flash_mode": "dio",
|
"flash_mode": "dio",
|
||||||
"hwids": [["0x1A86", "0x7523"]],
|
"hwids": [
|
||||||
|
[
|
||||||
|
"0x1A86",
|
||||||
|
"0x7523"
|
||||||
|
]
|
||||||
|
],
|
||||||
"mcu": "esp32",
|
"mcu": "esp32",
|
||||||
"variant": "esp32-evb"
|
"variant": "esp32-evb"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,14 +1,16 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_ESP32_GATEWAY",
|
"extra_flags": "-DARDUINO_ESP32_GATEWAY",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
"f_flash": "40000000L",
|
"f_flash": "40000000L",
|
||||||
"flash_mode": "dio",
|
"flash_mode": "dio",
|
||||||
"hwids": [["0x1A86", "0x7523"]],
|
"hwids": [
|
||||||
|
[
|
||||||
|
"0x1A86",
|
||||||
|
"0x7523"
|
||||||
|
]
|
||||||
|
],
|
||||||
"mcu": "esp32",
|
"mcu": "esp32",
|
||||||
"variant": "esp32-gateway"
|
"variant": "esp32-gateway"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
],
|
],
|
||||||
"f_cpu": "360000000L",
|
"f_cpu": "360000000L",
|
||||||
"f_flash": "80000000L",
|
"f_flash": "80000000L",
|
||||||
|
"f_psram": "200000000L",
|
||||||
"flash_mode": "qio",
|
"flash_mode": "qio",
|
||||||
"mcu": "esp32p4",
|
"mcu": "esp32p4",
|
||||||
"variant": "esp32p4"
|
"variant": "esp32p4"
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
],
|
],
|
||||||
"f_cpu": "360000000L",
|
"f_cpu": "360000000L",
|
||||||
"f_flash": "80000000L",
|
"f_flash": "80000000L",
|
||||||
|
"f_psram": "200000000L",
|
||||||
"flash_mode": "qio",
|
"flash_mode": "qio",
|
||||||
"mcu": "esp32p4",
|
"mcu": "esp32p4",
|
||||||
"variant": "esp32p4"
|
"variant": "esp32p4"
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": [
|
"extra_flags": [
|
||||||
"-DARDUINO_ESP32_PICO_DEVKITM_2",
|
"-DARDUINO_ESP32_PICO_DEVKITM_2",
|
||||||
|
|||||||
@@ -1,14 +1,16 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_ESP32_POE_ISO",
|
"extra_flags": "-DARDUINO_ESP32_POE_ISO",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
"f_flash": "40000000L",
|
"f_flash": "40000000L",
|
||||||
"flash_mode": "dio",
|
"flash_mode": "dio",
|
||||||
"hwids": [["0x1A86", "0x7523"]],
|
"hwids": [
|
||||||
|
[
|
||||||
|
"0x1A86",
|
||||||
|
"0x7523"
|
||||||
|
]
|
||||||
|
],
|
||||||
"mcu": "esp32",
|
"mcu": "esp32",
|
||||||
"variant": "esp32-poe-iso"
|
"variant": "esp32-poe-iso"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,14 +1,16 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_ESP32_POE",
|
"extra_flags": "-DARDUINO_ESP32_POE",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
"f_flash": "40000000L",
|
"f_flash": "40000000L",
|
||||||
"flash_mode": "dio",
|
"flash_mode": "dio",
|
||||||
"hwids": [["0x1A86", "0x7523"]],
|
"hwids": [
|
||||||
|
[
|
||||||
|
"0x1A86",
|
||||||
|
"0x7523"
|
||||||
|
]
|
||||||
|
],
|
||||||
"mcu": "esp32",
|
"mcu": "esp32",
|
||||||
"variant": "esp32-poe"
|
"variant": "esp32-poe"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_ESP32_PRO",
|
"extra_flags": "-DARDUINO_ESP32_PRO",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32s2_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
"f_flash": "80000000L",
|
"f_flash": "80000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32s2_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_ESP32S2_DEV",
|
"extra_flags": "-DARDUINO_ESP32S2_DEV",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
"arduino": {
|
||||||
"ldscript": "esp32s3_out.ld",
|
|
||||||
"partitions": "default_8MB.csv"
|
"partitions": "default_8MB.csv"
|
||||||
},
|
},
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
"arduino": {
|
||||||
"ldscript": "esp32s3_out.ld",
|
|
||||||
"partitions": "default_8MB.csv"
|
"partitions": "default_8MB.csv"
|
||||||
},
|
},
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_ESP320",
|
"extra_flags": "-DARDUINO_ESP320",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
"arduino": {
|
||||||
"ldscript": "esp32_out.ld",
|
|
||||||
"partitions": "huge_app.csv"
|
"partitions": "huge_app.csv"
|
||||||
},
|
},
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_ESP32_DEV",
|
"extra_flags": "-DARDUINO_ESP32_DEV",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_ESP32_DEV",
|
"extra_flags": "-DARDUINO_ESP32_DEV",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_ESP32_DEV",
|
"extra_flags": "-DARDUINO_ESP32_DEV",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
"arduino": {
|
||||||
"ldscript": "esp32s3_out.ld",
|
|
||||||
"memory_type": "qio_opi"
|
"memory_type": "qio_opi"
|
||||||
},
|
},
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
"arduino": {
|
||||||
"ldscript": "esp32s3_out.ld",
|
|
||||||
"memory_type": "opi_opi"
|
"memory_type": "opi_opi"
|
||||||
},
|
},
|
||||||
"boot": "opi",
|
"boot": "opi",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
"arduino": {
|
||||||
"ldscript": "esp32s3_out.ld",
|
|
||||||
"partitions": "default_8MB.csv"
|
"partitions": "default_8MB.csv"
|
||||||
},
|
},
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_ESP32_THING",
|
"extra_flags": "-DARDUINO_ESP32_THING",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
"arduino": {
|
||||||
"ldscript": "esp32_out.ld",
|
|
||||||
"partitions": "default_16MB.csv"
|
"partitions": "default_16MB.csv"
|
||||||
},
|
},
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_esp32vn_iot_uno",
|
"extra_flags": "-DARDUINO_esp32vn_iot_uno",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_ESPea32",
|
"extra_flags": "-DARDUINO_ESPea32",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_ESPECTRO32",
|
"extra_flags": "-DARDUINO_ESPECTRO32",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_ESPino32",
|
"extra_flags": "-DARDUINO_ESPino32",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_ETBoard",
|
"extra_flags": "-DARDUINO_ETBoard",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
"arduino": {
|
||||||
"ldscript": "esp32s2_out.ld",
|
|
||||||
"partitions": "partitions-4MB-tinyuf2.csv"
|
"partitions": "partitions-4MB-tinyuf2.csv"
|
||||||
},
|
},
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_FEATHER_ESP32",
|
"extra_flags": "-DARDUINO_FEATHER_ESP32",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_ESP32_DEV",
|
"extra_flags": "-DARDUINO_ESP32_DEV",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_fm_devkit",
|
"extra_flags": "-DARDUINO_fm_devkit",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32s2_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": [
|
"extra_flags": [
|
||||||
"-DARDUINO_FRANZININHO_WIFI",
|
"-DARDUINO_FRANZININHO_WIFI",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32s2_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": [
|
"extra_flags": [
|
||||||
"-DARDUINO_FRANZININHO_WIFI_MSC",
|
"-DARDUINO_FRANZININHO_WIFI_MSC",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_FROG_ESP32",
|
"extra_flags": "-DARDUINO_FROG_ESP32",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_HEALTHYPI_4",
|
"extra_flags": "-DARDUINO_HEALTHYPI_4",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_HELTEC_WIFI_KIT_32",
|
"extra_flags": "-DARDUINO_HELTEC_WIFI_KIT_32",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
"arduino": {
|
||||||
"ldscript": "esp32_out.ld",
|
|
||||||
"partitions": "default_8MB.csv"
|
"partitions": "default_8MB.csv"
|
||||||
},
|
},
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_HELTEC_WIFI_LORA_32",
|
"extra_flags": "-DARDUINO_HELTEC_WIFI_LORA_32",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
"arduino": {
|
||||||
"ldscript": "esp32_out.ld",
|
|
||||||
"partitions": "default_8MB.csv"
|
"partitions": "default_8MB.csv"
|
||||||
},
|
},
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
"arduino": {
|
||||||
"ldscript": "esp32s3_out.ld",
|
|
||||||
"partitions": "default_8MB.csv"
|
"partitions": "default_8MB.csv"
|
||||||
},
|
},
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
"arduino": {
|
||||||
"ldscript": "esp32_out.ld",
|
|
||||||
"partitions": "default_8MB.csv"
|
"partitions": "default_8MB.csv"
|
||||||
},
|
},
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_HONEYLEMON",
|
"extra_flags": "-DARDUINO_HONEYLEMON",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_HORNBILL_ESP32_DEV",
|
"extra_flags": "-DARDUINO_HORNBILL_ESP32_DEV",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_HORNBILL_ESP32_MINIMA",
|
"extra_flags": "-DARDUINO_HORNBILL_ESP32_MINIMA",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_IMBRIOS_LOGSENS_V1P1",
|
"extra_flags": "-DARDUINO_IMBRIOS_LOGSENS_V1P1",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_openkb",
|
"extra_flags": "-DARDUINO_openkb",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_INTOROBOT_ESP32_DEV",
|
"extra_flags": "-DARDUINO_INTOROBOT_ESP32_DEV",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_ESP32_DEV",
|
"extra_flags": "-DARDUINO_ESP32_DEV",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_ESP32_DEV",
|
"extra_flags": "-DARDUINO_ESP32_DEV",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_ESP32_DEV",
|
"extra_flags": "-DARDUINO_ESP32_DEV",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_IOXESP32",
|
"extra_flags": "-DARDUINO_IOXESP32",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": [
|
"extra_flags": [
|
||||||
"-mfix-esp32-psram-cache-issue",
|
"-mfix-esp32-psram-cache-issue",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": [
|
"extra_flags": [
|
||||||
"-DARDUINO_ESP32_DEV",
|
"-DARDUINO_ESP32_DEV",
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_ESP32_PICO",
|
"extra_flags": "-DARDUINO_ESP32_PICO",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
"arduino": {
|
||||||
"ldscript": "esp32_out.ld",
|
|
||||||
"partitions": "huge_app.csv"
|
"partitions": "huge_app.csv"
|
||||||
},
|
},
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
"arduino": {
|
||||||
"ldscript": "esp32s3_out.ld",
|
|
||||||
"memory_type": "qio_opi",
|
"memory_type": "qio_opi",
|
||||||
"partitions": "default_16MB.csv"
|
"partitions": "default_16MB.csv"
|
||||||
},
|
},
|
||||||
@@ -57,4 +56,3 @@
|
|||||||
"url": "https://github.com/and3rson/lilka",
|
"url": "https://github.com/and3rson/lilka",
|
||||||
"vendor": "Anderson & friends"
|
"vendor": "Anderson & friends"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
"arduino": {
|
||||||
"ldscript": "esp32s3_out.ld",
|
|
||||||
"memory_type": "qio_opi",
|
"memory_type": "qio_opi",
|
||||||
"partitions": "default_16MB.csv"
|
"partitions": "default_16MB.csv"
|
||||||
},
|
},
|
||||||
@@ -44,6 +43,6 @@
|
|||||||
"require_upload_port": true,
|
"require_upload_port": true,
|
||||||
"speed": 460800
|
"speed": 460800
|
||||||
},
|
},
|
||||||
"url": "https://www.lilygo.cc/products/t-display-s3",
|
"url": "https://lilygo.cc/products/t-display-s3",
|
||||||
"vendor": "LilyGo"
|
"vendor": "LilyGo"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino": {
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": [
|
"extra_flags": [
|
||||||
"-DARDUINO_LILYGO_T_DISPLAY",
|
"-DARDUINO_LILYGO_T_DISPLAY",
|
||||||
@@ -39,6 +36,6 @@
|
|||||||
"require_upload_port": true,
|
"require_upload_port": true,
|
||||||
"speed": 460800
|
"speed": 460800
|
||||||
},
|
},
|
||||||
"url": "hhttps://www.lilygo.cc/products/lilygo%C2%AE-ttgo-t-display-1-14-inch-lcd-esp32-control-board",
|
"url": "https://lilygo.cc/products/t-display",
|
||||||
"vendor": "LilyGo"
|
"vendor": "LilyGo"
|
||||||
}
|
}
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user