Options
All
  • Public
  • Public/Protected
  • All
Menu

Module getInfo/STM32CubeIDE

Index

Functions

getCProjectFile

  • getCProjectFile(): Promise<any | undefined>
  • Returns Promise<any | undefined>

    a json object from parsing the .cproject file

getCubeIDEProjectFileInfo

  • gets project information from the CubeIDE .project file.

    Returns Promise<CubeIDEProjectFileInfo>

    the target and sourcefiles of a CubeIDE project

getFpuFromCProjectFile

  • getFpuFromCProjectFile(cProjectFile: any): void
  • Parameters

    • cProjectFile: any

    Returns void

getProjectFile

  • getProjectFile(): Promise<CubeIDEProject | undefined>
  • Gets the CubeIDEProject file

    Returns Promise<CubeIDEProject | undefined>

    CubeIDEProject or undefined

getSourceFilesFromCubeProjectJSON

  • getSourceFilesFromCubeProjectJSON(projectJSON: CubeIDEProject): string[]
  • Get sources files from a CubeIDEProject file

    Parameters

    • projectJSON: CubeIDEProject

      .project file converted from xml to json

    Returns string[]

    array of strings with all the source files, might include non c files

Generated using TypeDoc