| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- version: "4.1"
- name: Project
- type: ARM
- deviceName: null
- packDir: .pack/Puya/PY32F0xx_DFP.1.2.19
- srcDirs: []
- virtualFolder:
- name: <virtual_root>
- files:
- - path: docs/面板功能说明.md
- folders:
- - name: BSP
- files:
- - path: ../Drivers/BSP/PY32F030xx_Start_Kit/py32f030xx_Start_Kit.c
- folders: []
- - name: Common
- files:
- - path: ../Src/system_py32f0xx.c
- - path: startup_py32f030xx.s
- folders: []
- - name: Doc
- files:
- - path: ../readme.txt
- folders: []
- - name: PY32F0xx_HAL_Driver
- files:
- - path: ../Drivers/PY32F0xx_HAL_Driver/Src/py32f0xx_hal.c
- - path: ../Drivers/PY32F0xx_HAL_Driver/Src/py32f0xx_hal_rcc.c
- - path: ../Drivers/PY32F0xx_HAL_Driver/Src/py32f0xx_hal_rcc_ex.c
- - path: ../Drivers/PY32F0xx_HAL_Driver/Src/py32f0xx_hal_flash.c
- - path: ../Drivers/PY32F0xx_HAL_Driver/Src/py32f0xx_hal_gpio.c
- - path: ../Drivers/PY32F0xx_HAL_Driver/Src/py32f0xx_hal_tim.c
- - path: ../Drivers/PY32F0xx_HAL_Driver/Src/py32f0xx_hal_tim_ex.c
- - path: ../Drivers/PY32F0xx_HAL_Driver/Src/py32f0xx_hal_dma.c
- - path: ../Drivers/PY32F0xx_HAL_Driver/Src/py32f0xx_hal_pwr.c
- - path: ../Drivers/PY32F0xx_HAL_Driver/Src/py32f0xx_hal_uart.c
- - path: ../Drivers/PY32F0xx_HAL_Driver/Src/py32f0xx_hal_cortex.c
- folders: []
- - name: User
- files:
- - path: ../Src/main.c
- - path: ../Src/py32f0xx_hal_msp.c
- - path: ../Src/py32f0xx_it.c
- - path: ../Src/led_driver.c
- - path: ../Src/battery_display.c
- - path: ../Src/input_scan.c
- - path: ../Src/uart_protocol.c
- folders: []
- dependenceList: []
- outDir: .
- miscInfo:
- uid: 36bcf0031e18a3008bbdaa90a96a7987
- targets:
- Project:
- cppPreprocessAttrs:
- defineList:
- - USE_HAL_DRIVER
- - PY32F030x8
- incList:
- - .
- - ../Inc
- - ../Drivers/BSP/PY32F030xx_Start_Kit
- - ../Drivers/CMSIS/Include
- - ../Drivers/CMSIS/Device/PY32F0xx/Include
- - ../Drivers/PY32F0xx_HAL_Driver/Inc
- libList: []
- excludeList: []
- settings:
- debugger: cortex-debug
- toolchain: GCC
- toolchainConfigMap:
- GCC:
- archExtensions: ""
- cpuType: Cortex-M0+
- floatingPointHardware: none
- options:
- version: 5
- afterBuildTasks: []
- asm-compiler: {}
- beforeBuildTasks: []
- c/cpp-compiler:
- language-c: c11
- language-cpp: c++11
- one-elf-section-per-data: true
- one-elf-section-per-function: true
- optimization: level-debug
- warnings: all-warnings
- global:
- $float-abi-type: softfp
- arm-thumb-mode: thumb
- misc-control: --specs=nosys.specs --specs=nano.specs
- output-debug-info: enable
- linker:
- $toolName: auto
- LIB_FLAGS: -lm
- output-format: elf
- remove-unused-input-sections: true
- scatterFilePath: py32f030x8.ld
- storageLayout:
- RAM: []
- ROM: []
- useCustomScatterFile: true
- uploadConfigMap:
- JLink:
- baseAddr: ""
- bin: ""
- cpuInfo:
- cpuName: PY32F030x8
- vendor: Puya
- otherCmds: ""
- proType: 1
- speed: 8000
- OpenOCD:
- baseAddr: "0x08000000"
- bin: ""
- interface: cmsis-dap
- target: py32f030
- pyOCD:
- baseAddr: "0x08000000"
- bin: ""
- config: .eide/project.pyocd.yaml
- otherCmds: '"--pack="D:\PY32F0xx_Firmware_V1.5.0\Packs\MDK\Puya.PY32F0xx_DFP.1.2.19.pack""'
- speed: 8M
- targetName: PY32F030x8
- uploader: pyOCD
|