2021-09-16 16:48:03 +02:00
|
|
|
# Python package requirements for ESP-IDF. These are the so called core features which are installed in all systems.
|
|
|
|
|
|
|
|
setuptools
|
2023-06-27 16:07:23 +02:00
|
|
|
packaging
|
|
|
|
# importlib_metadata: is part of python3.8 and newer as importlib.metadata
|
|
|
|
importlib_metadata; python_version < "3.8"
|
2021-09-16 16:48:03 +02:00
|
|
|
click
|
|
|
|
pyserial
|
|
|
|
future
|
|
|
|
cryptography
|
|
|
|
pyparsing
|
|
|
|
pyelftools
|
|
|
|
idf-component-manager
|
2022-02-17 15:27:34 +08:00
|
|
|
esp-coredump
|
2022-04-08 16:26:36 +02:00
|
|
|
esptool
|
2023-12-04 08:59:41 +01:00
|
|
|
construct
|
2021-09-16 16:48:03 +02:00
|
|
|
|
|
|
|
# kconfig and menuconfig dependencies
|
|
|
|
kconfiglib
|
|
|
|
windows-curses; sys_platform == 'win32'
|
2022-03-23 21:18:02 +04:00
|
|
|
|
|
|
|
# gdb extensions dependencies
|
|
|
|
freertos_gdb
|