Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Ben Avison
Kernel
Commits
cdd7040b
Commit
cdd7040b
authored
9 years ago
by
John Ballance
Browse files
Options
Download
Email Patches
Plain Diff
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
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
14 deletions
+21
-14
VersionASM
VersionASM
+5
-5
VersionNum
VersionNum
+7
-7
hdr/SPIDevice
hdr/SPIDevice
+9
-2
No files found.
VersionASM
View file @
cdd7040b
...
...
@@ -13,11 +13,11 @@
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.35"
Module_Version SETA 535
Module_MinorVersion SETS "4.79.2.29
4
"
Module_Date SETS "1
2
Oct 2015"
Module_ApplicationDate SETS "1
2
-Oct-15"
Module_MinorVersion SETS "4.79.2.29
5
"
Module_Date SETS "1
6
Oct 2015"
Module_ApplicationDate SETS "1
6
-Oct-15"
Module_ComponentName SETS "Kernel"
Module_ComponentPath SETS "castle/RiscOS/Sources/Kernel"
Module_FullVersion SETS "5.35 (4.79.2.29
4
)"
Module_HelpVersion SETS "5.35 (1
2
Oct 2015) 4.79.2.29
4
"
Module_FullVersion SETS "5.35 (4.79.2.29
5
)"
Module_HelpVersion SETS "5.35 (1
6
Oct 2015) 4.79.2.29
5
"
END
This diff is collapsed.
Click to expand it.
VersionNum
View file @
cdd7040b
...
...
@@ -5,19 +5,19 @@
*
*/
#define Module_MajorVersion_CMHG 5.35
#define Module_MinorVersion_CMHG 4.79.2.29
4
#define Module_Date_CMHG 1
2
Oct 2015
#define Module_MinorVersion_CMHG 4.79.2.29
5
#define Module_Date_CMHG 1
6
Oct 2015
#define Module_MajorVersion "5.35"
#define Module_Version 535
#define Module_MinorVersion "4.79.2.29
4
"
#define Module_Date "1
2
Oct 2015"
#define Module_MinorVersion "4.79.2.29
5
"
#define Module_Date "1
6
Oct 2015"
#define Module_ApplicationDate "1
2
-Oct-15"
#define Module_ApplicationDate "1
6
-Oct-15"
#define Module_ComponentName "Kernel"
#define Module_ComponentPath "castle/RiscOS/Sources/Kernel"
#define Module_FullVersion "5.35 (4.79.2.29
4
)"
#define Module_HelpVersion "5.35 (1
2
Oct 2015) 4.79.2.29
4
"
#define Module_FullVersion "5.35 (4.79.2.29
5
)"
#define Module_HelpVersion "5.35 (1
6
Oct 2015) 4.79.2.29
5
"
#define Module_LibraryVersionInfo "5:35"
This diff is collapsed.
Click to expand it.
hdr/SPIDevice
View file @
cdd7040b
...
...
@@ -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__
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment