Skip to content

CIAA Firmware 0.7.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@mcerdeiro mcerdeiro released this 20 Sep 19:47
· 2 commits to release/0.7.0-alpha since this release

CIAA Firmware Release Notes 0.7.0-alpha (20.09.2015)

List of more important changes:

  • dio driver improved #333
  • added LPCOpen for Cortex-M0 #326
  • modbus into submodule #311
  • improve modbus and examples #313 #318 #319 #320 #321 #327 #330 #331 #332
  • add prefix ciaaPOSIX_ in macros O_NONBLOCK, O_RDWR, O_WRONLY and O_RDONLY #179
  • add make report to generating a report to ask for support #312
  • Migration Freescale support to KSDK 1.2 #342
  • Reimplementation of FSL DIO driver using only HAL layer or KSDK #342
  • Implementation of FSL UART driver full operative without FIFO support #235
  • Change in openocd configuration to avoid problems with Kinetis security #336
  • Unification of debug in x86 and targets with make debug command #336

Complete list of changes

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