Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 49328de

Browse files
committedApr 1, 2021
Fix PSRAM settings in boards.txt
1 parent e678c73 commit 49328de

File tree

1 file changed

+47
-47
lines changed

1 file changed

+47
-47
lines changed
 

‎boards.txt

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ esp32.menu.PSRAM.disabled=Disabled
188188
esp32.menu.PSRAM.disabled.build.defines=
189189
esp32.menu.PSRAM.disabled.build.extra_libs=
190190
esp32.menu.PSRAM.enabled=Enabled
191-
esp32.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
192-
esp32.menu.PSRAM.enabled.build.extra_libs=-lc-psram-workaround -lm-psram-workaround
191+
esp32.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -mfix-esp32-psram-cache-strategy=memw
192+
esp32.menu.PSRAM.enabled.build.extra_libs=
193193

194194
esp32.menu.PartitionScheme.default=Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
195195
esp32.menu.PartitionScheme.default.build.partitions=default
@@ -335,8 +335,8 @@ esp32wrover.build.flash_freq=40m
335335
esp32wrover.build.flash_mode=dio
336336
esp32wrover.build.boot=dio
337337
esp32wrover.build.partitions=default
338-
esp32wrover.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
339-
esp32wrover.build.extra_libs=-lc-psram-workaround -lm-psram-workaround
338+
esp32wrover.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -mfix-esp32-psram-cache-strategy=memw
339+
esp32wrover.build.extra_libs=
340340

341341
esp32wrover.menu.PartitionScheme.default=Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
342342
esp32wrover.menu.PartitionScheme.default.build.partitions=default
@@ -521,7 +521,7 @@ esp32wroverkit.build.flash_mode=dio
521521
esp32wroverkit.build.boot=dio
522522
esp32wroverkit.build.partitions=default
523523
esp32wroverkit.menu.PSRAM.enabled=Enabled
524-
esp32wroverkit.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
524+
esp32wroverkit.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -mfix-esp32-psram-cache-strategy=memw
525525
esp32wroverkit.menu.PSRAM.disabled=Disabled
526526
esp32wroverkit.menu.PSRAM.disabled.build.defines=
527527
esp32wroverkit.menu.PartitionScheme.default=Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
@@ -656,8 +656,8 @@ tinypico.menu.FlashFreq.40=40MHz
656656
tinypico.menu.FlashFreq.40.build.flash_freq=40m
657657

658658
tinypico.menu.PSRAM.enabled=Enabled
659-
tinypico.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
660-
tinypico.menu.PSRAM.enabled.build.extra_libs=-lc-psram-workaround -lm-psram-workaround
659+
tinypico.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -mfix-esp32-psram-cache-strategy=memw
660+
tinypico.menu.PSRAM.enabled.build.extra_libs=
661661
tinypico.menu.PSRAM.disabled=Disabled
662662
tinypico.menu.PSRAM.disabled.build.defines=
663663
tinypico.menu.PSRAM.disabled.build.extra_libs=
@@ -2273,8 +2273,8 @@ d32_pro.menu.PSRAM.disabled=Disabled
22732273
d32_pro.menu.PSRAM.disabled.build.defines=
22742274
d32_pro.menu.PSRAM.disabled.build.extra_libs=
22752275
d32_pro.menu.PSRAM.enabled=Enabled
2276-
d32_pro.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
2277-
d32_pro.menu.PSRAM.enabled.build.extra_libs=-lc-psram-workaround -lm-psram-workaround
2276+
d32_pro.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -mfix-esp32-psram-cache-strategy=memw
2277+
d32_pro.menu.PSRAM.enabled.build.extra_libs=
22782278

22792279
d32_pro.menu.PartitionScheme.default=Default
22802280
d32_pro.menu.PartitionScheme.default.build.partitions=default
@@ -4027,8 +4027,8 @@ m5stack-fire.build.partitions=default_16MB
40274027
m5stack-fire.build.defines=
40284028

