Prepare for V4.7.1 release.

This commit is contained in:
Richard Barry 2008-01-22 18:43:03 +00:00
parent 3c02bc385b
commit dfb8e7003b
14 changed files with 117 additions and 19 deletions

View file

@ -69,7 +69,7 @@
defined. The value 255 should also ensure backward compatibility.
FreeRTOS.org versions prior to V4.3.0 did not include this definition. */
#ifndef configKERNEL_INTERRUPT_PRIORITY
#define configKERNEL_INTERRUPT_PRIORITY 255
#define configKERNEL_INTERRUPT_PRIORITY 0
#endif
/* Each task maintains its own interrupt status in the critical nesting

View file

@ -51,7 +51,8 @@ FreeRTOS.org versions prior to V4.3.0 did not include this definition. */
#endif
RSEG ICODE:CODE
RSEG CODE:CODE(2)
thumb
EXTERN vPortYieldFromISR
EXTERN vPortSwitchContext

View file

@ -41,7 +41,6 @@
/* Standard includes. */
#include <stdlib.h>
#include <intrinsic.h>
/* Scheduler includes. */
#include "FreeRTOS.h"

View file

@ -38,8 +38,6 @@
#ifndef PORTMACRO_H
#define PORTMACRO_H
#include <intrinsic.h>
#ifdef __cplusplus
extern "C" {
#endif

View file

@ -41,14 +41,14 @@
/*
Changes from V3.2.2
+ Bug fix - The prescale value for the timer setup is now written to T0PR
instead of T0PC. This bug would have had no effect unless a prescale
+ Bug fix - The prescale value for the timer setup is now written to T0PR
instead of T0PC. This bug would have had no effect unless a prescale
value was actually used.
*/
/* Standard includes. */
#include <stdlib.h>
#include <intrinsic.h>
#include <intrinsics.h>
/* Scheduler includes. */
#include "FreeRTOS.h"

View file

@ -38,7 +38,7 @@
#ifndef PORTMACRO_H
#define PORTMACRO_H
#include <intrinsic.h>
#include <intrinsics.h>
#ifdef __cplusplus
extern "C" {

View file

@ -48,7 +48,7 @@
*-----------------------------------------------------------
*/
#include <intrinsic.h>
#include <intrinsics.h>
#ifdef __cplusplus
extern "C" {

View file

@ -48,7 +48,7 @@
*-----------------------------------------------------------
*/
#include <intrinsic.h>
#include <intrinsics.h>
#ifdef __cplusplus
extern "C" {

View file

@ -48,7 +48,7 @@
*-----------------------------------------------------------
*/
#include <intrinsic.h>
#include <intrinsics.h>
#ifdef __cplusplus
extern "C" {