Skip to content

Commit db36df7

Browse files
committed
rename to openlabctrl
1 parent 80b2aff commit db36df7

36 files changed

Lines changed: 87 additions & 87 deletions

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Redpitaya-IO-Sync
1+
# OpenLabCtrl
22
Library for Synchronous and Deterministic Control of Red Pitaya's Digital and Analog IOs.
33

44
## Features:
@@ -42,18 +42,18 @@ Please install the Zynq TCP Control library (TCP-based control utilities for ZYN
4242
### This Library
4343
* Clone the Zynq TCP Control repository:
4444
```
45-
git clone https://github.com/dspsandbox/Redpitaya-IO-Sync/tree/main
45+
git clone https://github.com/dspsandbox/openlabctrl/tree/main
4646
```
4747
4848
* Navigate to the python lib and install via pip3 (-e for editable install):
4949
```
50-
cd redpitaya-io-sync
50+
cd openlabctrl
5151
python3 -m pip install --upgrade pip setuptools wheel
5252
pip3 install -e .
5353
```
5454
5555
## Documentation
56-
See [Pyhton API Reference](https://dspsandbox.github.io/Redpitaya-IO-Sync/) (latest version).
56+
See [Pyhton API Reference](https://dspsandbox.github.io/openlabctrl/) (latest version).
5757
5858
## Examples
5959
|Notebook | Description|
@@ -72,7 +72,7 @@ See [Pyhton API Reference](https://dspsandbox.github.io/Redpitaya-IO-Sync/) (lat
7272
![](https://redpitaya.readthedocs.io/en/latest/_images/Red_Pitaya_pinout.jpg)
7373
7474
75-
|IO Name (Redpitaya-IO-Sync library) | Pin Name (see diagram above) | Description|
75+
|IO Name (OpenLabCtrl library) | Pin Name (see diagram above) | Description|
7676
|-|-|-|
7777
led[0-7] | LED_0-7 | User LEDs
7878
digital_io_0[0] | DIO0_P (trig ext) | Digital IO (3.3V)

doc/api/device.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ Device
33

44
RP Base
55
---------------
6-
.. autoclass:: redpitaya_io_sync.device.rp_base.Rp_base
6+
.. autoclass:: openlabctrl.device.rp_base.Rp_base
77
:members:
88
:undoc-members:
99
:inherited-members:
1010
:exclude-members: MMAP_DICT, ADDR_DICT, BITSTREAM
1111

1212
RP 125-14 Base
1313
---------------
14-
.. autoclass:: redpitaya_io_sync.device.rp_125_14.Rp_125_14
14+
.. autoclass:: openlabctrl.device.rp_125_14.Rp_125_14
1515
:members:
1616
:undoc-members:
1717
:inherited-members:
@@ -21,7 +21,7 @@ RP 125-14 Base
2121
RP 125-14 Z7010
2222
---------------
2323

24-
.. autoclass:: redpitaya_io_sync.device.Rp_125_14_Z7010
24+
.. autoclass:: openlabctrl.device.Rp_125_14_Z7010
2525
:members:
2626
:undoc-members:
2727
:inherited-members:
@@ -31,7 +31,7 @@ RP 125-14 Z7010
3131

3232
RP 125-14 Z7020
3333
---------------
34-
.. autoclass:: redpitaya_io_sync.device.Rp_125_14_Z7020
34+
.. autoclass:: openlabctrl.device.Rp_125_14_Z7020
3535
:members:
3636
:undoc-members:
3737
:inherited-members:

doc/api/frame.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ Frame
44
Trigger Source
55
--------------
66

7-
.. autoclass:: redpitaya_io_sync.io.sync.TriggerSource
7+
.. autoclass:: openlabctrl.io.sync.TriggerSource
88
:members:
99
:undoc-members:
1010

1111

1212
Frame Classes
1313
-------------
1414

15-
.. autoclass:: redpitaya_io_sync.frame.IoSyncFrame
15+
.. autoclass:: openlabctrl.frame.IoSyncFrame
1616
:members:
1717
:undoc-members:
1818
:inherited-members:
1919

20-
.. autoclass:: redpitaya_io_sync.frame.ParametrizedIoSyncFrame
20+
.. autoclass:: openlabctrl.frame.ParametrizedIoSyncFrame
2121
:members:
2222
:undoc-members:
2323
:inherited-members:

doc/api/io.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ IO
33

44
`Link`_ to IOs and pin mapping for Red Pitaya 125-14 devices.
55

6-
.. _Link: https://github.com/dspsandbox/Redpitaya-IO-Sync#ios--pin-mapping
6+
.. _Link: https://github.com/dspsandbox/openlabctrl#ios--pin-mapping
77

88
Base IO
99
-------
1010

11-
.. autoclass:: redpitaya_io_sync.io.base.BaseIo
11+
.. autoclass:: openlabctrl.io.base.BaseIo
1212
:members:
1313
:undoc-members:
1414
:inherited-members:
@@ -17,7 +17,7 @@ Base IO
1717
Digital
1818
-------
1919

20-
.. autoclass:: redpitaya_io_sync.io.digital.DigitalIo
20+
.. autoclass:: openlabctrl.io.digital.DigitalIo
2121
:members:
2222
:undoc-members:
2323
:inherited-members:
@@ -26,7 +26,7 @@ Digital
2626
Analog
2727
------
2828

29-
.. autoclass:: redpitaya_io_sync.io.analog.AnalogOut
29+
.. autoclass:: openlabctrl.io.analog.AnalogOut
3030
:members:
3131
:undoc-members:
3232
:inherited-members:
@@ -35,13 +35,13 @@ Analog
3535
RF
3636
---
3737

38-
.. autoclass:: redpitaya_io_sync.io.rf.RfBase
38+
.. autoclass:: openlabctrl.io.rf.RfBase
3939
:members:
4040
:undoc-members:
4141
:inherited-members:
4242
:show-inheritance:
4343

44-
.. autoclass:: redpitaya_io_sync.io.rf.RfOut
44+
.. autoclass:: openlabctrl.io.rf.RfOut
4545
:members:
4646
:undoc-members:
4747
:inherited-members:
@@ -50,12 +50,12 @@ RF
5050
Scope (Digital, Analog, RF acquisition)
5151
---------------------------------------
5252

53-
.. autoclass:: redpitaya_io_sync.io.scope.ScopeSource
53+
.. autoclass:: openlabctrl.io.scope.ScopeSource
5454
:members:
5555
:undoc-members:
5656

5757

58-
.. autoclass:: redpitaya_io_sync.io.scope.Scope
58+
.. autoclass:: openlabctrl.io.scope.Scope
5959
:members:
6060
:undoc-members:
6161
:inherited-members:
@@ -64,7 +64,7 @@ Scope (Digital, Analog, RF acquisition)
6464
LED
6565
---
6666

67-
.. autoclass:: redpitaya_io_sync.io.led.Led
67+
.. autoclass:: openlabctrl.io.led.Led
6868
:members:
6969
:undoc-members:
7070
:inherited-members:

doc/api/sequence.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Sequence
22
========
33

4-
.. autoclass:: redpitaya_io_sync.sequence.IoSequence
4+
.. autoclass:: openlabctrl.sequence.IoSequence
55
:members:
66
:undoc-members:
77
:show-inheritance:

doc/api/serial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Serial
44
SPI
55
---
66

7-
.. autoclass:: redpitaya_io_sync.serial.spi.SPI
7+
.. autoclass:: openlabctrl.serial.spi.SPI
88
:members:
99
:undoc-members:
1010

1111
UART
1212
----
1313

14-
.. autoclass:: redpitaya_io_sync.serial.uart.UART
14+
.. autoclass:: openlabctrl.serial.uart.UART
1515
:members:
1616
:undoc-members:

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,6 @@ def _patched_add_content(self, more_content):
236236
}
237237

238238
html_theme = "furo"
239-
html_title = f"{project} {release}"
239+
html_title = f"OpenLabCtrl {release}"
240240

241241
exclude_patterns = ["_build"]

driver/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=64", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "redpitaya_io_sync"
6+
name = "openlabctrl"
77
version = "1.0.0"
88
authors = [
99
{name = "Pau Gómez", email = "pau.gomez@dspsandbox.org"},
@@ -19,4 +19,4 @@ package-dir = {"" = "src"}
1919
where = ["src"]
2020

2121
[tool.setuptools.package-data]
22-
redpitaya_io_sync = ["bitstream/*.bit"]
22+
openlabctrl = ["bitstream/*.bit"]

driver/src/redpitaya_io_sync/bitstream/io_sync_rp_125_14_z7010.bit renamed to driver/src/openlabctrl/bitstream/openlabctrl_rp_125_14_z7010.bit

File renamed without changes.

0 commit comments

Comments
 (0)