Commit ea50d7a5 authored by Simon Forrest's avatar Simon Forrest
Browse files

* Variant of the Kernel and L7200 HAL that supports multiple hardware targets.

Detail:

  * Must now specify the hardware target
    to ensure that the L7200 HAL is built with the appropriate tweaks to
    support each.  This is achieved by specifying:

              -options "BOARD=<target>"

    within the components file for the HAL_L7200 component.

Admin:

  * Tested on Customer L build to create a ROM suitable for the Customer M unit
    (that has only minor differences to the Customer L).

  * Affects all projects using the L7200 HAL, which must now specify the
    hardware target in the components file.

Version 5.35, 4.79.2.29. Tagged as 'Kernel-5_35-4_79_2_29'
parent c9cdb689
......@@ -13,12 +13,12 @@
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.35"
Module_Version SETA 535
Module_MinorVersion SETS "4.79.2.28"
Module_Date SETS "01 May 2001"
Module_ApplicationDate2 SETS "01-May-01"
Module_ApplicationDate4 SETS "01-May-2001"
Module_MinorVersion SETS "4.79.2.29"
Module_Date SETS "11 May 2001"
Module_ApplicationDate2 SETS "11-May-01"
Module_ApplicationDate4 SETS "11-May-2001"
Module_ComponentName SETS "Kernel"
Module_ComponentPath SETS "RiscOS/Sources/Kernel"
Module_FullVersion SETS "5.35 (4.79.2.28)"
Module_HelpVersion SETS "5.35 (01 May 2001) 4.79.2.28"
Module_FullVersion SETS "5.35 (4.79.2.29)"
Module_HelpVersion SETS "5.35 (11 May 2001) 4.79.2.29"
END
......@@ -4,19 +4,19 @@
*
*/
#define Module_MajorVersion_CMHG 5.35
#define Module_MinorVersion_CMHG 4.79.2.28
#define Module_Date_CMHG 01 May 2001
#define Module_MinorVersion_CMHG 4.79.2.29
#define Module_Date_CMHG 11 May 2001
#define Module_MajorVersion "5.35"
#define Module_Version 535
#define Module_MinorVersion "4.79.2.28"
#define Module_Date "01 May 2001"
#define Module_MinorVersion "4.79.2.29"
#define Module_Date "11 May 2001"
#define Module_ApplicationDate2 "01-May-01"
#define Module_ApplicationDate4 "01-May-2001"
#define Module_ApplicationDate2 "11-May-01"
#define Module_ApplicationDate4 "11-May-2001"
#define Module_ComponentName "Kernel"
#define Module_ComponentPath "RiscOS/Sources/Kernel"
#define Module_FullVersion "5.35 (4.79.2.28)"
#define Module_HelpVersion "5.35 (01 May 2001) (4.79.2.28)"
#define Module_FullVersion "5.35 (4.79.2.29)"
#define Module_HelpVersion "5.35 (11 May 2001) (4.79.2.29)"
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