代码拉取完成,页面将自动刷新
; 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
##################################################
# Main ini settings
##################################################
[platformio]
src_dir = src
lib_dir = lib
boards_dir = platformIO/boards
; default_envs = MKS_ROBIN_NANO_V3
default_envs = FireBoard_F429
extra_configs =
ini/stm32_common.ini
ini/stm32_f4_serial.ini
ini/stm32_g0_serial.ini
##################################################
# All env common settings
##################################################
[common]
build_flags =
-Wl,-u_printf_float,-Map,output.map
-Og
-Isrc/FreeRTOS/include
-Isrc/FreeRTOS/CMSIS_RTOS
build_src_filter =
+<*>
-<.git/> -<.svn/> -<example/> -<examples/>
-<test/> -<tests/>
##################################################
# Settings for Cortex-M4F
##################################################
[common_fpu]
build_flags =
-mthumb -march=armv7e-m -mfloat-abi=hard -mfpu=fpv4-sp-d16
-u_printf_float
extra_scripts =
platformIO/scrript/update_link_flags.py
##################################################
# Rename Firmware name
##################################################
[common_remane]
extra_scripts = pre:platformIO/scrript/rename.py
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。