[Feature]Upload Modem source code

Change-Id: Id4294f30faced84d3e6fd6d5e61e1111bf287a37
diff --git a/mcu/tools/ClangFormat/SS_ClangFormat.sh b/mcu/tools/ClangFormat/SS_ClangFormat.sh
new file mode 100755
index 0000000..cea729d
--- /dev/null
+++ b/mcu/tools/ClangFormat/SS_ClangFormat.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+file_name=$1
+output="SS_ClangFormat_$file_name"
+clang-format-3.9 -style="{BasedOnStyle: LLVM, IndentWidth: 4, UseTab: Never, BreakBeforeBraces: Linux, Language: Cpp, BreakStringLiterals: false, ColumnLimit: 85, AlignConsecutiveAssignments: true, AlignConsecutiveDeclarations: true, SortIncludes: false, ReflowComments: false, MaxEmptyLinesToKeep: 2, BinPackArguments: true, AlignEscapedNewlinesLeft: true}" $1 > $output