2ef483cbe19da82f17cc88fa8d6e85d5e376b4d2
* Add esp_exception_decoder filter for device monitor This filter resolves the ESP backtraces as they come into the device monitor. Add --filter=esp_exception_decoder to monitor_flags to use it. * EspExceptionDecoder: fixes for Windows and Python2 * EspExceptionDecoder: rename to Esp32ExceptionDecoder * Esp32ExceptionDecoder: handle inlined addresses nicely * Esp32ExceptionDecore: fix pylint errors
Espressif 32: development platform for PlatformIO
Espressif Systems is a privately held fabless semiconductor company. They provide wireless communications and Wi-Fi chips which are widely used in mobile devices and the Internet of Things applications.
- Home (home page in PlatformIO Platform Registry)
- Documentation (advanced usage, packages, boards, frameworks, etc.)
Usage
- Install PlatformIO
- Create PlatformIO project and configure a platform option in platformio.ini file:
Stable version
[env:stable]
platform = espressif32
board = ...
...
Development version
[env:development]
platform = https://github.com/platformio/platform-espressif32.git
board = ...
...
Configuration
Please navigate to documentation.
Description