40294029
m5stack-fire.menu.PSRAM.enabled=Enabled
4030-
m5stack-fire.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
4031-
m5stack-fire.menu.PSRAM.enabled.build.extra_libs=-lc-psram-workaround -lm-psram-workaround
4030+
m5stack-fire.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -mfix-esp32-psram-cache-strategy=memw
4031+
m5stack-fire.menu.PSRAM.enabled.build.extra_libs=
40324032
m5stack-fire.menu.PSRAM.disabled=Disabled
40334033
m5stack-fire.menu.PSRAM.disabled.build.defines=
40344034
m5stack-fire.menu.PSRAM.disabled.build.extra_libs=
@@ -4218,8 +4218,8 @@ m5stack-core2.build.partitions=default_16MB
42184218
m5stack-core2.build.defines=
42194219

42204220
m5stack-core2.menu.PSRAM.enabled=Enabled
4221-
m5stack-core2.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
4222-
m5stack-core2.menu.PSRAM.enabled.build.extra_libs=-lc-psram-workaround -lm-psram-workaround
4221+
m5stack-core2.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -mfix-esp32-psram-cache-strategy=memw
4222+
m5stack-core2.menu.PSRAM.enabled.build.extra_libs=
42234223
m5stack-core2.menu.PSRAM.disabled=Disabled
42244224
m5stack-core2.menu.PSRAM.disabled.build.defines=
42254225
m5stack-core2.menu.PSRAM.disabled.build.extra_libs=
@@ -4319,8 +4319,8 @@ m5stack-timer-cam.build.partitions=default
43194319
m5stack-timer-cam.build.defines=
43204320

43214321
m5stack-timer-cam.menu.PSRAM.enabled=Enabled
4322-
m5stack-timer-cam.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
4323-
m5stack-timer-cam.menu.PSRAM.enabled.build.extra_libs=-lc-psram-workaround -lm-psram-workaround
4322+
m5stack-timer-cam.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -mfix-esp32-psram-cache-strategy=memw
4323+
m5stack-timer-cam.menu.PSRAM.enabled.build.extra_libs=
43244324
m5stack-timer-cam.menu.PSRAM.disabled=Disabled
43254325
m5stack-timer-cam.menu.PSRAM.disabled.build.defines=
43264326
m5stack-timer-cam.menu.PSRAM.disabled.build.extra_libs=
@@ -4473,8 +4473,8 @@ odroid_esp32.build.flash_size=16MB
44734473
odroid_esp32.build.flash_mode=dio
44744474
odroid_esp32.build.boot=dio
44754475
odroid_esp32.build.partitions=default
4476-
odroid_esp32.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
4477-
odroid_esp32.build.extra_libs=-lc-psram-workaround -lm-psram-workaround
4476+
odroid_esp32.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -mfix-esp32-psram-cache-strategy=memw
4477+
odroid_esp32.build.extra_libs=
44784478

44794479
odroid_esp32.menu.FlashMode.qio=QIO
44804480
odroid_esp32.menu.FlashMode.qio.build.flash_mode=dio
@@ -4562,8 +4562,8 @@ heltec_wifi_kit_32.menu.PSRAM.disabled=Disabled
45624562
heltec_wifi_kit_32.menu.PSRAM.disabled.build.defines=
45634563
heltec_wifi_kit_32.menu.PSRAM.disabled.build.extra_libs=
45644564
heltec_wifi_kit_32.menu.PSRAM.enabled=Enabled
4565-
heltec_wifi_kit_32.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
4566-
heltec_wifi_kit_32.menu.PSRAM.enabled.build.extra_libs=-lc-psram-workaround -lm-psram-workaround
4565+
heltec_wifi_kit_32.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -mfix-esp32-psram-cache-strategy=memw
4566+
heltec_wifi_kit_32.menu.PSRAM.enabled.build.extra_libs=
45674567

