Subversion Repositories DevTools

Rev

Rev 5709 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

###############################################################################
# Copyright (c) ERG Transit Systems. 1996-2009
# 
# File:         PLATFORM/H400
#
# Contents:     H440/H450 target
#
###############################################################################
#

H400Init();

sub H400Init
{
    Toolset( '*', "KeilArmV3.pl", '--Thumb', '--Device=DARMATS' );

    PlatformDefine( "#################################################");
    PlatformDefine( "# Building an application using the Keil Arm RV31" );
    PlatformDefine( "#" );
}

1;