Skip to content

CIAA Firmware 0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mcerdeiro mcerdeiro released this 13 Dec 17:41

CIAA Firmware Release Notes 0.3.0 (14.12.2014)

List of more important 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 improved and can be executed automatically 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 been 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