From 4d89593b05fdd7c18161d3870cf08a0fa2df075a Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 20 Jun 2023 17:53:37 +0300 Subject: [PATCH] Removed PlatformIO IDE for Atom from the documentation as Atom has been deprecated --- .../project/integration/tpls/atom/.clang_complete.tpl | 6 ------ .../project/integration/tpls/atom/.gcc-flags.json.tpl | 9 --------- platformio/project/integration/tpls/atom/.gitignore.tpl | 3 --- 3 files changed, 18 deletions(-) delete mode 100644 platformio/project/integration/tpls/atom/.clang_complete.tpl delete mode 100644 platformio/project/integration/tpls/atom/.gcc-flags.json.tpl delete mode 100644 platformio/project/integration/tpls/atom/.gitignore.tpl diff --git a/platformio/project/integration/tpls/atom/.clang_complete.tpl b/platformio/project/integration/tpls/atom/.clang_complete.tpl deleted file mode 100644 index 6d8e70ed..00000000 --- a/platformio/project/integration/tpls/atom/.clang_complete.tpl +++ /dev/null @@ -1,6 +0,0 @@ -% for include in filter_includes(includes): --I{{include}} -% end -% for define in defines: --D{{!define}} -% end diff --git a/platformio/project/integration/tpls/atom/.gcc-flags.json.tpl b/platformio/project/integration/tpls/atom/.gcc-flags.json.tpl deleted file mode 100644 index 85b4e9da..00000000 --- a/platformio/project/integration/tpls/atom/.gcc-flags.json.tpl +++ /dev/null @@ -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 -} diff --git a/platformio/project/integration/tpls/atom/.gitignore.tpl b/platformio/project/integration/tpls/atom/.gitignore.tpl deleted file mode 100644 index bbdd36c7..00000000 --- a/platformio/project/integration/tpls/atom/.gitignore.tpl +++ /dev/null @@ -1,3 +0,0 @@ -.pio -.clang_complete -.gcc-flags.json