Skip to content

Commit a728960

Browse files
committed
feat(board): add configuration for ignoring board in Kconfig
1 parent a7131d3 commit a728960

File tree

54 files changed

+787
-1253
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+787
-1253
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
* feat(lcd): add LCD controller JD9365 @Y1hsiaochunnn (#123)
88
* feat(board): add board Waveshare ESP32-P4-NANO @Y1hsiaochunnn (#123)
9+
* feat(board): add configuration for ignoring board in Kconfig
910

1011
## v0.2.0 - 2024-11-08
1112

src/board/Kconfig.board

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
menu "Board"
22
choice
33
prompt "Select the board type"
4-
default ESP_PANEL_USE_SUPPORTED_BOARD
4+
default ESP_PANEL_IGNORE_BOARD
5+
6+
config ESP_PANEL_IGNORE_BOARD
7+
bool "None"
8+
help
9+
Enable this option if you are not using a board.
510

611
config ESP_PANEL_USE_SUPPORTED_BOARD
712
bool "Supported board"

0 commit comments

Comments
 (0)