2020-02-08 04:58:00 +08: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-23 03:43:41 +08:00
|
|
|
pyelftools>=0.26
|
2020-02-08 04:58:00 +08:00
|
|
|
|
|
|
|
# used by dts generation to parse binding YAMLs, also used by
|
2021-01-12 08:01:45 +08:00
|
|
|
# twister to parse YAMLs, by west, zephyr_module,...
|
2020-02-08 04:58:00 +08:00
|
|
|
PyYAML>=5.1
|
|
|
|
|
2021-01-12 08:01:45 +08:00
|
|
|
# YAML validation. Used by zephyr_module.
|
|
|
|
pykwalify
|
|
|
|
|
2020-02-08 04:58:00 +08:00
|
|
|
# used by west_commands
|
2020-03-09 04:48:48 +08:00
|
|
|
canopen
|
2020-02-08 04:58:00 +08:00
|
|
|
packaging
|
2020-03-09 04:48:48 +08:00
|
|
|
progress
|
2020-10-09 01:59:39 +08:00
|
|
|
psutil
|
2021-04-29 06:03:17 +08:00
|
|
|
pylink
|
2020-02-08 04:58:00 +08:00
|
|
|
|
2020-08-15 03:46:09 +08:00
|
|
|
# for ram/rom reports
|
|
|
|
anytree
|
|
|
|
|
2020-02-08 04:58:00 +08:00
|
|
|
# intelhex used by mergehex.py
|
|
|
|
intelhex
|
|
|
|
|
|
|
|
# it's west
|
2020-03-21 02:01:03 +08:00
|
|
|
west>=0.7.2
|
2020-02-08 04:58:00 +08:00
|
|
|
|
|
|
|
# used for windows based 'menuconfig'
|
|
|
|
# "win32" is used for 64-bit Windows as well
|
|
|
|
windows-curses; sys_platform == "win32"
|