Generate settings for GCC linter and PlatformIO IDE

This commit is contained in:
Ivan Kravets
2016-01-25 22:49:29 +02:00
parent a3911eda3b
commit 7cce906e55
3 changed files with 10 additions and 1 deletions

View File

@ -14,7 +14,7 @@
import sys
VERSION = (2, 8, "0.dev2")
VERSION = (2, 8, "0.dev3")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"

View File

@ -0,0 +1,8 @@
{
"execPath": "{{ cxx_path }}",
"gccDefaultCFlags": "-Wall -Wno-cpp -fsyntax-only -D{{ ' -D'.join(defines) }}",
"gccDefaultCppFlags": "-Wall -Wno-cpp -fsyntax-only -D{{ ' -D'.join(defines) }}",
"gccErrorLimit": 15,
"gccIncludePaths": "{{ ','.join(includes).replace("\\", "/") }}",
"gccSuppressWarnings": false
}

View File

@ -1,2 +1,3 @@
.pioenvs
.clang_complete
.gcc-flags.json