From 33388e60abc334070ec0cf53b8d30b9db9053c57 Mon Sep 17 00:00:00 2001 From: Zhao_Jiasheng <18535861947@163.com> Date: Thu, 3 Jun 2021 17:48:02 +0800 Subject: [PATCH 1/3] Adjust directory structure --- .gitignore | 1 + APP_Framework/Applications/test | 0 APP_Framework/Framework/test | 0 Ubiquitous/Nuttx/test | 0 Ubiquitous/RT_Thread/test | 0 5 files changed, 1 insertion(+) create mode 100644 .gitignore create mode 100644 APP_Framework/Applications/test create mode 100644 APP_Framework/Framework/test create mode 100644 Ubiquitous/Nuttx/test create mode 100644 Ubiquitous/RT_Thread/test diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..722d5e71d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode diff --git a/APP_Framework/Applications/test b/APP_Framework/Applications/test new file mode 100644 index 000000000..e69de29bb diff --git a/APP_Framework/Framework/test b/APP_Framework/Framework/test new file mode 100644 index 000000000..e69de29bb diff --git a/Ubiquitous/Nuttx/test b/Ubiquitous/Nuttx/test new file mode 100644 index 000000000..e69de29bb diff --git a/Ubiquitous/RT_Thread/test b/Ubiquitous/RT_Thread/test new file mode 100644 index 000000000..e69de29bb From 836eae32c405d40b5d781af616eb5fdc00093b1b Mon Sep 17 00:00:00 2001 From: Zhao_Jiasheng <18535861947@163.com> Date: Thu, 3 Jun 2021 17:49:48 +0800 Subject: [PATCH 2/3] Delete .vscode --- .gitignore | 1 - .vscode/settings.json | 40 ---------------------------------------- 2 files changed, 41 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 722d5e71d..e69de29bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +0,0 @@ -.vscode diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 8c95d14a7..000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "files.associations": { - "xs_adapter_manager.h": "c", - "xs_adapter_at_nbiot.h": "c", - "xs_klist.h": "c", - "user_api.h": "c", - "xs_adapter_def.h": "c", - "xs_adapter_at_agent.h": "c", - "xs_adapter_at.h": "c", - "bus_serial.h": "c", - "xs_adapter_at_wifi.h": "c", - "dev_serial.h": "c", - "xs_adapter.h": "c", - "stdbool.h": "c", - "xs_base.h": "c", - "stddef.h": "c", - "ostream": "cpp", - "sensor.h": "c", - "string.h": "c", - "adapter.h": "c", - "array": "c", - "chrono": "c", - "functional": "c", - "istream": "c", - "ratio": "c", - "tuple": "c", - "type_traits": "c", - "utility": "c", - "string_view": "c", - "stm32f4xx.h": "c", - "extmem.h": "c", - "system_stm32f4xx.h": "c", - "core_cm4.h": "c", - "stdint.h": "c", - "board.h": "c", - "connect_usart.h": "c", - "device.h": "c", - "xiuos.h": "c" - } -} \ No newline at end of file From 7f1805e498dd952ec315ef7e7821d4cce3c953e3 Mon Sep 17 00:00:00 2001 From: Zhao_Jiasheng <18535861947@163.com> Date: Thu, 3 Jun 2021 17:50:28 +0800 Subject: [PATCH 3/3] Add .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e69de29bb..722d5e71d 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +.vscode