1 Star 0 Fork 0

xhycode/rebot_car

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
platformio.ini 845 Bytes
一键复制 编辑 原始数据 按行查看 历史
xhycode 提交于 2020-10-16 00:37 +08:00 . 编译型号改成rc
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[platformio]
env_default = genericSTM32F103RC
; env_default = genericSTM32F103C8
[env:genericSTM32F103RC]
platform = ststm32
framework = arduino
board = genericSTM32F103RC
build_flags = !python src/flag_script.py
-fmax-errors=5
-g
-ggdb3
-std=gnu++14
-DXTAL8M
[env:genericSTM32F103C8]
platform = ststm32
framework = arduino
board = genericSTM32F103C8
build_flags = !python src/flag_script.py
-fmax-errors=5
-g
-ggdb3
-std=gnu++14
-DXTAL8M
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xhycode/rebot_car.git
git@gitee.com:xhycode/rebot_car.git
xhycode
rebot_car
rebot_car
master

搜索帮助