From e083dde4657c6a0d5ee06e0a4ddf6850975b79f7 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sun, 15 Feb 2015 17:10:16 +0100 Subject: [PATCH] Remove references to the ESB platform --- doc/build-system.txt | 11 ++++------- doc/contiki-mainpage.txt | 2 -- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/doc/build-system.txt b/doc/build-system.txt index 98deb0560..b7341560c 100644 --- a/doc/build-system.txt +++ b/doc/build-system.txt @@ -18,18 +18,15 @@ builds an entire Contiki system as a program that runs on the development system. After compiling the application for the native target it is possible to run the Contiki system with - the application by running the file hello-world.native. To - compile the application and a Contiki system for the \ref esb "ESB - platform" the command make TARGET=esb is used. This produces - a hello-world.esb file that can be loaded into an ESB board. - + the application by running the file hello-world.native. + To compile the hello-world application into a stand-alone executable that can be loaded into a running Contiki system, the command make hello-world.ce is used. To build an executable file for - the ESB platform, make TARGET=esb hello-world.ce is run. + the Sky platform, make TARGET=sky hello-world.sky is run. To avoid having to type TARGET= every time make is - run, it is possible to run make TARGET=esb savetarget to + run, it is possible to run make TARGET=sky savetarget to save the selected target as the default target platform for subsequent invocations of make. A file called Makefile.target containing the currently saved target is diff --git a/doc/contiki-mainpage.txt b/doc/contiki-mainpage.txt index 892566662..1ba62601d 100644 --- a/doc/contiki-mainpage.txt +++ b/doc/contiki-mainpage.txt @@ -93,8 +93,6 @@ Contiki is designed to run on many different \ref platform "platforms". It is al possible to compile and build both the Contiki system and Contiki applications on many different development platforms. -See \ref esb-getting-started "Getting started with Contiki for the ESB platform - \section contiki-mainpage-building Building the Contiki system and its applications The Contiki build system is designed to make it easy to compile