From 3b74af210311d67bd744188680ccf0dcf3fd765d Mon Sep 17 00:00:00 2001 From: DerSkythe Date: Mon, 12 Aug 2024 14:01:02 +0400 Subject: [PATCH] =?UTF-8?q?refactor:=20Refactor=20run=20configurations=20?= =?UTF-8?q?=F0=9F=A7=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed obsolete .idea configurations and added new build and flash scripts. This cleanup enhances maintainability and supports new debugging tasks. The changes ensure that only current and relevant settings are preserved. --- .idea/.gitignore | 8 - .idea/.name | 1 - .idea/GitlabLint.xml | 11 -- .idea/active-tab-highlighter-v2.xml | 7 - .idea/codeStyles/Project.xml | 7 - .idea/codeStyles/codeStyleConfig.xml | 5 - .idea/csv-plugin.xml | 37 ---- .idea/derskythe-darkflipper.iml | 11 ++ .idea/git_toolbox_prj.xml | 16 -- .idea/inspectionProfiles/Project_Default.xml | 25 +-- .../inspectionProfiles/profiles_settings.xml | 7 - .idea/misc.xml | 7 +- .idea/vcs.xml | 6 +- .idea/workspace.xml | 176 ++++++++++++++++++ .run/Serial Console.run.xml | 19 ++ ....run.xml => Template Shell Script.run.xml} | 12 +- .run/[Debug] Build App.run.xml | 17 ++ .run/[Debug] Build FAPs.run.xml | 14 +- .run/[Debug] Build Firmware.run.xml | 17 ++ ...pload all FAPs to Flipper over USB.run.xml | 17 ++ .run/[Debug] Build update bundle.run.xml | 17 ++ .run/[Debug] Build updater.run.xml | 14 +- .run/[Debug] Flash (SWD).run.xml | 17 ++ ...ug] Flash (USB, w_o resources) (1).run.xml | 17 -- ...[Debug] Flash (USB, w_o resources).run.xml | 14 +- ...Debug] Flash (USB, with resources).run.xml | 17 ++ ...App on Flipper with Serial Console.run.xml | 20 ++ .run/[Debug] Launch App on Flipper.run.xml | 14 +- ...ebug] Launch Playground on Flipper.run.xml | 17 -- ...{Clean ALL.run.xml => [FBT] Clear.run.xml} | 8 +- ...ug] Build.run.xml => [FBT] Format.run.xml} | 12 +- .run/[RELEASE] Build FAPs.run.xml | 14 +- .run/[RELEASE] Build updater.run.xml | 14 +- ...ELEASE] Flash (USB, w_o resources).run.xml | 14 +- .run/[RELEASE] Launch App on Flipper.run.xml | 14 +- .run/[Release] Build App.run.xml | 17 ++ .run/[Release] Build Firmware.run.xml | 17 ++ ...pload all FAPs to Flipper over USB.run.xml | 17 ++ .run/[Release] Build update bundle.run.xml | 17 ++ .run/[Release] Flash (JLink).run.xml | 17 ++ .run/[Release] Flash (SWD).run.xml | 17 ++ ...lease] Flash (USB, with resources).run.xml | 14 +- all-the-apps-extra.tgz | Bin 1125164 -> 0 bytes 43 files changed, 514 insertions(+), 245 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/.name delete mode 100644 .idea/GitlabLint.xml delete mode 100644 .idea/active-tab-highlighter-v2.xml delete mode 100644 .idea/codeStyles/Project.xml delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/csv-plugin.xml create mode 100644 .idea/derskythe-darkflipper.iml delete mode 100644 .idea/git_toolbox_prj.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/workspace.xml create mode 100644 .run/Serial Console.run.xml rename .run/{[RELEASE] Build.run.xml => Template Shell Script.run.xml} (50%) create mode 100644 .run/[Debug] Build App.run.xml create mode 100644 .run/[Debug] Build Firmware.run.xml create mode 100644 .run/[Debug] Build and upload all FAPs to Flipper over USB.run.xml create mode 100644 .run/[Debug] Build update bundle.run.xml create mode 100644 .run/[Debug] Flash (SWD).run.xml delete mode 100644 .run/[Debug] Flash (USB, w_o resources) (1).run.xml create mode 100644 .run/[Debug] Flash (USB, with resources).run.xml create mode 100644 .run/[Debug] Launch App on Flipper with Serial Console.run.xml delete mode 100644 .run/[Debug] Launch Playground on Flipper.run.xml rename .run/{Clean ALL.run.xml => [FBT] Clear.run.xml} (65%) rename .run/{[Debug] Build.run.xml => [FBT] Format.run.xml} (50%) create mode 100644 .run/[Release] Build App.run.xml create mode 100644 .run/[Release] Build Firmware.run.xml create mode 100644 .run/[Release] Build and upload all FAPs to Flipper over USB.run.xml create mode 100644 .run/[Release] Build update bundle.run.xml create mode 100644 .run/[Release] Flash (JLink).run.xml create mode 100644 .run/[Release] Flash (SWD).run.xml delete mode 100644 all-the-apps-extra.tgz diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b81b0..0000000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index f42731f64d..0000000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -_strptime.py \ No newline at end of file diff --git a/.idea/GitlabLint.xml b/.idea/GitlabLint.xml deleted file mode 100644 index a0a60b8fad..0000000000 --- a/.idea/GitlabLint.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/active-tab-highlighter-v2.xml b/.idea/active-tab-highlighter-v2.xml deleted file mode 100644 index 258e6b214b..0000000000 --- a/.idea/active-tab-highlighter-v2.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index f60388162d..0000000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index 79ee123c2b..0000000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/csv-plugin.xml b/.idea/csv-plugin.xml deleted file mode 100644 index 2ddef5bc35..0000000000 --- a/.idea/csv-plugin.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/derskythe-darkflipper.iml b/.idea/derskythe-darkflipper.iml new file mode 100644 index 0000000000..b4f90a33cd --- /dev/null +++ b/.idea/derskythe-darkflipper.iml @@ -0,0 +1,11 @@ + + + + + + \ No newline at end of file diff --git a/.idea/git_toolbox_prj.xml b/.idea/git_toolbox_prj.xml deleted file mode 100644 index 4e57990e1a..0000000000 --- a/.idea/git_toolbox_prj.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index f525c2f96d..89c85391c0 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,28 +1,7 @@ \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index dd4c951ef4..0000000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index e303649ceb..c17755780e 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -8,8 +8,6 @@ - - @@ -17,9 +15,8 @@ - - - + + diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 5ffa06eb60..d8517c65b1 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,18 +1,14 @@ - - - + - - diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000000..edb28cf2a2 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { + "customColor": "", + "associatedIndex": 5 +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1723429436607 + + + + \ No newline at end of file diff --git a/.run/Serial Console.run.xml b/.run/Serial Console.run.xml new file mode 100644 index 0000000000..1b397c2197 --- /dev/null +++ b/.run/Serial Console.run.xml @@ -0,0 +1,19 @@ + + + + \ No newline at end of file diff --git a/.run/[RELEASE] Build.run.xml b/.run/Template Shell Script.run.xml similarity index 50% rename from .run/[RELEASE] Build.run.xml rename to .run/Template Shell Script.run.xml index a8382b55b2..9ad4baf73b 100644 --- a/.run/[RELEASE] Build.run.xml +++ b/.run/Template Shell Script.run.xml @@ -1,13 +1,13 @@ - -