From 9472f79a8d4eb12234c8e549de5eae1be1b3b808 Mon Sep 17 00:00:00 2001 From: John Medland Date: Sat, 31 Jan 2026 22:41:52 +0000 Subject: [PATCH 1/2] Enhance README with release link and video --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b059eff..4094047 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,19 @@ # cti-firmware Microcontroller firmware with simulation modes +> [!TIP] +> You can download the pre-built firmware from the [Github Releases Page](../../releases/latest) +> +> Expand the "Assets" under a release to obtain the `.uf2` file + [Documentation](./docs/readme.md) ## Building -The CTI firmware is designed to handle a myriad of target devices and toolchains. As such, a build needs to be run for a specific platform and optionally for a specific board. Optionally, firmware for a specific operating mode can be built so look in the readme for a specific platform for available options and boards. \ No newline at end of file +The CTI firmware is designed to handle a myriad of target devices and toolchains. As such, a build needs to be run for a specific platform and optionally for a specific board. Optionally, firmware for a specific operating mode can be built so look in the readme for a specific platform for available options and boards. + +### Setting & Build (Windows) + +Norm Kirchner has created a video to guide you through the setup and build process + +[![Norm Kirchner on YouTube "Building Firmware for Pico RP2040 for the LabVIEW Community Training Initiative CTI"](https://img.youtube.com/vi/3A7etm1dq8Q/0.jpg)](https://www.youtube.com/watch?v=3A7etm1dq8Q) From 4bc6cd2c3f7afa823f5bd4513549e7bb7ecb6cae Mon Sep 17 00:00:00 2001 From: John Medland Date: Sat, 31 Jan 2026 22:46:33 +0000 Subject: [PATCH 2/2] Give documentation link its own heading --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4094047..f6968ff 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ Microcontroller firmware with simulation modes > > Expand the "Assets" under a release to obtain the `.uf2` file -[Documentation](./docs/readme.md) +## Documentation + +Checkout the documentation for the firmware [here](./docs/readme.md). ## Building