Skip to content

Commit

Permalink
Merge pull request #2014 from tock/docs-porting-checklist
Browse files Browse the repository at this point in the history
docs: porting: add new platform checklist
  • Loading branch information
bradjc committed Jul 17, 2020
2 parents ef64ed6 + 17f503e commit c1dfba8
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion doc/Porting.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,16 @@ of a board that is merged into the main Tock repository:
and help test the platform for future releases.

With these requirements met we should be able to merge the platform into Tock
relatively quickly.
relatively quickly. In the pull request to add the platform, you should add this
checklist:

```md
### New Platform Checklist

- [ ] Hardware is widely available.
- [ ] I can support the platform, which includes release testing for the platform, at least initially.
- Basic features are implemented:
- [ ] `Console`, including `debug!()` and userspace `printf()`.
- [ ] Timers.
- [ ] GPIO with interrupts.
```

0 comments on commit c1dfba8

Please sign in to comment.