mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
223ed1a26b
This PR add deprication warning to notify anyone using the if_lib files that it is being removed from RIOT repo and making it's own repo (RIOT-OS/lib_if). This is intended to help wil modularization since it is not only being used within RIOT but in other areas as well. README files are updated to indicate the change and if the if_lib is used it will throw a warning indicating the deprecation. |
||
---|---|---|
.. | ||
__init__.py | ||
base_device.py | ||
bpt_if.py | ||
driver_manager.py | ||
dut_shell.py | ||
ll_shell.py | ||
README.md | ||
riot_driver.py | ||
serial_driver.py |
Test Simulator Interface Library
Introduction
This library provides a Python interface to the test simulator board using a serial link.
Moving out of RIOT to RIOT-OS/lib_if repo