Rev 327 | Rev 7299 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
################################################################################ Copyright (c) VIX TECHNOLOGY (AUST) LTD## File: PLATFORM/H400## Contents: H440/H450 target#################################################################################H400Init();sub H400Init{my $version = '3.40';foreach $_ ( @ScmPlatformArgs ) {if (/^--Version=(.*)/i) {$version = $1;}}Toolset( '*', "KeilArmV3.pl", '--Thumb', '--Device=DARMATS', "--Version=$version" );PlatformDefine( "#################################################");PlatformDefine( "# Building using the Keil Arm Compiler" );PlatformDefine( "# Version: $version" );}1;