Commit c059b1ca authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Extend the GPIO table to include A+ and Mk2 model B

Note, this scheme remains non future proof as any later model numbers released will be miscategorised as the last table entry.

Version 0.44. Tagged as 'BCM2835-0_44'
parent 2b3d4781
/* (0.43)
/* (0.44)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.43
#define Module_MajorVersion_CMHG 0.44
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 07 Feb 2015
#define Module_Date_CMHG 16 Feb 2015
#define Module_MajorVersion "0.43"
#define Module_Version 43
#define Module_MajorVersion "0.44"
#define Module_Version 44
#define Module_MinorVersion ""
#define Module_Date "07 Feb 2015"
#define Module_Date "16 Feb 2015"
#define Module_ApplicationDate "07-Feb-15"
#define Module_ApplicationDate "16-Feb-15"
#define Module_ComponentName "BCM2835"
#define Module_ComponentPath "mixed/RiscOS/Sources/HAL/BCM2835"
#define Module_FullVersion "0.43"
#define Module_HelpVersion "0.43 (07 Feb 2015)"
#define Module_LibraryVersionInfo "0:43"
#define Module_FullVersion "0.44"
#define Module_HelpVersion "0.44 (16 Feb 2015)"
#define Module_LibraryVersionInfo "0:44"
......@@ -99,7 +99,9 @@ GPIO_BoardTypes
BoardType 0, &07, &09, A_2
BoardType 0, &0d, &0f, B_2
BoardType 0, &10, &10, BPlus
BoardType 0, &11, &ffffffff, C_1
BoardType 0, &11, &11, C_1
BoardType 0, &12, &12, APlus
BoardType 0, &13, &ffffffff, Mk2_B_1
GPIO_BoardTypes_End
; Initialise our HAL devices
......
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