Commit 41e5831f authored by John Ballance's avatar John Ballance
Browse files

Added HAL_TimerIRQClear cann for system timer 0

Detail:
  (list files and functions that have changed)
Admin:
  shown running in system
  (highlight level of testing that has taken place)
  (bugfix number if appropriate)


Version 5.35, 4.79.2.147.2.7. Tagged as 'Kernel-5_35-4_79_2_147_2_7'
parent 72731dd4
......@@ -13,11 +13,11 @@
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.35"
Module_Version SETA 535
Module_MinorVersion SETS "4.79.2.147.2.6"
Module_Date SETS "21 May 2012"
Module_ApplicationDate SETS "21-May-12"
Module_MinorVersion SETS "4.79.2.147.2.7"
Module_Date SETS "23 May 2012"
Module_ApplicationDate SETS "23-May-12"
Module_ComponentName SETS "Kernel"
Module_ComponentPath SETS "castle/RiscOS/Sources/Kernel"
Module_FullVersion SETS "5.35 (4.79.2.147.2.6)"
Module_HelpVersion SETS "5.35 (21 May 2012) 4.79.2.147.2.6"
Module_FullVersion SETS "5.35 (4.79.2.147.2.7)"
Module_HelpVersion SETS "5.35 (23 May 2012) 4.79.2.147.2.7"
END
......@@ -5,19 +5,19 @@
*
*/
#define Module_MajorVersion_CMHG 5.35
#define Module_MinorVersion_CMHG 4.79.2.147.2.6
#define Module_Date_CMHG 21 May 2012
#define Module_MinorVersion_CMHG 4.79.2.147.2.7
#define Module_Date_CMHG 23 May 2012
#define Module_MajorVersion "5.35"
#define Module_Version 535
#define Module_MinorVersion "4.79.2.147.2.6"
#define Module_Date "21 May 2012"
#define Module_MinorVersion "4.79.2.147.2.7"
#define Module_Date "23 May 2012"
#define Module_ApplicationDate "21-May-12"
#define Module_ApplicationDate "23-May-12"
#define Module_ComponentName "Kernel"
#define Module_ComponentPath "castle/RiscOS/Sources/Kernel"
#define Module_FullVersion "5.35 (4.79.2.147.2.6)"
#define Module_HelpVersion "5.35 (21 May 2012) 4.79.2.147.2.6"
#define Module_FullVersion "5.35 (4.79.2.147.2.7)"
#define Module_HelpVersion "5.35 (23 May 2012) 4.79.2.147.2.7"
#define Module_LibraryVersionInfo "5:35"
......@@ -1408,6 +1408,8 @@ TickOne ROUT
; Don't push r14 - we're using new interface, and claim the vector
Push "r9,r12"
AddressHAL
MOV r0, #0 ; timer 0
CallHAL HAL_TimerIRQClear
CallHAL HAL_IRQClear
Pull "r9,r12"
|
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment