Update the GCC RL78 demo to include four separate build configurations, each of which targets different hardware.

This commit is contained in:
Richard Barry 2013-03-19 12:24:05 +00:00
parent 3a1a500950
commit 236683d74d
24 changed files with 4493 additions and 725 deletions

View file

@ -119,9 +119,7 @@
#include "semphr.h"
/* Eval board specific definitions. */
#include "port_iodefine.h"
#include "port_iodefine_ext.h"
#include "LED.h"
#include "demo_specific_io.h"
/* Priorities at which the tasks are created. */
#define mainQUEUE_RECEIVE_TASK_PRIORITY ( tskIDLE_PRIORITY + 2 )