From e537a2ea92e3097bc971bda4452d4ab75c8ce024 Mon Sep 17 00:00:00 2001 From: thomas-ha Date: Wed, 1 Jun 2016 16:01:58 +0200 Subject: [PATCH] Add CC2538DK --- core/net/mac/tsch/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/net/mac/tsch/README.md b/core/net/mac/tsch/README.md index ffd6dc789..dea59dedc 100644 --- a/core/net/mac/tsch/README.md +++ b/core/net/mac/tsch/README.md @@ -36,6 +36,7 @@ It has been tested on the following platforms: * NXP JN516x (`jn516x`, tested on hardware) * Tmote Sky (`sky`, tested on hardware and in cooja) * Zolertia Z1 (`z1`, tested in cooja only) + * CC2538DK (`cc2538dk`, tested on hardware) This implementation was present at the ETSI Plugtest event in Prague in July 2015, and did successfully inter-operate with all @@ -76,7 +77,7 @@ Orchestra is implemented in: A simple TSCH+RPL example is included under `examples/ipv6/rpl-tsch`. To use TSCH, first make sure your platform supports it. -Currently, `jn516x`, `sky` and `z1` are the supported platforms. +Currently, `jn516x`, `sky`, `z1` and `cc2538dk` are the supported platforms. To add your own, we refer the reader to the next section. To add TSCH to your application, first include the TSCH module from your makefile with: