diff options
author | rtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2> | 2014-08-29 19:14:23 +0000 |
---|---|---|
committer | rtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2> | 2014-08-29 19:14:23 +0000 |
commit | 5abeeab70a2af3ac7491e1c6f005f4ecc78c733f (patch) | |
tree | 58f4b5eae358ab4ceeebff77ef91d213e110c421 /FreeRTOS/Source/portable/IAR/ATMega323 | |
parent | acc26e1b1b3e96c67564388aaf296e64335f6066 (diff) | |
download | freertos-5abeeab70a2af3ac7491e1c6f005f4ecc78c733f.tar.gz |
Update version number to 8.1.1 for patch release that re-enables mutexes to be given from an interrupt.
git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2295 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'FreeRTOS/Source/portable/IAR/ATMega323')
-rw-r--r-- | FreeRTOS/Source/portable/IAR/ATMega323/port.c | 2 | ||||
-rw-r--r-- | FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h | 2 | ||||
-rw-r--r-- | FreeRTOS/Source/portable/IAR/ATMega323/portmacro.s90 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/FreeRTOS/Source/portable/IAR/ATMega323/port.c b/FreeRTOS/Source/portable/IAR/ATMega323/port.c index 5f308d65e..d3fd1fcfe 100644 --- a/FreeRTOS/Source/portable/IAR/ATMega323/port.c +++ b/FreeRTOS/Source/portable/IAR/ATMega323/port.c @@ -1,5 +1,5 @@ /*
- FreeRTOS V8.1.0 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.1.1 - Copyright (C) 2014 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
diff --git a/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h b/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h index 0114f2632..19cceb8c2 100644 --- a/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h +++ b/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h @@ -1,5 +1,5 @@ /*
- FreeRTOS V8.1.0 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.1.1 - Copyright (C) 2014 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
diff --git a/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.s90 b/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.s90 index 111b40985..35de6f6ae 100644 --- a/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.s90 +++ b/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.s90 @@ -1,5 +1,5 @@ ;/*
-; FreeRTOS V8.1.0 - Copyright (C) 2014 Real Time Engineers Ltd.
+; FreeRTOS V8.1.1 - Copyright (C) 2014 Real Time Engineers Ltd.
; All rights reserved
;
;
|