Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
orgua committed Feb 18, 2024
1 parent b533ad7 commit c6afe2c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 10 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ repos:
- id: check-executables-have-shebangs
- id: check-json
- id: check-merge-conflict
- id: check-shebang-scripts-are-executable
- id: check-symlinks
- id: check-toml
# - id: check-vcs-permalinks
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@

**Testbed-Webinterface**: <https://shepherd.cfaed.tu-dresden.de>

**Python-Modules for Users**: <https://github.com/orgua/shepherd-datalib>

**Documentation**: <https://orgua.github.io/shepherd>

**Main Project**: <https://github.com/orgua/shepherd>

**Python-Modules for Users**: <https://github.com/orgua/shepherd-datalib>

**Target-HW & -SW**: <https://github.com/orgua/shepherd-targets>

**Testbed-Webservice**: <https://github.com/orgua/shepherd_webservice>
**Webservice-Repo**: <https://github.com/orgua/shepherd_webservice>

**Dev-Documentation**: <https://github.com/orgua/shepherd_v2_planning>

Expand Down
2 changes: 1 addition & 1 deletion docs/external/shepherd_targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

---

The repository contains a collection of target-hardware and mcu-firmwares used by the shepherd-testbed. In the past shepherd had a nRF52-only target but can now leverage an additional FRAM, as demonstrated successfully by the
The repository contains a collection of target-hardware and mcu-firmwares used by the shepherd-testbed. In the past shepherd had a nRF52-only target but can now leverage an additional FRAM, as demonstrated successfully by the
[Riotee-Platform](https://www.riotee.nessie-circuits.de).

**NOTE**: The shepherd testbed has a second target-port (unused) and is looking for ideas. Just contact us.
Expand Down
2 changes: 1 addition & 1 deletion docs/timesync/3_measurement.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

**Note for RPi CM4**

Changing the governor to `performance` does not always work during boot, please check. At least the ptp-server is mostly stuck on `ondemand`.
Changing the governor to `performance` does not always work during boot, please check. At least the ptp-server is mostly stuck on `ondemand`.

```Shell
# check
Expand Down
4 changes: 2 additions & 2 deletions docs/user/calibration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Similarly, for emulation, we need to map physical voltage and current values to
This mapping is assumed to be linear.
For example, to convert a raw value :math:`v_{raw}` to its physical equivalent :math:`v_{physical}`:

```{math}
```{math}
v_{physical} = v_{binary} \cdot gain + offset
```

There are two "channels" and two "variables": harvesting and emulation, each with voltage and current.
There are two "channels" and two "variables": harvesting and emulation, each with voltage and current.
When storing recorded data, these values are stored together with the raw data.

The *gain* and *offset* values can be derived from nominal hardware configuration.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -364,4 +364,3 @@ ERROR -- Convergence problem in transient bias point calculation


Total job time (using Solver 1) = 78.36

2 changes: 1 addition & 1 deletion software/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A collection of components and subprojects needed for the testbed. Bold items ar
- **`firmware`**: time-critical gpio-sampling and emulation of virtual power source in PRUs of BeagleBone
- `gps-overlay`: kernel-module to allow syncing time via GPS
- **`kernel-module`**: low level system interface in between sheep-software (python) and PRUs
- `openocd`: (semi-deprecated) configuration for programming targets via openOCD
- `openocd`: (semi-deprecated) configuration for programming targets via openOCD
- `pps-gmtimer`: kernel-module to sync to a pps-time-signal
- **`python-package`**: sheep-software running on the beaglebone
- `shepherd-calibration`: python-software to calibrate the cape using a Keithley Sourcemeter
Expand Down

0 comments on commit c6afe2c

Please sign in to comment.