Skip to content

Commit 7dfef0d

Browse files
committed
Merge branch 'release/0.1.0'
2 parents b7af922 + ea86db1 commit 7dfef0d

3 files changed

Lines changed: 423 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## v0.1.0
4+
5+
* Initial ERCP Basic specification

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,23 @@ ERCP is a suite of reusable communication protocols for communicating with and
44
between embedded systems. It aims to provide different levels of complexity for
55
different 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

1319
Ideas 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

0 commit comments

Comments
 (0)