CIAA Firmware 0.4.1
Pre-release
Pre-release
CIAA Firmware Release Notes 0.4.1 (14.04.2015)
Bugfixes
- correct make help
List of more important changes:
- Implement modbus master
- Implement memset and memcmp posix functionality
- Implement block device support
- Port to CIAA-FLS (GPIO, ADC, UART low level drivers added. POSIX GPIO driver implemented).
- Port to EDU-CIAA-NXP
- RTOS tests are passed in win/linux/EDU-CIAA-NXP/CIAA-NXP/CIAA-FSL
- Improve directory structure
Complete list of changes
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.4.1
git submodules update