typos
This commit is contained in:
@@ -1073,7 +1073,7 @@ build_flags =
|
|||||||
|
|
||||||
[Speed_Flags]
|
[Speed_Flags]
|
||||||
build_flags =
|
build_flags =
|
||||||
-O2 ;; optimize for performance instead 9of size
|
-O2 ;; optimize for performance instead of size
|
||||||
;-ffast-math ;; gives a few (2-5) percent sppedup on ESP32-S3, but causes slight slowdown on classic ESP32
|
;-ffast-math ;; gives a few (2-5) percent sppedup on ESP32-S3, but causes slight slowdown on classic ESP32
|
||||||
-mtarget-align -free -fipa-pta ;; these are very useful, too
|
-mtarget-align -free -fipa-pta ;; these are very useful, too
|
||||||
-fno-jump-tables -fno-tree-switch-conversion ;; needed
|
-fno-jump-tables -fno-tree-switch-conversion ;; needed
|
||||||
@@ -1606,7 +1606,7 @@ board_build.partitions = tools/WLED_ESP32_8MB.csv
|
|||||||
; RAM: [==== ] 36.3% (used 118828 bytes from 327680 bytes)
|
; RAM: [==== ] 36.3% (used 118828 bytes from 327680 bytes)
|
||||||
; Flash: [======= ] 70.7% (used 1483465 bytes from 2097152 bytes)
|
; Flash: [======= ] 70.7% (used 1483465 bytes from 2097152 bytes)
|
||||||
|
|
||||||
;; MM for ESP32-S3 PSRAM board - FASTPATH + optimize for speed
|
;; MM for ESP32-S3 boards - FASTPATH + optimize for speed
|
||||||
[env:esp32S3_8MB_S]
|
[env:esp32S3_8MB_S]
|
||||||
extends = esp32_4MB_V4_M_base
|
extends = esp32_4MB_V4_M_base
|
||||||
board = esp32-s3-devkitc-1 ;; generic S3 dev board
|
board = esp32-s3-devkitc-1 ;; generic S3 dev board
|
||||||
|
|||||||
Reference in New Issue
Block a user