File tree Expand file tree Collapse file tree
Waveshare-ESP32-S3-Touch-AMOLED-1.8 Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
916config AUDIO_DRIVER_NAME
1017 string "the name of the audio driver"
1118 default "audio_driver"
Original file line number Diff line number Diff 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+
916config AUDIO_DRIVER_NAME
1017 string "the name of the audio driver"
1118 default "audio_driver"
Original file line number Diff line number Diff 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+
2235rsource "./TKL_Kconfig"
2336rsource "./OS_SERVICE_Kconfig"
2437
Original file line number Diff line number Diff 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+
4355config LITTLE_END
4456 int
4557 default 1
Original file line number Diff line number Diff 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+
916config AUDIO_DRIVER_NAME
1017 string "the name of the audio driver"
1118 default "audio_driver"
Original file line number Diff line number Diff 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+
916config AUDIO_DRIVER_NAME
1017 string "the name of the audio driver"
1118 default "audio_driver"
You can’t perform that action at this time.
0 commit comments