Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Heltec-Aaron-Lee committed Oct 8, 2019
1 parent 74be328 commit b6959bf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Also you can talk in our forum: [http:https://community.heltec.cn/](http:https://community.h
 
## 简体中文

本项目由Heltec Automation 惠利特自动化科技有限公司公司提供
本项目由成都惠利特自动化科技有限公司开发

* 本项目旨在为ASR650x系列芯片提供Arduino便利的开发环境与例程库,方便用户完成对ASR650x系列芯片的快速部署与开发。

Expand All @@ -86,11 +86,7 @@ Also you can talk in our forum: [http:https://community.heltec.cn/](http:https://community.h
- [MacOS操作系统 -- 安装方法](InstallGuide/mac.md)
- [Linux操作系统(debian,ubuntu) -- 安装方法](InstallGuide/debian_ubuntu.md)


- 更多安装方法,还可以参考这里:[https://heltec.org/zh/asr650x_install/](xxx)

## 编码规则
可以参考这篇文章来了解Arduino的插件和编码规则:[EspExceptionDecoder](xxx).
 

## 问题讨论 & BUG报告

Expand Down
14 changes: 7 additions & 7 deletions platform.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name=CubeCell
version=0.0.1

tools.CubeCellflash.cmd.windows={runtime.tools.CubeCellflash.path}/CubeCellflash.exe
tools.CubeCellflash.cmd.linux={runtime.tools.CubeCellflash.path}/CubeCellflash
tools.CubeCellflash.cmd.macosx={runtime.tools.CubeCellflash.path}/CubeCellflash
tools.CubeCellflash.cmd.windows={runtime.platform.path}/tools/CubeCellflash/CubeCellflash.exe
tools.CubeCellflash.cmd.linux={runtime.platform.path}/tools/CubeCellflash/CubeCellflash
tools.CubeCellflash.cmd.macosx={runtime.platform.path}/tools/CubeCellflash/CubeCellflash

tools.CubeCellelftool.cmd.windows={runtime.tools.CubeCellelftool.path}/CubeCellelftool.exe
tools.CubeCellelftool.cmd.linux={runtime.tools.CubeCellelftool.path}/CubeCellelftool
tools.CubeCellelftool.cmd.macosx={runtime.tools.CubeCellelftool.path}/CubeCellelftool
tools.CubeCellelftool.cmd.windows={runtime.platform.path}/tools/CubeCellelftool/CubeCellelftool.exe
tools.CubeCellelftool.cmd.linux={runtime.platform.path}/tools/CubeCellelftool/CubeCellelftool
tools.CubeCellelftool.cmd.macosx={runtime.platform.path}/tools/CubeCellelftool/CubeCellelftool

compiler.warning_flags=-w
compiler.warning_flags.none=-w
compiler.warning_flags.default=
compiler.warning_flags.more=-Wall
compiler.warning_flags.all=-Wall -Wextra

compiler.path={runtime.tools.gcc-arm-none-eabi.path}/bin/
compiler.path={runtime.platform.path}/tools/gcc-arm-none-eabi/bin/

compiler.sdk.path={runtime.platform.path}/cores/asr650x
compiler.cpreprocessor.flags=-D{build.band} -DACTIVE_REGION=LORAMAC_{build.band} -DCLASS_MODE={build.LORAWAN_MODE} -DLoraWan_RGB={build.RGB} -DCY_CORE_ID=0 -DCONFIG_LORA_USE_TCXO -DCONFIG_MANUFACTURER="ASR" -DCONFIG_DEVICE_MODEL="6501" -DCONFIG_VERSION="v4.0" "-I{compiler.sdk.path}/board/" "-I{compiler.sdk.path}/board/src/" "-I{compiler.sdk.path}/board/inc/" "-I{compiler.sdk.path}/device/asr6501_lrwan/" "-I{compiler.sdk.path}/device/sx126x/" "-I{compiler.sdk.path}/kernel/protocols/lorawan/lora/mac/" "-I{compiler.sdk.path}/kernel/protocols/lorawan/lora/mac/region/" "-I{compiler.sdk.path}/kernel/protocols/lorawan/lora/system/" "-I{compiler.sdk.path}/kernel/protocols/lorawan/lora/system/crypto/" "-I{compiler.sdk.path}/port/" "-I{compiler.sdk.path}/port/include/" "-I{compiler.sdk.path}/projects/" "-I{compiler.sdk.path}/projects/PSoC4/" "-I{compiler.sdk.path}/cores/" "-I{compiler.sdk.path}/Serial/" "-I{compiler.sdk.path}/Wire/" "-I{compiler.sdk.path}/SPI/"
Expand Down

0 comments on commit b6959bf

Please sign in to comment.