|
minipix_uart_interface
A library and examples for the MiniPIX UART interface
|
Functions | |
| def | GetDatabase (path) |
| def | DirectoryOfThisScript () |
| def | MakeRelativePathsInFlagsAbsolute (flags, working_directory) |
| def | IsHeaderFile (filename) |
| def | GetCompilationInfoForHeaderSameDir (headerfile, database) |
| def | GetCompilationInfoForFile (filename, database) |
| def | Settings (**kwargs) |
Variables | |
| string | compilation_database_folder = os.path.dirname(os.path.abspath( __file__))+'/build' |
| list | add_flags |
| list | flags = [] |
| list | SOURCE_EXTENSIONS = ['.cpp', '.cxx', '.cc', '.c', '.m', '.mm'] |
| string | fname = "~/git/minipix_uart_interface/software/example_interface/stm32f411/src/main.cpp" |
| def DirectoryOfThisScript | ( | ) |
| def GetCompilationInfoForFile | ( | filename, | |
| database | |||
| ) |
| def GetCompilationInfoForHeaderSameDir | ( | headerfile, | |
| database | |||
| ) |
Return compile flags for src file with same base in the same directory
| def GetDatabase | ( | path | ) |
| def IsHeaderFile | ( | filename | ) |
| def MakeRelativePathsInFlagsAbsolute | ( | flags, | |
| working_directory | |||
| ) |
| def Settings | ( | ** | kwargs | ) |
| list add_flags |
| string compilation_database_folder = os.path.dirname(os.path.abspath( __file__))+'/build' |
| list flags = [] |
| fname = "~/git/minipix_uart_interface/software/example_interface/stm32f411/src/main.cpp" |
| list SOURCE_EXTENSIONS = ['.cpp', '.cxx', '.cc', '.c', '.m', '.mm'] |