1 Star 0 Fork 0

chen_zac/PlatformIO_AIR32F103CBT6_Bootloader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
platformio.ini 1005 Bytes
一键复制 编辑 原始数据 按行查看 历史
; 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]
default_envs = debug
[env]
; globally override framework-spl for all environments.
platform_packages =
maxgerhardt/framework-spl@2.10301.0
;maxgerhardt/framework-spl
platform = ststm32
board = air32f103cb
framework = spl
extra_scripts = add_nanolib.py
upload_protocol = cmsis-dap
debug_tool = cmsis-dap
lib_ldf_mode = deep
build_flags =
-D HXTAL_VALUE
-Iinclude
[env:release]
build_type = release
[env:debug]
build_type = debug
debug_build_flags = -Og -ggdb3 -g3
;board_build.ldscript = /home/chen/.platformio/packages/framework-spl/platformio/ldscripts/AIR32F103XB_APP.ld
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chen_zac/platform-io_-air32-f103-cbt6_-bootloader.git
git@gitee.com:chen_zac/platform-io_-air32-f103-cbt6_-bootloader.git
chen_zac
platform-io_-air32-f103-cbt6_-bootloader
PlatformIO_AIR32F103CBT6_Bootloader
bootloader

搜索帮助