Navigation Menu

Skip to content

Commit

Permalink
doc: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hungtcs committed Sep 11, 2021
1 parent 708c964 commit d946761
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
@@ -1,8 +1,6 @@
51单片机示例
====

作者会在以下平台不定期更新教程视频

[![](./bilibili.svg)](https://space.bilibili.com/25043249)
[![](./youtube.svg)](https://www.youtube.com/channel/UCmGaZOmnP5qx8bbdsPrBPtg)

Expand Down Expand Up @@ -57,3 +55,10 @@
- [C/C++](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) _language support for C/C++ to Visual Studio Code_
- [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_
- [EditorConfig for VS Code](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig)

### Tips
- 如果你使用VSCode 和 `C/C++`插件,那么需要修改`.vscode/c_cpp_properties.json`文件中的`includePath``compilerPath`
- 如果你使用的sdcc版本大于3.6,那么需要修改`putchar`方法的定义。
> Mar 1st, 2018: SDCC 3.7.0 released.
> Changed putchar() prototype from void putchar(char) to int putchar(int) to improve standard-compliance and allow error reporting.

0 comments on commit d946761

Please sign in to comment.