45684568
heltec_wifi_kit_32.menu.CPUFreq.240=240MHz (WiFi/BT)
45694569
heltec_wifi_kit_32.menu.CPUFreq.240.build.f_cpu=240000000L
@@ -4629,8 +4629,8 @@ heltec_wifi_lora_32.menu.PSRAM.disabled=Disabled
46294629
heltec_wifi_lora_32.menu.PSRAM.disabled.build.defines=
46304630
heltec_wifi_lora_32.menu.PSRAM.disabled.build.extra_libs=
46314631
heltec_wifi_lora_32.menu.PSRAM.enabled=Enabled
4632-
heltec_wifi_lora_32.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
4633-
heltec_wifi_lora_32.menu.PSRAM.enabled.build.extra_libs=-lc-psram-workaround -lm-psram-workaround
4632+
heltec_wifi_lora_32.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -mfix-esp32-psram-cache-strategy=memw
4633+
heltec_wifi_lora_32.menu.PSRAM.enabled.build.extra_libs=
46344634

46354635
heltec_wifi_lora_32.menu.CPUFreq.240=240MHz (WiFi/BT)
46364636
heltec_wifi_lora_32.menu.CPUFreq.240.build.f_cpu=240000000L
@@ -4726,8 +4726,8 @@ heltec_wifi_lora_32_V2.menu.PSRAM.disabled=Disabled
47264726
heltec_wifi_lora_32_V2.menu.PSRAM.disabled.build.defines=
47274727
heltec_wifi_lora_32_V2.menu.PSRAM.disabled.build.extra_libs=
47284728
heltec_wifi_lora_32_V2.menu.PSRAM.enabled=Enabled
4729-
heltec_wifi_lora_32_V2.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
4730-
heltec_wifi_lora_32_V2.menu.PSRAM.enabled.build.extra_libs=-lc-psram-workaround -lm-psram-workaround
4729+
heltec_wifi_lora_32_V2.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -mfix-esp32-psram-cache-strategy=memw
4730+
heltec_wifi_lora_32_V2.menu.PSRAM.enabled.build.extra_libs=
47314731

47324732
heltec_wifi_lora_32_V2.menu.CPUFreq.240=240MHz (WiFi/BT)
47334733
heltec_wifi_lora_32_V2.menu.CPUFreq.240.build.f_cpu=240000000L
@@ -4823,8 +4823,8 @@ heltec_wireless_stick.menu.PSRAM.disabled=Disabled
48234823
heltec_wireless_stick.menu.PSRAM.disabled.build.defines=
48244824
heltec_wireless_stick.menu.PSRAM.disabled.build.extra_libs=
48254825
heltec_wireless_stick.menu.PSRAM.enabled=Enabled
4826-
heltec_wireless_stick.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
4827-
heltec_wireless_stick.menu.PSRAM.enabled.build.extra_libs=-lc-psram-workaround -lm-psram-workaround
4826+
heltec_wireless_stick.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -mfix-esp32-psram-cache-strategy=memw
4827+
heltec_wireless_stick.menu.PSRAM.enabled.build.extra_libs=
48284828

48294829
heltec_wireless_stick.menu.CPUFreq.240=240MHz (WiFi/BT)
48304830
heltec_wireless_stick.menu.CPUFreq.240.build.f_cpu=240000000L
@@ -4920,8 +4920,8 @@ heltec_wireless_stick_lite.menu.PSRAM.disabled=Disabled
49204920
heltec_wireless_stick_lite.menu.PSRAM.disabled.build.defines=
49214921
heltec_wireless_stick_lite.menu.PSRAM.disabled.build.extra_libs=
49224922
heltec_wireless_stick_lite.menu.PSRAM.enabled=Enabled
4923-
heltec_wireless_stick_lite.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
4924-
heltec_wireless_stick_lite.menu.PSRAM.enabled.build.extra_libs=-lc-psram-workaround -lm-psram-workaround
4923+
heltec_wireless_stick_lite.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -mfix-esp32-psram-cache-strategy=memw
4924+
heltec_wireless_stick_lite.menu.PSRAM.enabled.build.extra_libs=
49254925

