mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Add ColdFire definitions.
This commit is contained in:
parent
431d1c009d
commit
3ea597543a
|
@ -198,6 +198,15 @@
|
||||||
#include "../../Source/portable/GCC/MCF5235/portmacro.h"
|
#include "../../Source/portable/GCC/MCF5235/portmacro.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef COLDFIRE_V2_CODEWARRIOR
|
||||||
|
#include "../../source/portable/CodeWarrior/ColdFire_MCF52259/portmacro.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef COLDFIRE_V2_GCC
|
||||||
|
#include "../../../source/portable/GCC/ColdFire_V2/portmacro.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef GCC_PPC405
|
#ifdef GCC_PPC405
|
||||||
#include "../../Source/portable/GCC/PPC405_Xilinx/portmacro.h"
|
#include "../../Source/portable/GCC/PPC405_Xilinx/portmacro.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue