https://github.com/farlepet/keithley-615-net-fw
Firmware for custom network board designed for the Keithley 615 electrometer
https://github.com/farlepet/keithley-615-net-fw
Last synced: 3 months ago
JSON representation
Firmware for custom network board designed for the Keithley 615 electrometer
- Host: GitHub
- URL: https://github.com/farlepet/keithley-615-net-fw
- Owner: farlepet
- License: mit
- Created: 2023-01-23T00:29:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-04T16:18:17.000Z (over 1 year ago)
- Last Synced: 2025-01-11T22:20:52.992Z (4 months ago)
- Language: C
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Keithley 615 Network Interface Board FW
=======================================This repository contains the FW that is designed to run on the (WIP) custom network
interface board that can be found in https://github.com/farlepet/keithley-615-printer-boardsMore details to come as work progresses.
Building
--------TODO: Add details on setting up Zephyr
Source zephyr script:
```bash
source /zephyr-env.sh
```Build project
```bash
west build -p auto -b board-stm32g0b1re .
```