2021-09-16 10:48:03 -04:00
|
|
|
# Python package requirements for ESP-IDF. These are the so called core features which are installed in all systems.
|
|
|
|
|
|
|
|
setuptools
|
2023-06-27 10:07:23 -04:00
|
|
|
packaging
|
|
|
|
# importlib_metadata: is part of python3.8 and newer as importlib.metadata
|
|
|
|
importlib_metadata; python_version < "3.8"
|
2021-09-16 10:48:03 -04:00
|
|
|
click
|
|
|
|
pyserial
|
|
|
|
cryptography
|
|
|
|
pyparsing
|
|
|
|
pyelftools
|
|
|
|
idf-component-manager
|
2022-02-17 02:27:34 -05:00
|
|
|
esp-coredump
|
2022-04-08 10:26:36 -04:00
|
|
|
esptool
|
2022-09-28 11:59:32 -04:00
|
|
|
esp-idf-kconfig
|
2023-01-16 07:44:37 -05:00
|
|
|
esp-idf-monitor
|
2023-03-27 13:40:33 -04:00
|
|
|
esp-idf-size
|
2023-08-09 07:15:18 -04:00
|
|
|
esp-idf-panic-decoder
|
2023-09-21 10:32:39 -04:00
|
|
|
pyclang
|
2023-12-04 02:59:41 -05:00
|
|
|
construct
|
2022-03-23 13:18:02 -04:00
|
|
|
|
|
|
|
# gdb extensions dependencies
|
|
|
|
freertos_gdb
|