Blaz Kristan
4afed48f58
Use libc trigonometric functions on ESP32 by default
...
- use custom (space saving) functions on ESP8266
2024-05-10 15:59:11 +02:00
Frank
2607c44fbb
make objdump work
...
Script update based on latest version from Tasmota
* add support for all esp32 variants
* add "-C" : Decode (demangle) low-level symbol names into user-level C++ names.
2024-05-06 11:00:41 +02:00
Frank
1048bf993a
use lolin_s3_mini for esp32-S3 4MB buildenv
2024-04-27 23:34:35 +02:00
Blaz Kristan
5d271d21bc
INI cleanup
...
added 8M ESP32 and 16M ESP32-S3
2024-04-23 18:55:36 +02:00
Frank
4e4493e627
Merge pull request #3902 from Aircoookie/arduino_2_0_9
...
update esp32 platform to arduino-esp32 v2.0.9
2024-04-23 15:56:08 +02:00
Frank
1154905818
upgrading WROVER to use new platform
2024-04-23 15:49:39 +02:00
Frank
0d3ea848c2
"big partition" added - 300KB FS and coredump support(from WLEDMM)
2024-04-23 15:27:44 +02:00
Blaz Kristan
5c502b1fe4
Bump arduinoFFT, organise partitions
2024-04-17 22:49:33 +02:00
Blaz Kristan
3e20724058
ArduinoFFT update
...
shadow variables
2024-04-17 18:52:35 +02:00
Frank
442d7a7226
arduino-esp32 v2.0.9
2024-04-15 14:08:28 +02:00
Blaz Kristan
ba9ce4adf2
PIO env. PSRAM fix for S3 & S3 with 4M flash
...
- audioreactive always included for S3 & S2
2024-04-08 16:32:21 +02:00
Blaž Kristan
3b0e6ec65c
Merge pull request #3667 from ccruz09/main
...
usermod support for Adafruit MAX17048 module
2024-04-04 20:25:14 +02:00
Will Miles
6f7ac93d84
Update to AsyncWebServer v2.2.1
...
Fix use-after-free issue and slightly improve code size. Note that the
version is changed to a hard pin, so future updates can be validated
before getting picked up by new clones, and old version builds
are reproducible.
2024-04-01 11:25:31 -04:00
Carlos Cruz
fa5d60ca26
Merge branch '0_15' into main
2024-04-01 11:02:02 -04:00
Will Miles
2900bda8f9
Select ESP8266 framework version via platform
...
By explicitly listing an unversioned framework dependency in
'platform_packages', we were overriding the selection via the 'platform'
specification, allowing PlatformIO to select any random version.
Remove this line to allow 'platform' to add the framework dependency
with the expected version.
2024-03-29 09:33:12 -04:00
Blaz Kristan
5f37c19d42
PSRAM fix & CCT IC
...
- prevent PSRAM use on ESP32 rev.1 without compile fix
- add runtime selection for CCT IC (Athom 15W bulb)
2024-03-28 16:03:06 +01:00
Blaz Kristan
47f44680a3
Multi-update
...
- 0.15.0-b2
- WS2805 support (NeoPixelBus 2.7.9)
- generic PSRAM support (ESP32 rev.1 still needs compile fix)
- BREAKING: default LEDPIN 2 (due to PSRAM)
- PinManager optimisations
2024-03-24 17:37:11 +01:00
Blaž Kristan
78096803ea
Merge branch '0_15' into fw1906_0_15
2024-03-20 19:51:32 +01:00
Blaž Kristan
f1987b9544
Merge pull request #3828 from willmmiles/0_15-asyncwebserver-2.2.0-features
...
ESPAsyncWebServer 2.2.0 + features
2024-03-20 19:50:06 +01:00
Blaz Kristan
7c8df97968
Merge branch 'main' into 0_15
2024-03-17 12:21:35 +01:00
Will Miles
12bf04826a
Update ESPAsyncWebServer to v2.2.0
2024-03-16 12:12:48 -04:00
Robert
c74db95c14
Add FW1906 support
2024-03-13 20:44:33 +11:00
Blaz Kristan
9d70ec56f2
Distinguish 160MHz binaries
2024-03-11 23:22:14 +01:00
Blaz Kristan
0398ec40b7
Merge branch 'main' into v0142-beta2
2024-03-11 23:00:17 +01:00
Blaz Kristan
f55465f8b8
Fix AsyncWebServer library
2024-03-11 18:02:03 +01:00
Blaz Kristan
a2368a75f7
Fix AsynWebServer lib
...
Add 160MHz builds for ESP8266
2024-03-11 17:41:17 +01:00
Christian Schwinne
6322ab9f07
.
2024-03-09 22:00:18 +01:00
Christian Schwinne
21d0f10dd7
Fix AR compilation
2024-03-09 21:59:45 +01:00
Christian Schwinne
7e17011ebc
Revert "Merge branch 'gif' into 0_15"
...
This reverts commit cb5eb9edc7f5a9a316c9f5c9f5b35c846aa51fd1, reversing
changes made to da5c12f46609ededa7d536b4c90f7519e6eee8fa.
2024-03-09 20:00:41 +01:00
Carlos Cruz
ab13db73e7
Added files to usermod directory and changes to platform.ini to support Adafruit MAX17048 module. ( #2 )
...
Co-authored-by: Azots <78281612+Azots@users.noreply.github.com>
2024-03-09 13:06:30 -05:00
Christian Schwinne
cb5eb9edc7
Merge branch 'gif' into 0_15
2024-03-09 18:23:59 +01:00
Blaz Kristan
b305fd8865
Fix for ArduinoFFT
2024-03-07 20:52:18 +01:00
Blaz Kristan
1fc0680c71
160MHz clock & alternate AWS
2024-03-02 14:12:57 +01:00
Blaz Kristan
989bdfb0d5
Reduce string RAM usage for ESP8266 debug builds
2024-02-17 11:33:42 +01:00
Woody
7fe6541b7c
Merge branch '0_15' into GitHub-Actions
2024-02-01 18:05:39 +01:00
Blaz Kristan
d10d7dc298
upload speed and clarifications
2024-01-30 19:44:10 +01:00
Blaz Kristan
063af1dbc7
core description fix
2024-01-30 19:26:37 +01:00
Woody
df1c8a64e5
Update GitHub Actions workflow
...
This also adds a WLED_RELEASE_NAME for esp32s3dev_8MB_PSRAM_opi
2024-01-24 16:11:51 +01:00
Blaž Kristan
2b022e1871
Update platformio.ini
...
Added WROVER model and removed flash options for ESP32-S2
2024-01-19 14:18:54 +01:00
Blaz Kristan
78aeca6399
Trim platformio.ini & add info to sample
2024-01-18 18:28:01 +01:00
Christian Schwinne
9378fc7276
Merge remote-tracking branch 'origin/0_15' into gif
2024-01-16 21:53:08 +01:00
Will Tatam
46337ca554
Add ANIMartRIX usermod
2024-01-11 20:20:53 +00:00
Blaž Kristan
c4d214f5c0
Merge pull request #3598 from WoodyLetsCode/pio
...
Automatically build UI before compiling
2024-01-09 19:05:04 +01:00
Will Miles
9c4d3cd6e2
platformio.ini: Add MPU6050 library dep
2024-01-07 15:50:15 -05:00
Woody
e778b02c0c
Automatically build UI before compiling
2024-01-07 01:06:52 +01:00
Frank
51b3d7cb4a
Merge pull request #3569 from raymondhardy/ESP32-S3-WROOM-1-N16R8
...
new buildenv for esp32s3dev_16MB_PSRAM_opi dev board (LilyGo T7-S3)
2024-01-03 22:20:01 +01:00
Frank
3baff4e675
Merge pull request #3572 from drasch/fix/esp32c3-2mb-flash-size
...
fix(esp32c3-2mb): correct flash size for c3 board with only 2MB
2024-01-03 22:18:24 +01:00
Frank
f513cae66e
code spell checking - part1 (core)
...
I've found a code spellchecker, so this is what can be corrected easily. Changes are only affecting comments, readme and a few user-visible strings. So no functional impact expected.
2023-12-14 03:49:54 +01:00
skinnyquiver
84802d9065
[fix] Uses extends as per softhack007 comment
2023-12-05 10:36:31 -06:00
David Rasch
90d696d826
fix(esp32c3-2mb): correct flash size for c3 board with only 2MB
2023-12-05 10:54:32 -05:00