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