platform-espressif32
platform-espressif32 copied to clipboard
Espressif 32: development platform for PlatformIO
I've been trying to compile a signed binaries for OTA without secure boot and without flash encryption: \# Security features \# CONFIG_SECURE_SIGNED_ON_UPDATE=y CONFIG_SECURE_SIGNED_APPS=y CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT=y CONFIG_SECURE_SIGNED_APPS_ECDSA_SCHEME=y \# CONFIG_SECURE_SIGNED_ON_BOOT_NO_SECURE_BOOT is not set...
Hello, I have an arduino project for ESP32. I'd like to enable flash encryption. I moved to "arduino, espidf". It's building. Now, I'd like to rebuild the bootloader to enable...
The /boards/ files ttgo-t-beam.json, ttgo-t7-v13-mini32.json, and ttgo-t7-v14-mini32.json have an incorrect maximum_ram_size of 1310720. It should be 327680, similar to all the other boards. It is 327680 in the https://github.com/espressif/arduino-esp32/blob/master/boards.txt
esp_usb_jtag (for example) need to be added as debug adapter. openocd-esp32 needs to be compiled with support of esp builtin jtag support. I've tested it with esp-c3 and it works.
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/esp32/get-started-ethernet-kit.html
I want to support some LILYGO boards that include SIM card, GPS and more. The boards are available on their GitHub repository: https://github.com/Xinyuan-LilyGO The ones I would like to have...
The TTGO T-Energy is an ESP32 WROVER-B based board, featuring a 18650 battery holder. [T-Energy on LILYGO](http://www.lilygo.cn/prod_view.aspx?TypeId=50033&Id=1170&FId=t3:50033:3) [T-Energy on Amazon](https://www.amazon.com/TTGO-T-Energy-Bluetooth-ESP32-WROVER-B-Development/dp/B07KTVVPMJ) Can you please add support for this board or send...
Can you add Arduino in the Frameworks on this board? It does work just fine with arduino..