CubeMX2Makefile icon indicating copy to clipboard operation
CubeMX2Makefile copied to clipboard

STM32CubeMX project to Makefile converter

Results 21 CubeMX2Makefile issues
Sort by recently updated
recently updated
newest added

When parsing valueType="definedSymbols" on my Debian system. the .cproject file has the following: ` ` This results in the generated Makefile containing: `C_DEFS = -D__weak="__attribute__\(\(weak\)\)" -D__packed="__attribute__\(\(__packed__\)\)"` which causes the compile...