File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## v0.1.0
4+
5+ * Initial ERCP Basic specification
Original file line number Diff line number Diff line change @@ -4,17 +4,23 @@ ERCP is a suite of reusable communication protocols for communicating with and
44between embedded systems. It aims to provide different levels of complexity for
55different use cases.
66
7- * ERCP is currently in its early specification process. The ` master ` branch is
8- for protocol releases only, so please take a look at the ` develop ` branch if you
9- are interested in the development process.*
7+ ## Version
8+
9+ This repository contains specifications for all ERCP versions. You are currently
10+ viewing the 0.1.0 specifications. To get the list of all versions, please head
11+ to the [ releases] ( https://github.com/ercp/specifications/releases ) page.
12+
13+ ## Protocols
14+
15+ * [ ERCP Basic] ( spec/ercp_basic.md )
1016
1117## Contributing
1218
1319Ideas are welcome. If you want to participate please open an issue.
1420
1521## Roadmap
1622
17- * [ ] Publish a first version of ERCP Basic
23+ * [x ] Publish a first version of ERCP Basic
1824* [ ] Study more advanced use cases
1925* [ ] Add specifications for ERCP Secure, enabling authentication and encryption
2026
You can’t perform that action at this time.
0 commit comments