mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-13 14:48:33 -04:00
Add FreeRTOS-Plus directory.
This commit is contained in:
parent
7bd5f21ad5
commit
f508a5f653
6798 changed files with 134949 additions and 19 deletions
52
FreeRTOS/Demo/HCS12_CodeWarrior_small/CODE/PESL.h
Normal file
52
FreeRTOS/Demo/HCS12_CodeWarrior_small/CODE/PESL.h
Normal file
|
@ -0,0 +1,52 @@
|
|||
/* ================================================================================================================================= **
|
||||
** ================================================================================================================================= **
|
||||
** CONFIGURATION FILE FOR PESL LIBRARY **
|
||||
** ================================================================================================================================= **
|
||||
** ================================================================================================================================= */
|
||||
|
||||
#define _MC9S12A128_112 1
|
||||
#define _MC9S12A128_80 2
|
||||
#define _MC9S12A256_112 3
|
||||
#define _MC9S12A256_80 4
|
||||
#define _MC9S12A64_112 5
|
||||
#define _MC9S12A64_80 6
|
||||
#define _MC9S12C32_48 7
|
||||
#define _MC9S12C32_52 8
|
||||
#define _MC9S12C32_80 9
|
||||
#define _MC9S12D64_112 10
|
||||
#define _MC9S12D64_80 11
|
||||
#define _MC9S12DB128_112 12
|
||||
#define _MC9S12DG128_112 13
|
||||
#define _MC9S12DG128_80 14
|
||||
#define _MC9S12DG256_112 15
|
||||
#define _MC9S12DJ128_112 16
|
||||
#define _MC9S12DJ128_80 17
|
||||
#define _MC9S12DJ256_112 18
|
||||
#define _MC9S12DJ256_80 19
|
||||
#define _MC9S12DJ64_112 20
|
||||
#define _MC9S12DJ64_80 21
|
||||
#define _MC9S12DP256_112 22
|
||||
#define _MC9S12DT128_112 23
|
||||
#define _MC9S12DT256_112 24
|
||||
#define _MC9S12A32_80 25
|
||||
#define _MC9S12D32_80 26
|
||||
#define _MC9S12DP512_112 27
|
||||
#define _MC9S12A512_112 28
|
||||
#define _MC9S12E128_112 29
|
||||
#define _MC9S12E128_80 30
|
||||
#define _MC9S12E64_112 31
|
||||
|
||||
|
||||
/* Selected target MCU */
|
||||
|
||||
#define CPUtype _MC9S12C32_80
|
||||
|
||||
|
||||
/* PESL library */
|
||||
|
||||
#pragma MESSAGE DISABLE C4000 /* WARNING C4000: Condition is always TRUE */
|
||||
#pragma MESSAGE DISABLE C4001 /* WARNING C4001: Condition is always FALSE */
|
||||
|
||||
#include "PESLlib.h"
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue