Skip to content

Commit 0afa11a

Browse files
committed
Arduino core 3.3.3
1 parent 2ca7267 commit 0afa11a

File tree

263 files changed

+1303
-5716
lines changed

Some content is hidden

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

263 files changed

+1303
-5716
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- "examples/arduino-wifiscan"
2121
- "examples/arduino-zigbee-light"
2222
- "examples/arduino-zigbee-switch"
23-
- "examples/arduino-NimBLE-ext_client"
23+
- "examples/arduino-NimBLE-SampleScan"
2424
- "examples/arduino-matter-light"
2525
- "examples/tasmota"
2626
- "examples/espidf-arduino-matter-light"

README.md

Lines changed: 3 additions & 3 deletions

boards/adafruit_camera_esp32s3.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"build": {
3-
"arduino":{
4-
"ldscript": "esp32s3_out.ld",
3+
"arduino": {
54
"partitions": "partitions-4MB-1ota.csv"
65
},
76
"core": "esp32",

boards/adafruit_feather_esp32_v2.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"build": {
3-
"arduino": {
4-
"ldscript": "esp32_out.ld"
5-
},
63
"core": "esp32",
74
"extra_flags": [
85
"-DARDUINO_ADAFRUIT_FEATHER_ESP32_V2",

boards/adafruit_itsybitsy_esp32.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"build": {
33
"arduino": {
4-
"ldscript": "esp32_out.ld",
54
"partitions": "default_8MB.csv"
65
},
76
"core": "esp32",

boards/adafruit_qtpy_esp32.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"build": {
3-
"arduino": {
4-
"ldscript": "esp32_out.ld"
5-
},
63
"core": "esp32",
74
"extra_flags": [
85
"-DARDUINO_ADAFRUIT_QTPY_ESP32_PICO",

boards/adafruit_qtpy_esp32c3.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"build": {
3-
"arduino":{
4-
"ldscript": "esp32c3_out.ld"
5-
},
63
"core": "esp32",
74
"extra_flags": [
85
"-DARDUINO_ADAFRUIT_QTPY_ESP32C3",

boards/airm2m_core_esp32c3.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"build": {
3-
"arduino":{
4-
"ldscript": "esp32c3_out.ld"
5-
},
63
"core": "esp32",
74
"f_cpu": "160000000L",
85
"f_flash": "80000000L",

boards/alksesp32.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"build": {
3-
"arduino": {
4-
"ldscript": "esp32_out.ld"
5-
},
63
"core": "esp32",
74
"extra_flags": "-DARDUINO_ALKS",
85
"f_cpu": "240000000L",

boards/atd147_s3.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"build": {
33
"arduino": {
4-
"ldscript": "esp32s3_out.ld",
54
"memory_type": "qio_opi",
65
"partitions": "default_8MB.csv"
76
},

0 commit comments

Comments
 (0)