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
|
|
|
|
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
|
2022-09-28 17:59:32 +02:00
|
|
|
esp-idf-kconfig
|
2023-01-16 13:44:37 +01:00
|
|
|
esp-idf-monitor
|
2023-03-27 19:40:33 +02:00
|
|
|
esp-idf-size
|
2023-08-09 13:15:18 +02:00
|
|
|
esp-idf-panic-decoder
|
2023-09-21 16:32:39 +02:00
|
|
|
pyclang
|
2022-03-23 21:18:02 +04:00
|
|
|
|
|
|
|
# gdb extensions dependencies
|
|
|
|
freertos_gdb
|