Skip to content

Commit 8c51cdb

Browse files
authored
Merge pull request #68 from Ouss4/arduino-esp32s3
pytest_embedded_arduino/app.py: Add ESP32-S3 to the list of supported chips (RDT-107)
2 parents 28e8544 + e1f9b0b commit 8c51cdb

File tree

1 file changed

+1
-0
lines changed
  • pytest-embedded-arduino/pytest_embedded_arduino

1 file changed

+1
-0
lines changed

pytest-embedded-arduino/pytest_embedded_arduino/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class ArduinoApp(App):
2525
'esp32': [0x1000, 0x8000, 0x10000],
2626
'esp32s2': [0x1000, 0x8000, 0x10000],
2727
'esp32c3': [0x0, 0x8000, 0x10000],
28+
'esp32s3': [0x0, 0x8000, 0x10000],
2829
}
2930

3031
def __init__(

0 commit comments

Comments
 (0)