valeros
d83933996f
Update Arduino core to v2.0.14
...
Resolves #1184
2023-12-05 13:40:50 +02:00
valeros
ff6ec884d6
Properly handle precompiled static archives located outside IDF project root
...
Resolves #1230
2023-11-13 13:58:24 +02:00
valeros
f6ec3926f9
Add missing Bluetooth connectivity for all S3-based boards
2023-09-21 17:06:16 +03:00
Fio
63b3549ed6
Add missing Bluetooth connectivity for lolin_s3 ( #1198 )
2023-09-21 17:04:14 +03:00
Manoel Brunnen
d5559ab463
Add ESP32-S3-DevKitM-1 board ( #1191 )
2023-09-21 14:46:09 +03:00
valeros
a9b9d09468
Add default debug option for ESP32-S2-Kaluga-1 Kit
...
Resolves #1185 , resolves #1130
Resolves platformio/platformio-docs#318
2023-09-06 12:38:25 +03:00
valeros
4af2332a15
Add a warning if an IDF component doesn't register any source files
...
Issue #1180
2023-09-05 12:33:22 +03:00
valeros
516520f851
Merge branch 'release/v6.4.0'
2023-08-31 16:39:27 +03:00
valeros
6186d2ce98
Merge tag 'v6.4.0' into develop
...
Bump version to 6.4.0
2023-08-31 16:39:27 +03:00
valeros
d2b14ad4d8
Bump version to 6.4.0
2023-08-31 16:38:45 +03:00
valeros
36b7a18405
Add a warning about the latest GDB package integration
2023-08-31 16:36:07 +03:00
valeros
ceafaa7c17
Update dynamic partition offset calculation process
...
Resolves #1178
2023-08-30 17:32:34 +03:00
valeros
a846cb0022
Fix GDB package version
2023-08-28 22:59:30 +03:00
valeros
3ac254be84
Typo fix
2023-08-28 16:27:07 +03:00
valeros
f8518b861b
Switch IDF projects to a standalone GDB packages
...
Note: This change requires PlatformIO Core >=6.1.11a2
2023-08-28 16:10:48 +03:00
valeros
bf5a65ba6b
Install chardet as fallback package for charset_normalizer on Darwin ARM64
2023-08-28 16:08:37 +03:00
valeros
682da88fe2
Delete obsolete comment
2023-08-28 16:08:37 +03:00
Jason2866
a737d97feb
esp32s3camlcd: use correct s3 linker script ( #1175 )
2023-08-27 12:34:01 +03:00
Jason2866
6a92e31a19
bee_motion_s3: use s3 linker script ( #1176 )
2023-08-27 12:33:21 +03:00
Valerii Koval
167c149b2a
Update IDF to v5.1.1
2023-08-25 17:01:34 +03:00
Jason2866
a2f6513190
Add espressif esp32-c6-devkitm-1 board ( #1173 )
2023-08-23 14:02:25 +03:00
valeros
f1fdbc5838
Allow specifying custom application partition name // Issue #1166
...
This way developers can select an arbitrary partition which will be used
for dynamic memory checks.
2023-08-07 14:54:11 +03:00
Stijn Tintel
95e0a731cc
Initial support for ESP32-C6-DevKitC-1 ( #1054 )
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be >
2023-08-03 15:50:34 +03:00
valeros
bd031b8c99
IDF: Reduce time between consecutive builds by enabling implicit build cache
2023-08-03 13:56:50 +03:00
valeros
fc336a9b99
Update IDF to v5.1.0
2023-08-03 13:56:33 +03:00
valeros
07820cf6f4
Update dynamic memory calculation process
...
The order of partitions should also be taken into account as the factory partition may be
allocated for a bootloader (e.g. Adafruit's custom partition file with a UF2 bootloader) and
appear after ota_0 used for app
2023-08-02 13:00:27 +03:00
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