Commit Graph

834 Commits

Author SHA1 Message Date
valeros 650fb5d598 Typo fix in Smart Bee S3 manifest 2023-08-02 12:57:52 +03:00
valeros a6291f8082 Add Arduino Nano ESP32 env to examples 2023-08-02 12:57:22 +03:00
Tinyu 91bdde3a1b Add M5Stack-CoreS3 board (#1106) 2023-08-02 12:55:29 +03:00
valeros 95125e2627 Update Arduino core to v2.0.11
- Added several new boards (including Nano ESP32) // Resolves #1162
- Added DFU upload method via dfu-util for the new Arduino Nano ESP32
- Updated IDF version to v4.4.5 for mixed Arduino/IDF projects
2023-08-01 19:38:55 +03:00
Ivan Kravets 1d25419ae1 Use "platformio.public.fetch_http_content" API for HTTP requests 2023-07-31 18:01:01 +03:00
Valerii Koval f1fce6c1a8 Improve dynamic memory size calculation // Resolves #1159
For better results a partition with either `factory` or `ota_0` subtype should be used instead of selecting the biggest partition size with the type `app`.

If both partitions are set, then the partition with the `factory` subtype is used by default.
2023-07-27 14:46:25 +03:00
valeros 26aa55aa95 Process "build_src_flags" option in IDF build script
Resolves #1146
2023-07-21 15:56:22 +03:00
valeros ea405523d8 Remove unnecessary ULP binary dependency 2023-07-13 14:21:58 +03:00
valeros 28656548e2 Override default behavior of memory analysis feature 2023-07-13 14:20:47 +03:00
Maximilian Gerhardt a47ecbfca0 Fix OpenOCD configuration for Lolin S2 boards (#1139)
* Fix OpenOCD board -> target on Lolin S2 Mini
* Same for lolin_s2_pico.json
2023-07-03 12:37:16 +03:00
Ivan Kravets a5a9bf43cc Use correct import 2023-06-21 16:30:13 +03:00
Valerii Koval c3296ee7b4 Merge tag 'v6.3.2' into develop
Bump version to 6.3.2
2023-06-20 12:19:57 +03:00
Valerii Koval eb7eba46fd Merge branch 'release/v6.3.2' 2023-06-20 12:19:56 +03:00
Valerii Koval 39192b4cfa Bump version to 6.3.2 2023-06-20 12:19:31 +03:00
Valerii Koval b4211e98af Fix code indentation 2023-06-19 22:00:47 +03:00
Valerii Koval e49e312162 Improve the process of installing Python deps for IDF 2023-06-19 21:30:18 +03:00
Valerii Koval 99362a481a Lock precise versions of Python dependencies for IDF 5
Using loose constraints proved to be unsafe (e.g. latest pyparsing update v3.1.0)
2023-06-19 21:25:38 +03:00
Valerii Koval 8100ac5544 Merge branch 'release/v6.3.1' 2023-05-26 10:39:32 +03:00
Valerii Koval 574fe62204 Merge tag 'v6.3.1' into develop
Bump version to 6.3.1
2023-05-26 10:39:32 +03:00
Valerii Koval 9747fbc8de Bump version to 6.3.1 2023-05-26 10:39:07 +03:00
Valerii Koval 131170f6c2 Lock "urllib3<2" because urllib3 v2.0 only supports OpenSSL 1.1.1+
Resolves platformio/platformio-core#4639
2023-05-25 21:01:33 +03:00
Valerii Koval b720f0dbd4 Merge branch 'release/v6.3.0' 2023-05-19 13:27:22 +03:00
Valerii Koval 70fc09635b Merge tag 'v6.3.0' into develop
Bump version to 6.3.0
2023-05-19 13:27:22 +03:00
Valerii Koval d4e2b6c04d Bump version to 6.3.0 2023-05-19 13:27:05 +03:00
Jason2866 5fdb90c715 Fixed flash memory size for ESP32S3 CAM LCD board (#1096)
S3 Eye has 8MB OPI Flash

Resolves #1095
2023-05-16 12:52:20 +03:00
Valerii Koval efc0303b2a Update ESP-IDF to v5.0.2 2023-05-11 20:06:37 +03:00
Valerii Koval 35c40ed548 Update Arduino core to v2.0.9 2023-05-09 12:52:18 +03:00
Valerii Koval 2988da9268 Better handling of macros exported from IDF
Issue #1080
2023-05-08 13:06:18 +03:00
Valerii Koval d9939d93c3 Add support for new versions of upstream toolchain packages
Resolves #1092, resolves #1093
2023-05-08 12:34:12 +03:00
Valerii Koval da133384b5 Process internal Arduino libraries in mixed Arduino/IDF projects
Resolves #1080
2023-05-03 17:15:55 +03:00
Valerii Koval 1d6e1999d1 Merge branch 'release/v6.2.0' 2023-04-29 13:24:39 +03:00
Valerii Koval b7a3ee8f2b Merge tag 'v6.2.0' into develop
Bump version to 6.2.0
2023-04-29 13:24:39 +03:00
Valerii Koval c93c9081ea Bump version to 6.2.0 2023-04-29 13:24:22 +03:00
Valerii Koval 382ee61289 Revert OpenOCD upgrade 2023-04-29 13:06:23 +03:00
Ivan Kravets b8f89056d9 Remove redundant framework data 2023-04-28 13:26:27 +03:00
Ivan Kravets a21990ce60 Fix broken "platform" example 2023-04-26 12:31:00 +03:00
Marcel Stör a5a5a9e7d1 Emphasize the recommondation to pin the platform version (#1032) 2023-04-26 12:29:50 +03:00
Alwin Arrasyid 9562c12c20 Fix Seeed XIAO ESP32S3 PSRAM (#1082) 2023-04-24 20:47:39 +03:00
Valerii Koval de49a767e0 Update Arduino core to v2.0.8
Resolves #1079
2023-04-21 14:22:52 +03:00
Tinyu 8b7e12d129 Add board definitions for M5Stack-StampS3 (#1050) 2023-04-21 14:08:44 +03:00
Valerii Koval 2a74cfaca2 Update OpenOCD package to v0.12 2023-04-11 11:54:31 +03:00
Dogus Cendek 9b1892c107 Update manifest files for Deneyap boards (#1067)
- Added missing macros
- Corrected available on-board connectivity abilities
- Updated vendor info and URLs
2023-04-10 13:52:45 +03:00
Mahavir Jain 18d0ec2fe1 Add local cacert file containing "DST Root CA X3" to certificate bundle (#1066)
ESP-IDF reference change:
https://github.com/espressif/esp-idf/commit/5f646b1d43e5df2436e1c22bf4418dbf5c016485

Relevant:
https://github.com/espressif/esp-idf/issues/11077
2023-04-06 19:15:25 +03:00
Niklas Kaaf 4b44a501c9 Add ESP32-C3-DevKitC-02 board 2023-03-24 17:52:05 +02:00
Valerii Koval 196c4bff74 Change default partition for lilygo-t-display-s3
The previously used `app3M_fat9M_16MB.csv` prevented usage of LittleFS

Resolves #1055
2023-03-23 15:22:59 +02:00
Ivan Kravets 1d206cc7cf Fix working environment name 2023-03-20 18:49:57 -06:00
Valerii Koval 41f7000dd4 Update esptoolpy to v4.5.1 // Resolves #1051 2023-03-13 12:32:04 +02:00
Valerii Koval 7591b28c48 Merge branch 'release/v6.1.0' 2023-03-08 19:51:44 +02:00
Valerii Koval 8603fc9f18 Merge tag 'v6.1.0' into develop
Bump version to 6.1.0
2023-03-08 19:51:44 +02:00
Valerii Koval 9f81feafdc Bump version to 6.1.0 2023-03-08 19:51:29 +02:00