Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!
file = project.AddFile(target, libs_path + _T("/startup_stm32f030xc.s"), true, true, 50); file.AddBuildTarget(target); file.compile = true; file.link = true; file = project.AddFile(target, libs_path + _T("/system_stm32f0xx.c"), true, true, 50); file.AddBuildTarget(target); file.compile = true; file.link = true;