Skip to content

CIAA Firmware Upa 1.0.0 LTS

Latest
Compare
Choose a tag to compare
@mcerdeiro mcerdeiro released this 23 Dec 08:27
· 348 commits to master since this release

Release Notes CIAA Firmware Upa 1.0.0 LTS (23.12.2015)

List of more important changes:

  • #324 and #323 implement a master/slave system test with 2 CIAAs, actually only an initial version is provided.
  • #322 implement a first ioboard test.
  • #327 rename blinking_modbus to blinking_modbus_slave
  • #319 rename configuration files to _Cfg.h
  • #318 fix wrong integer handling in modbus.
  • Add support for the tool coverity to perform static checks
  • #325 blinking_modbus is now called blinking_modbus_slave
  • Improve readme
  • #312 create a report make rule to provide user support
  • Implementation of RTCS Library
  • Implementation of matrix calculation library
  • Extend the RTOS to be multicore
  • #235 implement POSIX UART Drivers for FSL
  • Improve rtostests to run in RAM.

Complete list of changes

https://github.com/ciaa/Firmware/issues?q=is%3Aissue+milestone%3A%22ciaaFirmware+1.0.0%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/1.0.0
git submodule update