Skip to content

CIAA Firmware 0.3.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@mcerdeiro mcerdeiro released this 09 Dec 21:01

CIAA Firmware Release Notes 0.3.0-rc1 (09.12.2014)

This is the rc1 (release candidate 1). The official release will be the 0.3.0

List of more importan changes:

  • 3 new examples and rework of the original ones:
    • adc_dac: example to show how to use the ADC and DAC drivers
    • blinking_echo: this examples was called blinking in the first release
    • blinking: is a minimalist examples using only the rtos
    • blinking_lwip: example using lwip
    • blinking_modbus: has been adapted to the new modbus interface
  • Modbus module has been complete reworked, and is not more backwards compatible. :(
  • RTOS has been improved and is running in mac/win/linux with the same port.
  • RTOS tests have been imporved and can be executed automaticall running "make rtostests"
  • RTOS tests are passed in win/linux/CIAA-EDU/CIAA-NXP
  • Multiple RTOS issues/errors have been fixed.
  • makefile has been reworked: now supports dependencies to header files and object files are stored in out/obj.
  • first scripts for continuous integration has bene written (make ci)

Complete list of changes

Can be found in https://github.com/ciaa/Firmware/issues?q=is%3Aissue+milestone%3A%22ciaaFirmware+0.3.0%22+is%3Aclosed.

How to download using git?

Use the following 2 commands:

git clone https://github.com/ciaa/Firmware.git
git checkout tags/0.3.0-rc1