2020-02-07 21:58:00 +01:00
|
|
|
# BASE: required to build or create images with zephyr
|
|
|
|
#
|
|
|
|
# While technically west isn't required it's considered in base since it's
|
|
|
|
# part of the recommended workflow
|
|
|
|
|
|
|
|
# used by various build scripts
|
2020-07-22 21:43:41 +02:00
|
|
|
pyelftools>=0.26
|
2020-02-07 21:58:00 +01:00
|
|
|
|
|
|
|
# used by dts generation to parse binding YAMLs, also used by
|
2021-01-12 01:01:45 +01:00
|
|
|
# twister to parse YAMLs, by west, zephyr_module,...
|
2020-02-07 21:58:00 +01:00
|
|
|
PyYAML>=5.1
|
|
|
|
|
2021-01-12 01:01:45 +01:00
|
|
|
# YAML validation. Used by zephyr_module.
|
|
|
|
pykwalify
|
|
|
|
|
2020-02-07 21:58:00 +01:00
|
|
|
# used by west_commands
|
2020-03-08 21:48:48 +01:00
|
|
|
canopen
|
2020-02-07 21:58:00 +01:00
|
|
|
packaging
|
2020-03-08 21:48:48 +01:00
|
|
|
progress
|
2020-10-08 19:59:39 +02:00
|
|
|
psutil
|
2021-05-03 21:49:47 +02:00
|
|
|
pylink-square
|
2020-02-07 21:58:00 +01:00
|
|
|
|
2020-08-14 21:46:09 +02:00
|
|
|
# for ram/rom reports
|
|
|
|
anytree
|
|
|
|
|
2020-02-07 21:58:00 +01:00
|
|
|
# intelhex used by mergehex.py
|
|
|
|
intelhex
|
|
|
|
|
|
|
|
# it's west
|
2021-05-11 17:40:05 +02:00
|
|
|
west>=0.10.1
|
2020-02-07 21:58:00 +01:00
|
|
|
|
|
|
|
# used for windows based 'menuconfig'
|
|
|
|
# "win32" is used for 64-bit Windows as well
|
|
|
|
windows-curses; sys_platform == "win32"
|