====== For Developers ====== This page is intended for developers. It contains material which show how to extend EEROS itself. ===== Interfacing with Hardware ===== * [[.:wrapper_lib|Create new Wrapper Library]] * [[.:json_parser|JSON Parser libucl]] * [[.:simulator|Extending the Simulator]] ===== Various ===== * [[.:style_guide|Coding Style Guide]] * [[.:commit_guidelines|Git Commit Guidelines]] * [[.:contribute|Contribute]] * [[.:releaseProcess|Release Process]] * [[.:bugfixProcess|Bug Fix Release Process]] * [[.:releases|Releases]] * [[.:sharing_data|Sharing Data]] * EEROS types are defined in ''includes/types.hpp'' * [[.:testing|Testing]] ===== Manual Tests ===== * [[.:thread_safety|Thread Safety]]