Skip to content

Commit e6b63aa

Browse files
committed
add esp32 board config
1 parent 9091363 commit e6b63aa

6 files changed

Lines changed: 53 additions & 0 deletions

File tree

boards/ESP32/DNESP32S3-BOX/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ config BOARD_CHOICE
66
string
77
default "DNESP32S3-BOX"
88

9+
config BOARD_CONFIG
10+
bool
11+
default y
12+
select ENABLE_AUDIO
13+
select ENABLE_DISPLAY
14+
select PLATFORM_FLASHSIZE_16M
15+
916
config AUDIO_DRIVER_NAME
1017
string "the name of the audio driver"
1118
default "audio_driver"

boards/ESP32/DNESP32S3/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ config BOARD_CHOICE
66
string
77
default "DNESP32S3"
88

9+
config BOARD_CONFIG
10+
bool
11+
default y
12+
select ENABLE_AUDIO
13+
select ENABLE_DISPLAY
14+
select PLATFORM_FLASHSIZE_16M
15+
916
config AUDIO_DRIVER_NAME
1017
string "the name of the audio driver"
1118
default "audio_driver"

boards/ESP32/Kconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,19 @@ config OPERATING_SYSTEM
1919
98 /* RTOS */
2020
3 /* Non-OS */
2121

22+
config PLATFORM_FLASHSIZE_4M
23+
bool
24+
default n
25+
26+
config PLATFORM_FLASHSIZE_8M
27+
bool
28+
default n
29+
30+
config PLATFORM_FLASHSIZE_16M
31+
bool
32+
default n
33+
34+
2235
rsource "./TKL_Kconfig"
2336
rsource "./OS_SERVICE_Kconfig"
2437

boards/ESP32/TKL_Kconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,18 @@ config ENABLE_WATCHDOG
4040
bool
4141
default y
4242

43+
config ENABLE_AUDIO
44+
bool
45+
default n
46+
47+
config ENABLE_VIDEO
48+
bool
49+
default n
50+
51+
config ENABLE_DISPLAY
52+
bool
53+
default n
54+
4355
config LITTLE_END
4456
int
4557
default 1

boards/ESP32/Waveshare-ESP32-S3-Touch-AMOLED-1.8/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ config BOARD_CHOICE
66
string
77
default "Waveshare-ESP32-S3-Touch-AMOLED-1.8"
88

9+
config BOARD_CONFIG
10+
bool
11+
default y
12+
select ENABLE_AUDIO
13+
select ENABLE_DISPLAY
14+
select PLATFORM_FLASHSIZE_16M
15+
916
config AUDIO_DRIVER_NAME
1017
string "the name of the audio driver"
1118
default "audio_driver"

boards/ESP32/bread-compact-wifi/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ config BOARD_CHOICE
66
string
77
default "bread-compact-wifi"
88

9+
config BOARD_CONFIG
10+
bool
11+
default y
12+
select ENABLE_AUDIO
13+
select ENABLE_DISPLAY
14+
select PLATFORM_FLASHSIZE_16M
15+
916
config AUDIO_DRIVER_NAME
1017
string "the name of the audio driver"
1118
default "audio_driver"

0 commit comments

Comments
 (0)