mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Removed PlatformIO IDE for Atom from the documentation as Atom has been deprecated
This commit is contained in:
@ -1,6 +0,0 @@
|
|||||||
% for include in filter_includes(includes):
|
|
||||||
-I{{include}}
|
|
||||||
% end
|
|
||||||
% for define in defines:
|
|
||||||
-D{{!define}}
|
|
||||||
% end
|
|
@ -1,9 +0,0 @@
|
|||||||
% _defines = " ".join(["-D%s" % d.replace(" ", "\\\\ ") for d in defines])
|
|
||||||
{
|
|
||||||
"execPath": "{{ cxx_path }}",
|
|
||||||
"gccDefaultCFlags": "-fsyntax-only {{! to_unix_path(cc_flags).replace(' -MMD ', ' ').replace('"', '\\"') }} {{ !_defines.replace('"', '\\"') }}",
|
|
||||||
"gccDefaultCppFlags": "-fsyntax-only {{! to_unix_path(cxx_flags).replace(' -MMD ', ' ').replace('"', '\\"') }} {{ !_defines.replace('"', '\\"') }}",
|
|
||||||
"gccErrorLimit": 15,
|
|
||||||
"gccIncludePaths": "{{ ','.join(filter_includes(includes)) }}",
|
|
||||||
"gccSuppressWarnings": false
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
.pio
|
|
||||||
.clang_complete
|
|
||||||
.gcc-flags.json
|
|
Reference in New Issue
Block a user