Files
BR_YKC/Core/MDK-ARM/.eide/eide.yml

450 lines
19 KiB
YAML
Raw Normal View History

2026-03-31 15:46:04 +08:00
version: "4.1"
name: IPort
type: ARM
deviceName: STM32H743IITx
packDir: .pack/Keil/STM32H7xx_DFP.4.1.0
srcDirs: []
virtualFolder:
name: <virtual_root>
files:
- path: ../README.md
- path: ../../Doc/云快充平台协议V1.6.pdf
2026-03-31 15:46:04 +08:00
folders:
- name: Application
files: []
folders:
- name: MDK-ARM
files:
- path: startup_stm32h743xx.s
folders: []
- name: User
files: []
folders:
- name: Core
files:
- path: ../Core/Src/main.c
- path: ../Core/Src/gpio.c
- path: ../Core/Src/freertos.c
- path: ../Core/Src/dma.c
- path: ../Core/Src/usart.c
- path: ../Core/Src/stm32h7xx_it.c
- path: ../Core/Src/stm32h7xx_hal_msp.c
- path: ../Core/Src/stm32h7xx_hal_timebase_tim.c
folders: []
- name: LWIP
files: []
folders:
- name: Target
files:
- path: ../LWIP/Target/ethernetif.c
folders: []
- name: App
files:
- path: ../LWIP/App/lwip.c
- path: ../Middlewares/Third_Party/LwIP/src/apps/http/httpd.c
- path: ../Middlewares/Third_Party/LwIP/src/apps/http/fs.c
- path: ../Middlewares/Third_Party/LwIP/src/apps/http/fsdata_custom.c
folders: []
2026-04-30 17:16:01 +08:00
- name: USB
files: []
folders:
- name: App
files:
- path: ../USB_DEVICE/App/usb_device.c
- path: ../USB_DEVICE/App/usb_device.h
- path: ../USB_DEVICE/App/usbd_cdc_if.c
- path: ../USB_DEVICE/App/usbd_cdc_if.h
- path: ../USB_DEVICE/App/usbd_desc.c
- path: ../USB_DEVICE/App/usbd_desc.h
folders: []
- name: Target
files:
- path: ../USB_DEVICE/Target/usbd_conf.c
- path: ../USB_DEVICE/Target/usbd_conf.h
folders: []
2026-03-31 15:46:04 +08:00
- name: User
files: []
folders:
- name: Config
files:
- path: ../User/Global/global.h
folders: []
- name: Global
files:
- path: ../User/Global/g_init.c
- path: ../User/Global/g_runtime.c
- path: ../User/Global/g_dcpile.c
folders: []
- name: Os
files:
- path: ../User/Os/os_init.c
- path: ../User/Os/os_task.c
- path: ../User/Os/os_queue.c
- path: ../User/Os/os_semaphore.c
folders: []
- name: Hal
files:
- path: ../User/Hal/_hal_init.c
- path: ../User/Hal/_hal_usart.c
folders: []
- name: Driver
files:
- path: ../User/Driver/drv_init.c
folders: []
- name: Task
files:
- path: ../User/Task/HeartBeatTask.c
- path: ../User/Task/DatalinkTask.c
- path: ../User/Task/YkcTask.c
- path: ../User/Task/ChargerTask.c
folders: []
- name: Drivers
files: []
folders:
- name: STM32H7xx_HAL_Driver
files:
- path: ../Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_eth.c
- path: ../Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_eth_ex.c
- path: ../Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc.c
- path: ../Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc_ex.c
- path: ../Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash.c
- path: ../Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash_ex.c
- path: ../Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_gpio.c
- path: ../Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c
- path: ../Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma.c
- path: ../Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma_ex.c
- path: ../Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mdma.c
- path: ../Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr.c
- path: ../Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr_ex.c
- path: ../Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cortex.c
- path: ../Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c
- path: ../Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c.c
- path: ../Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c
- path: ../Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_exti.c
- path: ../Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim.c
- path: ../Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim_ex.c
- path: ../Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_uart.c
- path: ../Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_uart_ex.c
2026-04-30 17:16:01 +08:00
- path: ../Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pcd.c
- path: ../Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pcd_ex.c
- path: ../Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_usb.c
- path: ../Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_nand.c
- path: ../Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_fmc.c
2026-03-31 15:46:04 +08:00
folders: []
- name: CMSIS
files:
- path: ../Core/Src/system_stm32h7xx.c
folders: []
- name: BSP
files: []
folders:
- name: Components
files:
- path: ../Drivers/BSP/Components/yt8512c/yt8512c.c
- path: ../Drivers/BSP/Components/lan8742/lan8742.c
folders: []
2026-04-30 17:16:01 +08:00
- name: STM32_USB_Device_Library
files: []
folders:
- name: Core
files:
- path: ../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c
- path: ../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c
- path: ../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c
folders: []
- name: CDC
files:
- path: ../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c
- path: ../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc_if_template.c
folders: []
2026-03-31 15:46:04 +08:00
- name: Middlewares
files: []
folders:
- name: FreeRTOS
files:
- path: ../Middlewares/Third_Party/FreeRTOS/Source/croutine.c
- path: ../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
- path: ../Middlewares/Third_Party/FreeRTOS/Source/list.c
- path: ../Middlewares/Third_Party/FreeRTOS/Source/queue.c
- path: ../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
- path: ../Middlewares/Third_Party/FreeRTOS/Source/tasks.c
- path: ../Middlewares/Third_Party/FreeRTOS/Source/timers.c
- path: ../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
- path: ../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
- path: ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c
folders: []
- name: LwIP
files:
- path: ../Middlewares/Third_Party/LwIP/src/netif/ppp/auth.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/ppp/ccp.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/ppp/chap_ms.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/ppp/chap-md5.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/ppp/chap-new.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/ppp/demand.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/ppp/eap.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/ppp/eui64.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/ppp/fsm.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/ppp/ipcp.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/ppp/ipv6cp.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/ppp/lcp.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/ppp/magic.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/ppp/mppe.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/ppp/multilink.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/ppp/ppp.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/ppp/pppapi.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/ppp/pppcrypt.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/ppp/pppoe.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/ppp/pppol2tp.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/ppp/pppos.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/ppp/upap.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/ppp/utils.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/ppp/vj.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/bridgeif.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/bridgeif_fdb.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/ethernet.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/lowpan6.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/lowpan6_ble.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/lowpan6_common.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/slipif.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/zepif.c
- path: ../Middlewares/Third_Party/LwIP/src/netif/ppp/ecp.c
- path: ../Middlewares/Third_Party/LwIP/src/api/api_lib.c
- path: ../Middlewares/Third_Party/LwIP/src/api/api_msg.c
- path: ../Middlewares/Third_Party/LwIP/src/api/err.c
- path: ../Middlewares/Third_Party/LwIP/src/api/if_api.c
- path: ../Middlewares/Third_Party/LwIP/src/api/netbuf.c
- path: ../Middlewares/Third_Party/LwIP/src/api/netdb.c
- path: ../Middlewares/Third_Party/LwIP/src/api/netifapi.c
- path: ../Middlewares/Third_Party/LwIP/src/api/sockets.c
- path: ../Middlewares/Third_Party/LwIP/src/api/tcpip.c
- path: ../Middlewares/Third_Party/LwIP/src/core/altcp.c
- path: ../Middlewares/Third_Party/LwIP/src/core/altcp_alloc.c
- path: ../Middlewares/Third_Party/LwIP/src/core/altcp_tcp.c
- path: ../Middlewares/Third_Party/LwIP/src/core/def.c
- path: ../Middlewares/Third_Party/LwIP/src/core/dns.c
- path: ../Middlewares/Third_Party/LwIP/src/core/inet_chksum.c
- path: ../Middlewares/Third_Party/LwIP/src/core/init.c
- path: ../Middlewares/Third_Party/LwIP/src/core/ip.c
- path: ../Middlewares/Third_Party/LwIP/src/core/mem.c
- path: ../Middlewares/Third_Party/LwIP/src/core/memp.c
- path: ../Middlewares/Third_Party/LwIP/src/core/netif.c
- path: ../Middlewares/Third_Party/LwIP/src/core/pbuf.c
- path: ../Middlewares/Third_Party/LwIP/src/core/raw.c
- path: ../Middlewares/Third_Party/LwIP/src/core/stats.c
- path: ../Middlewares/Third_Party/LwIP/src/core/sys.c
- path: ../Middlewares/Third_Party/LwIP/src/core/tcp.c
- path: ../Middlewares/Third_Party/LwIP/src/core/tcp_in.c
- path: ../Middlewares/Third_Party/LwIP/src/core/tcp_out.c
- path: ../Middlewares/Third_Party/LwIP/src/core/timeouts.c
- path: ../Middlewares/Third_Party/LwIP/src/core/udp.c
- path: ../Middlewares/Third_Party/LwIP/src/core/ipv4/autoip.c
- path: ../Middlewares/Third_Party/LwIP/src/core/ipv4/dhcp.c
- path: ../Middlewares/Third_Party/LwIP/src/core/ipv4/etharp.c
- path: ../Middlewares/Third_Party/LwIP/src/core/ipv4/icmp.c
- path: ../Middlewares/Third_Party/LwIP/src/core/ipv4/igmp.c
- path: ../Middlewares/Third_Party/LwIP/src/core/ipv4/ip4.c
- path: ../Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_addr.c
- path: ../Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_frag.c
- path: ../Middlewares/Third_Party/LwIP/src/core/ipv6/dhcp6.c
- path: ../Middlewares/Third_Party/LwIP/src/core/ipv6/ethip6.c
- path: ../Middlewares/Third_Party/LwIP/src/core/ipv6/icmp6.c
- path: ../Middlewares/Third_Party/LwIP/src/core/ipv6/inet6.c
- path: ../Middlewares/Third_Party/LwIP/src/core/ipv6/ip6.c
- path: ../Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_addr.c
- path: ../Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_frag.c
- path: ../Middlewares/Third_Party/LwIP/src/core/ipv6/mld6.c
- path: ../Middlewares/Third_Party/LwIP/src/core/ipv6/nd6.c
- path: ../Middlewares/Third_Party/LwIP/system/OS/sys_arch.c
- path: ../Middlewares/Third_Party/LwIP/src/apps/mqtt/mqtt.c
folders: []
- name: Ykc
files:
- path: ../Middlewares/Third_Party/Ykc/charger_to_server.c
- path: ../Middlewares/Third_Party/Ykc/server_common.c
- path: ../Middlewares/Third_Party/Ykc/server_to_charger.c
folders: []
- name: cJSON
files:
- path: ../Middlewares/Third_Party/cJSON/cJSON.c
- path: ../Middlewares/Third_Party/cJSON/cJSON.h
folders: []
- name: ::CMSIS
files: []
folders: []
dependenceList: []
outDir: build
miscInfo:
uid: f117d68000d40387e0d64e5bf9b2639c
targets:
IPort:
cppPreprocessAttrs:
defineList:
- USE_HAL_DRIVER
- STM32H743xx
incList:
- .
- ../Core/Inc
- ../Drivers/STM32H7xx_HAL_Driver/Inc
- ../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy
- ../Drivers/CMSIS/Device/ST/STM32H7xx/Include
- ../Drivers/CMSIS/Include
- ../User/Global
- ../Middlewares/Third_Party/FreeRTOS/Source/include
- ../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS
- ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM4F
- ../User/Driver
- ../User/Hal
- ../User/Task
- ../User/Os
- ../LWIP/App
- ../LWIP/Target
- ../Middlewares/Third_Party/LwIP/src/include
- ../Middlewares/Third_Party/LwIP/system
- ../Drivers/BSP/Components/lan8742
- ../Middlewares/Third_Party/LwIP/src/include/netif/ppp
- ../Middlewares/Third_Party/LwIP/src/include/lwip
- ../Middlewares/Third_Party/LwIP/src/include/lwip/apps
- ../Middlewares/Third_Party/LwIP/src/include/lwip/priv
- ../Middlewares/Third_Party/LwIP/src/include/lwip/prot
- ../Middlewares/Third_Party/LwIP/src/include/netif
- ../Middlewares/Third_Party/LwIP/src/include/compat/posix
- ../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa
- ../Middlewares/Third_Party/LwIP/src/include/compat/posix/net
- ../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys
- ../Middlewares/Third_Party/LwIP/src/include/compat/stdc
- ../Middlewares/Third_Party/LwIP/system/arch
- ../Drivers/BSP/Components/yt8512c
- .cmsis/include
- RTE/_IPort
- ../Middlewares/Third_Party/Ykc
- ../Middlewares/Third_Party/cJSON
2026-04-30 17:16:01 +08:00
- ../USB_DEVICE/App
- ../USB_DEVICE/Target
- ../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc
- ../Middlewares/ST/STM32_USB_Device_Library/Core/Inc
2026-03-31 15:46:04 +08:00
libList: []
excludeList:
- <virtual_root>/User/Hal/_hal_myi2c.c
2026-04-30 17:16:01 +08:00
settings:
debugger: cortex-debug
2026-03-31 15:46:04 +08:00
toolchain: AC5
toolchainConfigMap:
AC5:
archExtensions: ""
cpuType: Cortex-M7
floatingPointHardware: double
options:
version: 4
afterBuildTasks: []
asm-compiler: {}
beforeBuildTasks: []
c/cpp-compiler:
CXX_FLAGS: --diag_suppress=1 --diag_suppress=1295
C_FLAGS: --diag_suppress=1 --diag_suppress=1295
c99-mode: true
gnu-extensions: true
one-elf-section-per-function: true
optimization: level-0
warnings: unspecified
global:
output-debug-info: enable
use-microLIB: true
linker:
$outputTaskExcludes:
- .bin
output-format: elf
ro-base: ""
rw-base: ""
xo-base: ""
scatterFilePath: ""
storageLayout:
RAM:
- id: 1
isChecked: false
mem:
size: "0x0"
startAddr: "0x0"
noInit: false
tag: RAM
- id: 2
isChecked: false
mem:
size: "0x0"
startAddr: "0x0"
noInit: false
tag: RAM
- id: 3
isChecked: false
mem:
size: "0x0"
startAddr: "0x0"
noInit: false
tag: RAM
- id: 1
isChecked: false
mem:
size: "0x20000"
startAddr: "0x20000000"
noInit: false
tag: IRAM
- id: 2
isChecked: true
mem:
size: "0x80000"
startAddr: "0x24000000"
noInit: false
tag: IRAM
ROM:
- id: 1
isChecked: false
isStartup: false
mem:
size: "0x0"
startAddr: "0x0"
tag: ROM
- id: 2
isChecked: false
isStartup: false
mem:
size: "0x0"
startAddr: "0x0"
tag: ROM
- id: 3
isChecked: false
isStartup: false
mem:
size: "0x0"
startAddr: "0x0"
tag: ROM
- id: 1
isChecked: true
isStartup: true
mem:
size: "0x200000"
startAddr: "0x8000000"
tag: IROM
- id: 2
isChecked: false
isStartup: false
mem:
size: "0x0"
startAddr: "0x0"
tag: IROM
useCustomScatterFile: false
uploadConfigMap:
JLink:
baseAddr: ""
bin: ""
cpuInfo:
cpuName: "null"
vendor: "null"
otherCmds: ""
proType: 1
speed: 8000
OpenOCD:
baseAddr: "0x08000000"
bin: ""
interface: cmsis-dap
target: stm32h7x
uploader: OpenOCD