mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 11:53:53 -04:00
Update version number ready to release the FAT file system demo.
This commit is contained in:
parent
a4a830c44d
commit
96ceae8edd
1101 changed files with 1104 additions and 1104 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.
|
||||
FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.
|
||||
|
||||
FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME. PLEASE VISIT
|
||||
http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
; 7.2 Check for CSV reset and set CSV
|
||||
; 7.3 Check clock condition
|
||||
; 7.4 Restore default settings after reset
|
||||
; 7.4.1 Disable clock modulator
|
||||
; 7.4.2 Disable clock modulator
|
||||
; 7.4.2 Check if running on sub clock, change to main clock
|
||||
; 7.4.3 Disable sub clock
|
||||
; 7.4.4 Check if running on PLL, gear down PLL
|
||||
|
@ -1654,7 +1654,7 @@ NoSUBCSVreset:
|
|||
; 7.4 Restore Default Settings after Reset
|
||||
;=========================================================================================
|
||||
;=========================================================================================
|
||||
; 7.4.1 Disable Clock Modulator
|
||||
; 7.4.2 Disable Clock Modulator
|
||||
;=========================================================================================
|
||||
LDI #0x04BB, R0 ; Clock Modulator Control Reg
|
||||
BANDL #0xD, @R0 ; Disable Frequency modulation
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.
|
||||
FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.
|
||||
|
||||
FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME. PLEASE VISIT
|
||||
http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.
|
||||
FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.
|
||||
|
||||
FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME. PLEASE VISIT
|
||||
http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.
|
||||
FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.
|
||||
|
||||
FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME. PLEASE VISIT
|
||||
http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.
|
||||
FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd.
|
||||
|
||||
FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME. PLEASE VISIT
|
||||
http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue