An open API service indexing awesome lists of open source software.

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

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-boards

More 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 .
```