Rev 5709 | Blame | Compare with Previous | Last modification | View Log | RSS feed
################################################################################ COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.## 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;