No description
Find a file
2021-01-29 21:24:11 +02:00
.github Run CI only on Python 3 2021-01-28 17:22:23 +02:00
boards Use generic debug interface name for on-board esp32-s2-kaluga-1 2021-01-28 19:32:36 +02:00
builder Revert "Skip generated files when compiling project sources" 2021-01-28 17:04:43 +02:00
examples Build tinyusb lib only when it's explicitly enabled 2021-01-25 22:56:29 +02:00
monitor Esp32ExceptionDecoder: fix compatibility with esp-idf master (#324) 2020-04-28 14:41:41 +03:00
.gitignore Initial commit 2016-10-22 02:20:57 +03:00
LICENSE Initial commit 2016-10-22 02:20:57 +03:00
platform.json Bump version to 3.0.0 2021-01-29 21:23:59 +02:00
platform.py Use generic debug interface name for on-board esp32-s2-kaluga-1 2021-01-28 19:32:36 +02:00
README.md Switch to Github Actions as the main CI platform 2020-05-25 11:55:29 +03:00

Espressif 32: development platform for PlatformIO

alt text

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

  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.