Skip to content

Commit 076a0d6

Browse files
committed
Merge branch 'bugfix/bmgr_reduce_echoear_spi_transfer_sz' into 'main'
bugfix(esp_board_manager): Reduce echoear default spi max_transfer_sz See merge request adf/multimedia/esp-gmf!226
2 parents af34167 + 2a17bc2 commit 076a0d6

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

packages/esp_board_manager/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.4.3
4+
5+
### Bug Fixes
6+
7+
- Reduce the default spi max_transfer_sz value for echoear_core_board_v1_2 to avoid allocating excessive memory
8+
39
## v0.4.2
410

511
### Features

packages/esp_board_manager/boards/echoear_core_board_v1_0/board_peripherals.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ peripherals:
5757
data2_io_num: 11 # QUADWP_IO_NUM
5858
data3_io_num: 12 # QUADHD_IO_NUM
5959
sclk_io_num: 18 # SPI Clock signal
60-
max_transfer_sz: 72000 # Maximum transfer size in bytes
60+
max_transfer_sz: 14400 # Maximum transfer size in bytes : width * 2 * 20
6161

6262
- name: ledc_backlight
6363
type: ledc

packages/esp_board_manager/boards/echoear_core_board_v1_2/board_peripherals.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ peripherals:
5757
data2_io_num: 11 # QUADWP_IO_NUM
5858
data3_io_num: 12 # QUADHD_IO_NUM
5959
sclk_io_num: 18 # SPI Clock signal
60-
max_transfer_sz: 72000 # Maximum transfer size in bytes
60+
max_transfer_sz: 14400 # Maximum transfer size in bytes : width * 2 * 20
6161

6262
- name: ledc_backlight
6363
type: ledc

packages/esp_board_manager/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.4.2
1+
version: 0.4.3
22
description: Board manager for ESP-GMF
33
url: https://github.com/espressif/esp-gmf/tree/main/packages/esp_board_manager
44
documentation: https://github.com/espressif/esp-gmf/blob/main/packages/esp_board_manager/README.md

0 commit comments

Comments
 (0)