Firmware for the Keithley 615 interface board
  • C 96.2%
  • CMake 3.8%
Find a file
Peter Farley e17b09bcb8 Improve periodic trigger accuracy
Decrease trigger assertion duration
2023-11-04 11:11:34 -05:00
boards/arm/board-stm32g0b1re Disable USB for now 2023-11-03 14:08:37 -05:00
inc Add config for trigger mode 2023-11-03 18:02:50 -05:00
src Improve periodic trigger accuracy 2023-11-04 11:11:34 -05:00
.gitignore Move network code to separate file. 2023-04-02 12:31:03 -05:00
CMakeLists.txt Add partial support for reading data from the 50-pin connector. 2023-04-02 14:12:27 -05:00
LICENSE Testing of W5500 support. 2023-01-22 18:26:47 -06:00
prj.conf Disable USB for now 2023-11-03 14:08:37 -05:00
README.md Add all GPIOs to DTS 2023-03-12 13:54:44 -05:00

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:

source <zephyr dir>/zephyr-env.sh

Build project

west build -p auto -b board-stm32g0b1re .