1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/dist/tests/if_lib
MrKevinWeiss 223ed1a26b doc: Add deprecation warnings for new repos
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.
2018-08-25 10:34:32 +02:00
..
__init__.py
base_device.py doc: Add deprecation warnings for new repos 2018-08-25 10:34:32 +02:00
bpt_if.py dist/tests/if_lib: don't invoke super class __init__ 2018-08-06 09:55:43 +02:00
driver_manager.py dist/tests/if_lib: use '==' for string comparison 2018-08-06 10:19:43 +02:00
dut_shell.py dist/tests/if_lib: don't invoke super class __init__ 2018-08-06 09:55:43 +02:00
ll_shell.py dist/tests/if_lib: don't invoke super class __init__ 2018-08-06 09:55:43 +02:00
README.md doc: Add deprecation warnings for new repos 2018-08-25 10:34:32 +02:00
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