forked from contiki-os/contiki
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Milestone
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 <adam@dunkels.com>
*
* 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