49264926
heltec_wireless_stick_lite.menu.CPUFreq.240=240MHz (WiFi/BT)
49274927
heltec_wireless_stick_lite.menu.CPUFreq.240.build.f_cpu=240000000L
@@ -5092,8 +5092,8 @@ CoreESP32.menu.PSRAM.disabled=Disabled
50925092
CoreESP32.menu.PSRAM.disabled.build.defines=
50935093
CoreESP32.menu.PSRAM.disabled.build.extra_libs=
50945094
CoreESP32.menu.PSRAM.enabled=Enabled
5095-
CoreESP32.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
5096-
CoreESP32.menu.PSRAM.enabled.build.extra_libs=-lc-psram-workaround -lm-psram-workaround
5095+
CoreESP32.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -mfix-esp32-psram-cache-strategy=memw
5096+
CoreESP32.menu.PSRAM.enabled.build.extra_libs=
50975097

50985098
CoreESP32.menu.PartitionScheme.default=Default
50995099
CoreESP32.menu.PartitionScheme.default.build.partitions=default
@@ -5171,8 +5171,8 @@ alksesp32.menu.PSRAM.disabled=Disabled
51715171
alksesp32.menu.PSRAM.disabled.build.defines=
51725172
alksesp32.menu.PSRAM.disabled.build.extra_libs=
51735173
alksesp32.menu.PSRAM.enabled=Enabled
5174-
alksesp32.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
5175-
alksesp32.menu.PSRAM.enabled.build.extra_libs=-lc-psram-workaround -lm-psram-workaround
5174+
alksesp32.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -mfix-esp32-psram-cache-strategy=memw
5175+
alksesp32.menu.PSRAM.enabled.build.extra_libs=
51765176

51775177
alksesp32.menu.PartitionScheme.default=Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
51785178
alksesp32.menu.PartitionScheme.default.build.partitions=default
@@ -5458,8 +5458,8 @@ t-beam.menu.PSRAM.disabled=Disabled
54585458
t-beam.menu.PSRAM.disabled.build.defines=
54595459
t-beam.menu.PSRAM.disabled.build.extra_libs=
54605460
t-beam.menu.PSRAM.enabled=Enabled
5461-
t-beam.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
5462-
t-beam.menu.PSRAM.enabled.build.extra_libs=-lc-psram-workaround -lm-psram-workaround
5461+
t-beam.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -mfix-esp32-psram-cache-strategy=memw
5462+
t-beam.menu.PSRAM.enabled.build.extra_libs=
54635463

54645464
t-beam.menu.FlashFreq.80=80MHz
54655465
t-beam.menu.FlashFreq.80.build.flash_freq=80m
@@ -5648,8 +5648,8 @@ lopy4.menu.PSRAM.disabled=Disabled
56485648
lopy4.menu.PSRAM.disabled.build.defines=
56495649
lopy4.menu.PSRAM.disabled.build.extra_libs=
56505650
lopy4.menu.PSRAM.enabled=Enabled
5651-
lopy4.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
5652-
lopy4.menu.PSRAM.enabled.build.extra_libs=-lc-psram-workaround -lm-psram-workaround
5651+
lopy4.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -mfix-esp32-psram-cache-strategy=memw
5652+
lopy4.menu.PSRAM.enabled.build.extra_libs=
56535653

56545654
lopy4.menu.FlashFreq.80=80MHz
56555655
lopy4.menu.FlashFreq.80.build.flash_freq=80m
@@ -5831,8 +5831,8 @@ frogboard.menu.PSRAM.disabled=Disabled
58315831
frogboard.menu.PSRAM.disabled.build.defines=
58325832
frogboard.menu.PSRAM.disabled.build.extra_libs=
58335833
frogboard.menu.PSRAM.enabled=Enabled
5834-
frogboard.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
5835-
frogboard.menu.PSRAM.enabled.build.extra_libs=-lc-psram-workaround -lm-psram-workaround
5834+
frogboard.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -mfix-esp32-psram-cache-strategy=memw
5835+
frogboard.menu.PSRAM.enabled.build.extra_libs=
58365836

