Commit cdd7040b authored by John Ballance's avatar John Ballance
Browse files

Extended HAL SPI device. Still work in progress

Version 5.35, 4.79.2.295. Tagged as 'Kernel-5_35-4_79_2_295'
parent 0617a359
......@@ -13,11 +13,11 @@
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.35"
Module_Version SETA 535
Module_MinorVersion SETS "4.79.2.294"
Module_Date SETS "12 Oct 2015"
Module_ApplicationDate SETS "12-Oct-15"
Module_MinorVersion SETS "4.79.2.295"
Module_Date SETS "16 Oct 2015"
Module_ApplicationDate SETS "16-Oct-15"
Module_ComponentName SETS "Kernel"
Module_ComponentPath SETS "castle/RiscOS/Sources/Kernel"
Module_FullVersion SETS "5.35 (4.79.2.294)"
Module_HelpVersion SETS "5.35 (12 Oct 2015) 4.79.2.294"
Module_FullVersion SETS "5.35 (4.79.2.295)"
Module_HelpVersion SETS "5.35 (16 Oct 2015) 4.79.2.295"
END
......@@ -5,19 +5,19 @@
*
*/
#define Module_MajorVersion_CMHG 5.35
#define Module_MinorVersion_CMHG 4.79.2.294
#define Module_Date_CMHG 12 Oct 2015
#define Module_MinorVersion_CMHG 4.79.2.295
#define Module_Date_CMHG 16 Oct 2015
#define Module_MajorVersion "5.35"
#define Module_Version 535
#define Module_MinorVersion "4.79.2.294"
#define Module_Date "12 Oct 2015"
#define Module_MinorVersion "4.79.2.295"
#define Module_Date "16 Oct 2015"
#define Module_ApplicationDate "12-Oct-15"
#define Module_ApplicationDate "16-Oct-15"
#define Module_ComponentName "Kernel"
#define Module_ComponentPath "castle/RiscOS/Sources/Kernel"
#define Module_FullVersion "5.35 (4.79.2.294)"
#define Module_HelpVersion "5.35 (12 Oct 2015) 4.79.2.294"
#define Module_FullVersion "5.35 (4.79.2.295)"
#define Module_HelpVersion "5.35 (16 Oct 2015) 4.79.2.295"
#define Module_LibraryVersionInfo "5:35"
......@@ -14,7 +14,7 @@
;
;
; Please note, as of 20 Aug 2015 this HALDevice may still change.
; Please note, as of 16 Oct 2015 this HALDevice may still change.
; This comment will be removed once stability is reached
;
[ :LNOT: :DEF: __HAL_SPIDevice_HDR__
......@@ -24,7 +24,14 @@
^ 0
HALDevice_SPI # HALDeviceSize
; Additional device fields
HALDevice_SPI_sb # 4 ; HAL sb/r9 to use in r2 for following calls
HALDevice_SPI_sb # 4 ; (internal use) HAL sb/r9
HALDevice_Capabilities # 4 ; query interface capabilities
HALDevice_Configure # 4 ; configure interface
HALDevice_1 # 4 ; placeholder
HALDevice_2 # 4 ; placeholder
HALDevice_3 # 4 ; placeholder
HALDevice_4 # 4 ; placeholder
HALDevice_5 # 4 ; placeholder
HALDevice_SPI_Size * :INDEX: @
] ; __HAL_SPIDevice_HDR__
......
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