Skip to content

CIAA Firmware 0.6.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@mcerdeiro mcerdeiro released this 11 Aug 02:35

CIAA Firmware Release Notes 0.6.1 (10.08.2015)

List of more important changes:

  • fix ADC driver for EDU-CIAA-NXP: #305
  • correct bug in linker script.
  • Update lpcopen to 2.16: #306
  • add tests of template module: #308
  • fix issue with lpcopne: #310

Complete list of changes

https://github.com/ciaa/Firmware/issues?q=is%3Aissue+milestone%3A%22ciaaFirmware+0.6.1%22+is%3Aclosed

How to get the release?

Important

Do not use the github links Source code (zip) or Source code (tar.gz) the project uses git submodules and github does not support this feature so you will not get the files from submodules.

You may want to download from this page the Firmware_.zip or Firmware_.tar.gz file or using the following git commands:

git clone --recursive https://github.com/ciaa/Firmware.git
cd Firmware
git checkout tags/0.6.1
git submodules update