Skip to content

Commit

Permalink
fix(examples): PSRAM use QUAD mode for M5Stack CoreS3
Browse files Browse the repository at this point in the history
Closes #16
  • Loading branch information
Lzw655 committed Dec 11, 2024
1 parent 7586c09 commit e58dc86
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ChangeLog

## v0.4.2 - 2024-12-11

### Bugfixes:

* fix(examples): PSRAM use QUAD mode for M5Stack CoreS3

## v0.4.1 - 2024-10-25

### Enhancements:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_COMPILER_OPTIMIZATION_PERF=y
CONFIG_SPIRAM=y
CONFIG_SPIRAM_MODE_OCT=y
CONFIG_SPIRAM_MODE_QUAD=y
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
CONFIG_SPIRAM_RODATA=y
CONFIG_SPIRAM_SPEED_80M=y
Expand Down
2 changes: 1 addition & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.4.1
version: 0.4.2
description: ESP-Brookesia is a human-machine interaction development framework designed for AIoT devices.
url: https://github.com/espressif/esp-brookesia
issues: https://github.com/espressif/esp-brookesia/issues
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=esp-brookesia
version=0.4.1
version=0.4.2
author=espressif
maintainer=espressif
sentence=ESP-Brookesia is a human-machine interaction development framework designed for AIoT devices.
Expand Down

0 comments on commit e58dc86

Please sign in to comment.