RL78/L1C configuration added to the IAR RL78 demo projects.

This commit is contained in:
Richard Barry 2014-03-19 13:29:11 +00:00
parent a5f00caf16
commit 2283bfb0ae
7 changed files with 1217 additions and 19 deletions

View file

@ -1,5 +1,5 @@
/*
FreeRTOS V8.0.0 - Copyright (C) 2014 Real Time Engineers Ltd.
FreeRTOS V8.0.0 - Copyright (C) 2014 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@ -93,6 +93,13 @@ included. Alternatively, just manually include the correct files here. */
#define LED_INIT() P0 &= 0xFD; PM0 &= 0xFD
#endif /* RSKRL78G1C */
#ifdef RSKRL78L1C
#include "ior5f110pj.h"
#include "ior5f110pj_ext.h"
#define LED_BIT ( P4_bit.no1 )
#define LED_INIT() P4 &= 0xFD; PM4 &= 0xFD
#endif /* RSKRL78L1C */
#ifdef RSKRL78L13
#include "ior5f10wmg.h"
#include "ior5f10wmg_ext.h"