Arduino IDE Setup - sayotte/ESP32Marauder GitHub Wiki
- Install and open the the latest release of Arduino IDE
- In the Arduino IDE, go to
File
>Preferences
- Add the following URLs to Additional Boards Manager URLs:
- Go to
Tools
>Board
>Boards Manager
, search for esp32
and install esp32 by Espressif Systems
- Make sure it is version
2.0.10
- Install the CP210X Drivers
- Install the CH340X Drivers
These next steps only apply if you plan to build the full ESP32 Marauder firmware from source
- With any text editor, open
C:\Users\<USERNAME>\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.3\platform.txt
- Add
-w
to the following compiler settings
build.extra_flags.esp32
build.extra_flags.esp32s2
build.extra_flags.esp32s3
build.extra_flags.esp32c3
- Add
-zmuldefs
to the following compiler settings
compiler.c.elf.libs.esp32
compiler.c.elf.libs.esp32s2
compiler.c.elf.libs.esp32s3
compiler.c.elf.libs.esp32c3
⚠️ **GitHub.com Fallback** ⚠️