Skip to content

Commit 8207890

Browse files
committed
added tools for esp32
1 parent 45ea196 commit 8207890

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nerves_defconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,3 +220,8 @@ BR2_PACKAGE_CVITEKCONFIG_ALLOCATE_ISP_HEAP=8
220220
# Needed for newer nerves system
221221
BR2_PACKAGE_RNG_TOOLS=y
222222
BR2_PACKAGE_NERVES_CONFIG_ACCEPT_RNG_NOTICE=y
223+
224+
# Used to interact with ESP32 boards
225+
BR2_PACKAGE_PYTHON3=y
226+
BR2_PACKAGE_PYTHON_ESPTOOL=y
227+
BR2_PACKAGE_PYTHON_SERIAL=y

0 commit comments

Comments
 (0)