C# Class GeneratorSampleStm32.Program

Show file Open project: sysprogs/BSPTools

Public Methods

Method Description
GetInfoProjectFromMDK ( string pDirPrj, string topLevelDir, List extraIncludeDirs ) : List
ToAbsolutePath ( string dir, string topLevelDir, List lstDir ) : List

Private Methods

Method Description
BuildOrLoadSampleDirectory ( string SDKdir, string outputDir, string sampleListFile ) : ConstructedVendorSampleDirectory
ExtractFirstSubdir ( string dir ) : string
Main ( string args ) : void
ParseVendorSamples ( string SDKdir ) : List

Method Details

GetInfoProjectFromMDK() static public method

static public GetInfoProjectFromMDK ( string pDirPrj, string topLevelDir, List extraIncludeDirs ) : List
pDirPrj string
topLevelDir string
extraIncludeDirs List
return List

ToAbsolutePath() static public method

static public ToAbsolutePath ( string dir, string topLevelDir, List lstDir ) : List
dir string
topLevelDir string
lstDir List
return List