Skip to content

Commit 43566de

Browse files
committed
allow inclusion of board while blocking build files
1 parent 6c3b9b6 commit 43566de

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

ports/espressif/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# idf.py menuconfig
2-
sdkconfig*
2+
./sdkconfig*
33

44
# lock files for examples and components
55
dependencies.lock
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
CONFIG_ESP32_ECO3_CACHE_LOCK_FIX=y
2+
CONFIG_ESP32_SPIRAM_SUPPORT=n
3+
4+
# Uncomment (remove ###) to send ESP_LOG output to TX/RX pins
5+
### #
6+
### # ESP System Settings
7+
### #
8+
### CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT=y
9+
### # CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT is not set
10+
### CONFIG_ESP_CONSOLE_UART_CUSTOM=y
11+
### CONFIG_ESP_CONSOLE_NONE is not set
12+
### CONFIG_ESP_CONSOLE_UART=y
13+
### CONFIG_ESP_CONSOLE_UART_CUSTOM_NUM_0=y
14+
### # CONFIG_ESP_CONSOLE_UART_CUSTOM_NUM_1 is not set
15+
### CONFIG_ESP_CONSOLE_UART_NUM=0
16+
### CONFIG_ESP_CONSOLE_UART_TX_GPIO=17
17+
### CONFIG_ESP_CONSOLE_UART_RX_GPIO=16
18+
### CONFIG_ESP_CONSOLE_UART_BAUDRATE=115200
19+
### # CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_5 is not set
20+
### # end of ESP System Settings

0 commit comments

Comments
 (0)