mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
RL78/L1C configuration added to the IAR RL78 demo projects.
This commit is contained in:
parent
a5f00caf16
commit
2283bfb0ae
7 changed files with 1217 additions and 19 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue