Skip to content

Commit d946761

Browse files
committed
doc: update readme
1 parent 708c964 commit d946761

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
51单片机示例
22
====
33

4-
作者会在以下平台不定期更新教程视频
5-
64
[![](./bilibili.svg)](https://space.bilibili.com/25043249)
75
[![](./youtube.svg)](https://www.youtube.com/channel/UCmGaZOmnP5qx8bbdsPrBPtg)
86

@@ -57,3 +55,10 @@
5755
- [C/C++](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) _language support for C/C++ to Visual Studio Code_
5856
- [Doxygen Documentation Generator](https://marketplace.visualstudio.com/items?itemName=cschlosser.doxdocgen) _Doxygen Documentation generation on the fly by starting a Doxygen comment block and pressing enter_
5957
- [EditorConfig for VS Code](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig)
58+
59+
### Tips
60+
- 如果你使用VSCode 和 `C/C++`插件,那么需要修改`.vscode/c_cpp_properties.json`文件中的`includePath``compilerPath`
61+
- 如果你使用的sdcc版本大于3.6,那么需要修改`putchar`方法的定义。
62+
> Mar 1st, 2018: SDCC 3.7.0 released.
63+
64+
> Changed putchar() prototype from void putchar(char) to int putchar(int) to improve standard-compliance and allow error reporting.

0 commit comments

Comments
 (0)