From 22bc1753c67d006e37d5dc6148c6df197ac80cd9 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Tue, 13 Feb 2018 14:51:31 +0100 Subject: [PATCH 1/2] README: add Sigfox and LoRaWAN to features list --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 31cfb2c67f..65b10cb793 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ but not limited to: * RPL (storing mode, P2P mode) * CoAP * CCN-Lite +* Sigfox +* LoRaWAN (Experimental) ## GETTING STARTED From 2d49a45727629229291fd1a29d6c40debdda8606 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Tue, 13 Feb 2018 14:52:44 +0100 Subject: [PATCH 2/2] README: make lines fit in 80 characters length --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65b10cb793..f0ebff1b71 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,15 @@ but not limited to: ## GETTING STARTED -* You want to start the RIOT? Just follow our [quickstart guide](http://doc.riot-os.org/index.html#the-quickest-start) or try this [tutorial](https://github.com/RIOT-OS/Tutorials/blob/master/README.md). For specific toolchain installation, follow instructions in the [getting started](http://doc.riot-os.org/getting-started.html) page. +* You want to start the RIOT? Just follow our +[quickstart guide](http://doc.riot-os.org/index.html#the-quickest-start) or +try this +[tutorial](https://github.com/RIOT-OS/Tutorials/blob/master/README.md). +For specific toolchain installation, follow instructions in the +[getting started](http://doc.riot-os.org/getting-started.html) page. * The RIOT API itself can be built from the code using doxygen. The latest - version of the documentation is uploaded daily to [riot-os.org/api](http://riot-os.org/api). + version of the documentation is uploaded daily to + [riot-os.org/api](http://riot-os.org/api). ### USING THE NATIVE PORT WITH NETWORKING If you compile RIOT for the native cpu and include the `netdev_tap` module,