File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 31
31
shell : bash
32
32
- name : Prepare default sdkconfig
33
33
run : |
34
- cp sdkconfig.defaults sdkconfig
34
+ cidef="sdkconfig.ci.${{ matrix.target }}"; [ -e "$cidef" ] && cat "$cidef" >> " sdkconfig.defaults.${{ matrix.target }}" || true
35
35
shell : bash
36
36
- name : Update config for Lua 5.1
37
37
if : ${{ matrix.lua_ver == '5.1' }}
Original file line number Diff line number Diff line change
1
+ CONFIG_USJ_ENABLE_USB_SERIAL_JTAG=y
2
+ # CONFIG_ESP_CONSOLE_UART_DEFAULT is not set
3
+ CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=y
4
+ # CONFIG_ESP_CONSOLE_UART_CUSTOM is not set
5
+ # CONFIG_ESP_CONSOLE_NONE is not set
6
+ CONFIG_ESP_CONSOLE_SECONDARY_NONE=y
7
+ CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED=y
Original file line number Diff line number Diff line change
1
+ # CONFIG_ESP_CONSOLE_UART_DEFAULT is not set
2
+ CONFIG_ESP_CONSOLE_USB_CDC=y
3
+ # CONFIG_ESP_CONSOLE_UART_CUSTOM is not set
4
+ # CONFIG_ESP_CONSOLE_NONE is not set
5
+ CONFIG_ESP_CONSOLE_USB_CDC_RX_BUF_SIZE=512
6
+
You can’t perform that action at this time.
0 commit comments