Commit da1b60c2 authored by Federico Vaga's avatar Federico Vaga

Merge tag 'v6.0.0.rc1' into develop

6.0.0 - 2021-09-07
==================
Added
-----
- hdl: configurable auto byte swap in hardware, useful for SVEC to reduce software complexity
- hdl,sw: DMA data is always little-endian
- sw: software version validation against FPGA version
- bld: flawfinder check on software tools

Changed
-------
- sw: offsets are not anymore in uV but they are just raw values

Fixed
-----
- sw: security fixes detected by flawfinder
- sw: fixes detected by checkpatch.pl
- sw: style fixes detected by checkpatch.pl
- sw: improve compatibility with newer ( > 3.10) Linux kernel versions
parents 61de7a69 05bbebf8
......@@ -6,8 +6,8 @@
Changelog
=========
6.0.0 - 2021
============
6.0.0 - 2021-09-07
==================
Added
-----
- hdl: configurable auto byte swap in hardware, useful for SVEC to reduce software complexity
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment