mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Prepare for V5.3.1 release.
This commit is contained in:
parent
fe1295fd25
commit
f1d6aa1a06
440 changed files with 7276 additions and 408 deletions
15
Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/derivative.h
Normal file
15
Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/derivative.h
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
* Note: This file is recreated by the project wizard whenever the MCU is
|
||||
* changed and should not be edited by hand
|
||||
*/
|
||||
|
||||
/* Include the derivative-specific header file */
|
||||
#include <MCF51CN128.h>
|
||||
|
||||
#define _Stop asm ( mov3q #4,d0; bclr.b d0,SOPT1; stop #0x2000; )
|
||||
/*!< Macro to enter stop modes, STOPE bit in SOPT1 register must be set prior to executing this macro */
|
||||
|
||||
#define _Wait asm ( mov3q #4,d0; bset.b d0,SOPT1; nop; stop #0x2000; )
|
||||
/*!< Macro to enter wait mode */
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue