Valerii Koval 20e866c74f Compile IDF bootloader with optimizations by default
By default the size of bootloader is limited to 0x2000 bytes,
in debug mode the footprint can be easily grow beyond this limit

Issue #793
2022-05-06 12:52:39 +03:00
2022-04-13 12:52:54 +03:00
2016-10-22 02:20:57 +03:00
2016-10-22 02:20:57 +03:00
2022-04-29 14:14:21 +03:00
2022-03-31 14:23:26 +03:00

Espressif 32: development platform for PlatformIO

Build Status

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 the PlatformIO Registry)
  • Documentation (advanced usage, packages, boards, frameworks, etc.)

Usage

  1. Install PlatformIO
  2. 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.

S
Description
No description provided
Readme 4.8 MiB