Fix 10799 (#10819)
* Document that src/mesh/generated is auto-generated and must not be edited * Fix esp32s2 build by enabling native USB CDC, add S2 to check matrix (#10799)
This commit is contained in:
co-authored by
GitHub
parent
87bb149afb
commit
3edc89d087
@@ -16,6 +16,9 @@ build_flags =
|
||||
|
||||
custom_sdkconfig =
|
||||
${esp32_common.custom_sdkconfig}
|
||||
; ESP32-S2 has no USB-Serial-JTAG peripheral (issue #10799)
|
||||
CONFIG_TINYUSB_ENABLED=y
|
||||
CONFIG_TINYUSB_CDC_ENABLED=y
|
||||
|
||||
lib_ignore =
|
||||
${esp32_common.lib_ignore}
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
extends = esp32s2_base
|
||||
board = lolin_s2_mini
|
||||
board_level = extra
|
||||
board_check = true
|
||||
build_flags =
|
||||
${esp32s2_base.build_flags}
|
||||
-D PRIVATE_HW
|
||||
|
||||
Reference in New Issue
Block a user