58375837
frogboard.menu.PartitionScheme.default=Default
58385838
frogboard.menu.PartitionScheme.default.build.partitions=default
@@ -5914,8 +5914,8 @@ esp32cam.build.variant=esp32
59145914
esp32cam.build.board=ESP32_DEV
59155915
esp32cam.build.flash_size=4MB
59165916
esp32cam.build.partitions=huge_app
5917-
esp32cam.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
5918-
esp32cam.build.extra_libs=-lc-psram-workaround -lm-psram-workaround
5917+
esp32cam.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -mfix-esp32-psram-cache-strategy=memw
5918+
esp32cam.build.extra_libs=
59195919
esp32cam.build.code_debug=0
59205920

59215921
esp32cam.menu.CPUFreq.240=240MHz (WiFi/BT)
@@ -5986,8 +5986,8 @@ twatch.build.partitions=default_16MB
59865986
twatch.build.defines=
59875987

59885988
twatch.menu.PSRAM.enabled=Enabled
5989-
twatch.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
5990-
twatch.menu.PSRAM.enabled.build.extra_libs=-lc-psram-workaround -lm-psram-workaround
5989+
twatch.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -mfix-esp32-psram-cache-strategy=memw
5990+
twatch.menu.PSRAM.enabled.build.extra_libs=
59915991
twatch.menu.PSRAM.disabled=Disabled
59925992
twatch.menu.PSRAM.disabled.build.defines=
59935993
twatch.menu.PSRAM.disabled.build.extra_libs=
@@ -6332,8 +6332,8 @@ mgbot-iotik32a.menu.PSRAM.disabled=Disabled
63326332
mgbot-iotik32a.menu.PSRAM.disabled.build.defines=
63336333
mgbot-iotik32a.menu.PSRAM.disabled.build.extra_libs=
63346334
mgbot-iotik32a.menu.PSRAM.enabled=Enabled
6335-
mgbot-iotik32a.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
6336-
mgbot-iotik32a.menu.PSRAM.enabled.build.extra_libs=-lc-psram-workaround -lm-psram-workaround
6335+
mgbot-iotik32a.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -mfix-esp32-psram-cache-strategy=memw
6336+
mgbot-iotik32a.menu.PSRAM.enabled.build.extra_libs=
63376337

63386338
mgbot-iotik32a.menu.PartitionScheme.default=Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
63396339
mgbot-iotik32a.menu.PartitionScheme.default.build.partitions=default
@@ -6472,8 +6472,8 @@ mgbot-iotik32b.menu.PSRAM.disabled=Disabled
64726472
mgbot-iotik32b.menu.PSRAM.disabled.build.defines=
64736473
mgbot-iotik32b.menu.PSRAM.disabled.build.extra_libs=
64746474
mgbot-iotik32b.menu.PSRAM.enabled=Enabled
6475-
mgbot-iotik32b.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
6476-
mgbot-iotik32b.menu.PSRAM.enabled.build.extra_libs=-lc-psram-workaround -lm-psram-workaround
6475+
mgbot-iotik32b.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -mfix-esp32-psram-cache-strategy=memw
6476+
mgbot-iotik32b.menu.PSRAM.enabled.build.extra_libs=
64776477

64786478
mgbot-iotik32b.menu.PartitionScheme.default=Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
64796479
mgbot-iotik32b.menu.PartitionScheme.default.build.partitions=default
@@ -6846,8 +6846,8 @@ mPython.menu.PSRAM.disabled=Disabled
68466846
mPython.menu.PSRAM.disabled.build.defines=
68476847
mPython.menu.PSRAM.disabled.build.extra_libs=
68486848
mPython.menu.PSRAM.enabled=Enabled
6849-
mPython.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
6850-
mPython.menu.PSRAM.enabled.build.extra_libs=-lc-psram-workaround -lm-psram-workaround
6849+
mPython.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -mfix-esp32-psram-cache-strategy=memw
6850+
mPython.menu.PSRAM.enabled.build.extra_libs=
68516851

68526852
mPython.menu.PartitionScheme.huge_app=Huge APP (3MB No OTA/1MB SPIFFS)
68536853
mPython.menu.PartitionScheme.huge_app.build.partitions=huge_app

0 commit comments

Comments
 (0)
Please sign in to comment.