Open
Description
All the changes we have done to add mikro-e platform support in contiki needs to be upstreamed.
for that our changes need to be rebased on contiki-os/master branch, which has been done by @francois-berder-imgtec at https://github.com/francois-berder-imgtec/contiki/tree/upstream
But following tidying up is necessary too before we can create a PR for upstream to contiki-os.
Based on https://github.com/contiki-os/contiki/wiki/Code-Contributions and https://github.com/contiki-os/contiki/blob/master/doc/code-style.c:
- Add README.md in
platform/mikro-e
- Add doxygen documentation for functions
- Add doxygen documentation on top of files, I am refering to this bit:
/**
* \file
* A brief description of what this file is.
* \author
* Adam Dunkels <[email protected]>
*
* Every file that is part of a documented module has to have
* a \file block, else it will not show up in the Doxygen
* "Modules" * section.
*/
- Choose maintainer and add it in the README.md of the platform.
Acceptance
- CreatorDev micro-e platform prepared for upstream, following contiki contribution requirements