13 lines
276 B
Plaintext
13 lines
276 B
Plaintext
|
# RUN-TEST: required to do run time tests of zephyr
|
||
|
#
|
||
|
# things used by sanitycheck or related in run time testing
|
||
|
|
||
|
# used to connect to boards for console IO
|
||
|
pyserial
|
||
|
|
||
|
# used to flash & debug various boards
|
||
|
pyocd>=0.24.0
|
||
|
|
||
|
# used by sanitycheck for board/hardware map
|
||
|
tabulate
|