Skip to content
Snippets Groups Projects
Commit 6284f459 authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Update README.markdown to detail automatic builds.

parent a27c1e47
Branches
Tags 1.0.3
No related merge requests found
Pipeline #51 passed with stage
......@@ -24,7 +24,7 @@ Its main functions are to communicate instructions and data with a computer over
The software that runs on the microcontroller is known as firmware and is written in plain C using many parts of Atmel's ASF framework.
# Building from source
Precompiled binaries of the firmware are [available](http://microfluidics.utoronto.ca/gitlab/dstat/dstat-firmware/repository/archive.zip?ref=release%2F1.0) in the `release` branch, but these may not contain the latest changes to the source.
Precompiled binaries of the firmware are [available](http://microfluidics.utoronto.ca/gitlab/dstat/dstat-firmware/builds) from the automated build system (click the download button for the desired build) and can be uploaded using [avrdude](http://www.nongnu.org/avrdude/) or Atmel Studio.
The most up to date [code](http://microfluidics.utoronto.ca/gitlab/dstat/dstat-firmware/repository/archive.zip?ref=develop) can be found in the `develop` branch and must be compiled before it can be loaded onto the microcontroller.
## Build requirements
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment