1.11.0 release
[551644] Fixed several issues in posix serial layer

This fix contains:
  - build issues and dependencies
  - correctly opening the serial port and putting the layer into the
    correct state
  - Mutex protected the receive buffer
  - Bigger default size of the receive buffer

Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=551644
Change-Id: I578e568bac984e97d102e9e697e374c769052bde
Signed-off-by: Alois Zoitl <alois.zoitl@gmx.at>
4 files changed
tree: f4e6dc88f7e458b98da9a8d214820325a9b0d184
  1. .settings/
  2. .tito/
  3. buildsupport/
  4. doc/
  5. src/
  6. systemd/
  7. systemtests/
  8. tests/
  9. .cproject
  10. .gitignore
  11. .gitreview
  12. .project
  13. 4diac-forte.spec
  14. about.html
  15. CMakeLists.txt
  16. Doxyfile
  17. epl-2.0.html
  18. forte_config.h.in
  19. fortestyle.xml
  20. notice.html
  21. README.md
  22. setup_digime74.sh
  23. setup_lmsEv3.sh
  24. setup_phycoreat91.sh
  25. setup_plcnext.sh
  26. setup_posix-ppc.sh
  27. setup_posix.sh
README.md

Building 4DIAC Forte

Standard POSIX build

./setup_posix.sh
cd bin/posix
make

Resetting CMake files

In case you ran CMake with invalid options it might help to reset the CMake state by deleting CMake intermediate files:

rm -Rf CMakeCache.txt CMakeFiles/

Building a local RPM

For building local RPMs you can use (tito)[https://github.com/dgoodwin/tito]

tito build --test --rpm