From cd219e206c9c19b97e4f018503405651066fec0e Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sat, 14 Feb 2015 17:04:13 +0100 Subject: [PATCH] Adjust the cc2538dk readme to reflect travis test changes --- platform/cc2538dk/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/platform/cc2538dk/README.md b/platform/cc2538dk/README.md index 4cb83fdd2..91e8b7e7c 100644 --- a/platform/cc2538dk/README.md +++ b/platform/cc2538dk/README.md @@ -74,10 +74,9 @@ The toolchain used to build contiki is arm-gcc, also used by other arm-based Con Thread model: single gcc version 4.3.2 (Sourcery G++ Lite 2008q3-66) -The platform is currently being used/tested with the following toolchains: +The platform is currently being used/tested with "GNU Tools for ARM Embedded Processors". This is the recommended version and the one being used by Contiki's regression tests on Travis. -* GNU Tools for ARM Embedded Processors. This is the recommended version. Works nicely on OS X. -* Alternatively, you can use this older version for Linux. At the time of writing, this is the version used by Contiki's regression tests. +The older version (Sourcery G++ Lite 2008q3-66) shown above should still work, but the port is no longer being tested with it. Drivers -------