Merge pull request #9839 from MrKevinWeiss/pr/doc/repoupdate

doc: Add deprecation warnings for new repos
This commit is contained in:
Martine Lenders 2018-09-25 23:15:07 +02:00 committed by GitHub
commit 442df8227b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 0 deletions

View File

@ -6,3 +6,5 @@ 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*

View File

@ -15,6 +15,7 @@ class BaseDevice:
"""Instance for devices to connect and untilize drivers."""
def __init__(self, *args, **kwargs):
logging.warning("deprecated, moving library to RIOT-OS/if_lib")
self._driver = driver_manager.driver_from_config(*args, **kwargs)
def close(self):

View File

@ -1,3 +1,5 @@
*deprecated: BPT is renamed to PHiLIP, more information found [here](https://github.com/MrKevinWeiss/PHiLIP)*
How To Run
==========
Connect the DUT (device under test) I2C0 to the BPT (bluepill tester). Information for BPT setup can be found [here](https://github.com/MrKevinWeiss/Testing).

View File

@ -1,3 +1,5 @@
*deprecated: BPT is renamed to PHiLIP, more information found [here](https://github.com/MrKevinWeiss/PHiLIP)*
How To Run
==========
Connect the DUT (device under test) UART6 to the BPT (bluepill tester).