-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WiP -Audio fastpath #40
Changes from 1 commit
fb03a37
40c96c1
f69142d
ac5aed8
0c58c12
e1cadbc
56b6290
91d36fa
7d0e627
4341d36
ca5a54b
f57c39c
63ffc6e
d4fb542
9a4c020
50b3c9d
04b55a5
d8bd451
237286f
4810a85
f050e60
c4664e5
f147d79
d5c33df
6317dcb
9f6278a
6d23eb6
2e6d58f
72f7f9c
175375e
40d1201
ef12aaa
894fdce
fc19340
63e63ad
d872629
e6fb6c4
4197f98
5edd5e6
71153ee
df26430
e2eb3e8
9cb6189
6d78e46
49f2e26
5081cfb
859adb3
d8bc5e2
1daeecc
c13a5d7
36c34b5
52fe8e2
1b8ebfd
63b03a4
c052da9
f877837
dc77c17
0f45b4f
55b0463
53c8f9f
be2da7b
62990cd
cfc1116
35f3f28
4d64efa
aded74d
143f842
b6f1a59
e6334d8
f0dd66e
4dc6a38
06344ae
7e1d15c
309e66b
af6091b
d8a6889
7465be7
82f9be5
337b117
5c79375
b473a40
d1b2759
7dcc8f1
d4a37ec
a9cdd21
6883996
47de28e
2410c22
3127c60
d51a41f
a7d627b
553f234
8aef434
708cd8e
310daa6
582b96f
1c53f14
3cc1d30
a84c361
ecf3317
29644cc
601499b
5fe12ee
a2e2ead
a45306b
c64f74a
9a832ed
9ed5dc7
c22c92e
0fb5edc
3295579
9a3a97e
99def64
9243b90
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -199,7 +199,8 @@ upload_speed = 115200 | |
# ------------------------------------------------------------------------------ | ||
lib_compat_mode = strict | ||
lib_deps = | ||
fastled/FastLED @ 3.5.0 | ||
;fastled/FastLED @ 3.5.0 | ||
https://github.com/FastLED/FastLED.git#master ;; up to 50% faster | ||
IRremoteESP8266 @ 2.8.2 | ||
;;https://github.com/Aircoookie/ESPAsyncWebServer.git @ ~2.0.7 | ||
https://github.com/lost-hope/ESPAsyncWebServer.git#master ;; WLEDMM to display .log and .wled files in /edit | ||
|
@@ -244,8 +245,8 @@ lib_deps = | |
#https://github.com/lorol/LITTLEFS.git | ||
ESPAsyncTCP @ 1.2.2 | ||
ESPAsyncUDP | ||
${env.lib_deps} | ||
makuna/NeoPixelBus @ 2.6.9 | ||
${env.lib_deps} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ordering significant or just accidental change? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. actually ordering is significant. It seems that the first library reference "wins". |
||
|
||
[esp32] | ||
#platform = https://github.com/tasmota/platform-espressif32/releases/download/v2.0.2.3/platform-espressif32-2.0.2.3.zip | ||
|
@@ -269,8 +270,9 @@ lib_deps = | |
; https://github.com/lorol/LITTLEFS.git | ||
; WLEDMM specific: use patched version of lorol LittleFS | ||
https://github.com/softhack007/LITTLEFS-threadsafe.git#master | ||
;;makuna/NeoPixelBus @ 2.6.9 ;; WLEDMM default | ||
makuna/NeoPixelBus @ 2.7.3 | ||
${env.lib_deps} | ||
makuna/NeoPixelBus @ 2.6.9 | ||
|
||
;; ** For compiling with latest Frameworks (IDF4.4.x and arduino-esp32 v2.0.x) ** | ||
;;; standard V4 platform | ||
|
@@ -296,9 +298,8 @@ build_flagsV4 = -g | |
;;; V4.4.x libraries (without LOROL_LITTLEFS; with newer NeoPixelBus) | ||
lib_depsV4 = | ||
https://github.com/pbolduc/AsyncTCP.git @ 1.2.0 ;; WLEDMM this must be first in the list, otherwise Aircoookie/ESPAsyncWebServer pulls in an older version of AsyncTCP !! | ||
makuna/NeoPixelBus @ 2.7.3 | ||
${env.lib_deps} | ||
;https://github.com/Makuna/NeoPixelBus.git#master ;; NPB 2.6.9 tends to crash whith IDF V4.4.3 -> use latest NeoPixelBus dev instead | ||
makuna/NeoPixelBus @ 2.7.1 | ||
|
||
[esp32s2] | ||
build_flags = -g | ||
|
@@ -314,8 +315,8 @@ build_flags = -g | |
|
||
lib_deps = | ||
https://github.com/pbolduc/AsyncTCP.git @ 1.2.0 ;; WLEDMM this must be first in the list, otherwise Aircoookie/ESPAsyncWebServer pulls in an older version of AsyncTCP !! | ||
makuna/NeoPixelBus @ 2.7.3 ;; WLEDMM - new version is more stable on -S2 | ||
${env.lib_deps} | ||
makuna/NeoPixelBus @ 2.7.1 ;; WLEDMM - new version is more stable on -S2 | ||
|
||
[esp32c3] | ||
build_flags = -g | ||
|
@@ -352,8 +353,8 @@ build_flags = -g | |
|
||
lib_deps = | ||
https://github.com/pbolduc/AsyncTCP.git @ 1.2.0 | ||
${env.lib_deps} | ||
makuna/NeoPixelBus @ 2.7.3 | ||
${env.lib_deps} | ||
|
||
|
||
# ------------------------------------------------------------------------------ | ||
|
@@ -1242,16 +1243,14 @@ build_flags = ${esp32_4MB_V4_M_base.build_flags} | |
-D WLED_RELEASE_NAME=esp32_4MB_V4_M | ||
-D WLED_WATCHDOG_TIMEOUT=0 #-D WLED_DISABLE_BROWNOUT_DET | ||
-D ARDUINO_USB_CDC_ON_BOOT=0 ; needed for arduino-esp32 >=2.0.4; avoids errors on startup | ||
; RAM: [== ] 24.8% (used 81316 bytes from 327680 bytes) | ||
; Flash: [==========] 97.2% (used 1528253 bytes from 1572864 bytes) | ||
-D WLED_DISABLE_LOXONE ; FLASH 1272 bytes | ||
-D WLED_DISABLE_ALEXA ; RAM 116 bytes; FLASH 13524 bytes | ||
-D WLED_DISABLE_HUESYNC ;RAM 122 bytes; FLASH 6308 bytes | ||
; RAM: [== ] 24.7% (used 81076 bytes from 327680 bytes) | ||
; Flash: [==========] 95.8% (used 1506893 bytes from 1572864 bytes) | ||
;-D WLED_DISABLE_MQTT ; RAM 216 bytes; FLASH 16496 bytes | ||
-D WLED_DISABLE_INFRARED ;RAM 136 bytes; FLASH 24492 bytes ;; softhack007 disabled to stay below 100% flash size | ||
lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation | ||
;; RAM: [== ] 24.7% (used 80884 bytes from 327680 bytes) | ||
;; Flash: [==========] 99.0% (used 1556429 bytes from 1572864 bytes) | ||
|
||
; compiled with ESP-IDF 4.4.1 | ||
[env:esp32_16MB_V4_M] | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it perhaps an idea to refer to a "known good" hash, so we get predictable builds?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea. Makes sense 👍