Skip to content

Commit

Permalink
update printf and micro-shell. HMI WIP.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuxingliang committed Jan 27, 2019
1 parent 4492dd1 commit f836c69
Show file tree
Hide file tree
Showing 32 changed files with 3,020 additions and 1,700 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ OUT/
*.bin
*.elf
*.list
*.scvd

3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "src/printf"]
path = src/printf
url = https://github.com/mpaland/printf
15 changes: 14 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@
"stm32f0xx_rcc.h": "c",
"uart.h": "c",
"xshell.h": "c",
"xprintf.h": "c"
"xprintf.h": "c",
"ush.h": "c",
"printf.h": "c",
"sstream": "c",
"system_error": "c",
"string.h": "c",
"*.tcc": "c",
"optional": "c",
"ratio": "c",
"type_traits": "c",
"functional": "c",
"displed.h": "c",
"menu.h": "c",
"hmi.h": "c"
},
}
686 changes: 17 additions & 669 deletions LICENSE

Large diffs are not rendered by default.

Loading

0 comments on commit f836c69

Please sign in to comment.