new muori
This commit is contained in:
parent
c6eb320c55
commit
bea9ab0a3c
164 changed files with 221865 additions and 0 deletions
3
Debug/Core/Src/adc.cyclo
Normal file
3
Debug/Core/Src/adc.cyclo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
../Core/Src/adc.c:30:6:MX_ADC3_Init 3
|
||||
../Core/Src/adc.c:85:6:HAL_ADC_MspInit 2
|
||||
../Core/Src/adc.c:105:6:HAL_ADC_MspDeInit 2
|
||||
1
Debug/Core/Src/gpio.cyclo
Normal file
1
Debug/Core/Src/gpio.cyclo
Normal file
|
|
@ -0,0 +1 @@
|
|||
../Core/Src/gpio.c:43:6:MX_GPIO_Init 1
|
||||
4
Debug/Core/Src/main.cyclo
Normal file
4
Debug/Core/Src/main.cyclo
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
../Core/Src/main.c:130:6:SystemClock_Config 4
|
||||
../Core/Src/main.c:186:6:PeriphCommonClock_Config 2
|
||||
../Core/Src/main.c:76:5:main 1
|
||||
../Core/Src/main.c:245:6:Error_Handler 1
|
||||
1
Debug/Core/Src/pansi.cyclo
Normal file
1
Debug/Core/Src/pansi.cyclo
Normal file
|
|
@ -0,0 +1 @@
|
|||
../Core/Src/pansi.c:41:6:MOTD_init 1
|
||||
1
Debug/Core/Src/stm32h7xx_hal_msp.cyclo
Normal file
1
Debug/Core/Src/stm32h7xx_hal_msp.cyclo
Normal file
|
|
@ -0,0 +1 @@
|
|||
../Core/Src/stm32h7xx_hal_msp.c:63:6:HAL_MspInit 1
|
||||
12
Debug/Core/Src/stm32h7xx_it.cyclo
Normal file
12
Debug/Core/Src/stm32h7xx_it.cyclo
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
../Core/Src/stm32h7xx_it.c:71:6:NMI_Handler 1
|
||||
../Core/Src/stm32h7xx_it.c:86:6:HardFault_Handler 1
|
||||
../Core/Src/stm32h7xx_it.c:101:6:MemManage_Handler 1
|
||||
../Core/Src/stm32h7xx_it.c:116:6:BusFault_Handler 1
|
||||
../Core/Src/stm32h7xx_it.c:131:6:UsageFault_Handler 1
|
||||
../Core/Src/stm32h7xx_it.c:146:6:SVC_Handler 1
|
||||
../Core/Src/stm32h7xx_it.c:159:6:DebugMon_Handler 1
|
||||
../Core/Src/stm32h7xx_it.c:172:6:PendSV_Handler 1
|
||||
../Core/Src/stm32h7xx_it.c:185:6:SysTick_Handler 1
|
||||
../Core/Src/stm32h7xx_it.c:206:6:USART3_IRQHandler 1
|
||||
../Core/Src/stm32h7xx_it.c:220:6:TIM6_DAC_IRQHandler 1
|
||||
../Core/Src/stm32h7xx_it.c:234:6:ADC3_IRQHandler 1
|
||||
57
Debug/Core/Src/subdir.mk
Normal file
57
Debug/Core/Src/subdir.mk
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (13.3.rel1)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../Core/Src/adc.c \
|
||||
../Core/Src/gpio.c \
|
||||
../Core/Src/main.c \
|
||||
../Core/Src/pansi.c \
|
||||
../Core/Src/stm32h7xx_hal_msp.c \
|
||||
../Core/Src/stm32h7xx_it.c \
|
||||
../Core/Src/syscalls.c \
|
||||
../Core/Src/sysmem.c \
|
||||
../Core/Src/system_stm32h7xx.c \
|
||||
../Core/Src/tim.c \
|
||||
../Core/Src/usart.c
|
||||
|
||||
OBJS += \
|
||||
./Core/Src/adc.o \
|
||||
./Core/Src/gpio.o \
|
||||
./Core/Src/main.o \
|
||||
./Core/Src/pansi.o \
|
||||
./Core/Src/stm32h7xx_hal_msp.o \
|
||||
./Core/Src/stm32h7xx_it.o \
|
||||
./Core/Src/syscalls.o \
|
||||
./Core/Src/sysmem.o \
|
||||
./Core/Src/system_stm32h7xx.o \
|
||||
./Core/Src/tim.o \
|
||||
./Core/Src/usart.o
|
||||
|
||||
C_DEPS += \
|
||||
./Core/Src/adc.d \
|
||||
./Core/Src/gpio.d \
|
||||
./Core/Src/main.d \
|
||||
./Core/Src/pansi.d \
|
||||
./Core/Src/stm32h7xx_hal_msp.d \
|
||||
./Core/Src/stm32h7xx_it.d \
|
||||
./Core/Src/syscalls.d \
|
||||
./Core/Src/sysmem.d \
|
||||
./Core/Src/system_stm32h7xx.d \
|
||||
./Core/Src/tim.d \
|
||||
./Core/Src/usart.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Core/Src/%.o Core/Src/%.su Core/Src/%.cyclo: ../Core/Src/%.c Core/Src/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_PWR_LDO_SUPPLY -DUSE_HAL_DRIVER -DSTM32H743xx -c -I../Core/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc -I../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../Drivers/CMSIS/Include -O3 -ffunction-sections -fdata-sections -Wall -Wextra -pedantic -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Core-2f-Src
|
||||
|
||||
clean-Core-2f-Src:
|
||||
-$(RM) ./Core/Src/adc.cyclo ./Core/Src/adc.d ./Core/Src/adc.o ./Core/Src/adc.su ./Core/Src/gpio.cyclo ./Core/Src/gpio.d ./Core/Src/gpio.o ./Core/Src/gpio.su ./Core/Src/main.cyclo ./Core/Src/main.d ./Core/Src/main.o ./Core/Src/main.su ./Core/Src/pansi.cyclo ./Core/Src/pansi.d ./Core/Src/pansi.o ./Core/Src/pansi.su ./Core/Src/stm32h7xx_hal_msp.cyclo ./Core/Src/stm32h7xx_hal_msp.d ./Core/Src/stm32h7xx_hal_msp.o ./Core/Src/stm32h7xx_hal_msp.su ./Core/Src/stm32h7xx_it.cyclo ./Core/Src/stm32h7xx_it.d ./Core/Src/stm32h7xx_it.o ./Core/Src/stm32h7xx_it.su ./Core/Src/syscalls.cyclo ./Core/Src/syscalls.d ./Core/Src/syscalls.o ./Core/Src/syscalls.su ./Core/Src/sysmem.cyclo ./Core/Src/sysmem.d ./Core/Src/sysmem.o ./Core/Src/sysmem.su ./Core/Src/system_stm32h7xx.cyclo ./Core/Src/system_stm32h7xx.d ./Core/Src/system_stm32h7xx.o ./Core/Src/system_stm32h7xx.su ./Core/Src/tim.cyclo ./Core/Src/tim.d ./Core/Src/tim.o ./Core/Src/tim.su ./Core/Src/usart.cyclo ./Core/Src/usart.d ./Core/Src/usart.o ./Core/Src/usart.su
|
||||
|
||||
.PHONY: clean-Core-2f-Src
|
||||
|
||||
18
Debug/Core/Src/syscalls.cyclo
Normal file
18
Debug/Core/Src/syscalls.cyclo
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
../Core/Src/syscalls.c:44:6:initialise_monitor_handles 1
|
||||
../Core/Src/syscalls.c:48:5:_getpid 1
|
||||
../Core/Src/syscalls.c:53:5:_kill 1
|
||||
../Core/Src/syscalls.c:61:6:_exit 1
|
||||
../Core/Src/syscalls.c:67:27:_read 3
|
||||
../Core/Src/syscalls.c:80:27:_write 3
|
||||
../Core/Src/syscalls.c:92:5:_close 1
|
||||
../Core/Src/syscalls.c:99:5:_fstat 1
|
||||
../Core/Src/syscalls.c:106:5:_isatty 1
|
||||
../Core/Src/syscalls.c:112:5:_lseek 1
|
||||
../Core/Src/syscalls.c:120:5:_open 1
|
||||
../Core/Src/syscalls.c:128:5:_wait 1
|
||||
../Core/Src/syscalls.c:135:5:_unlink 1
|
||||
../Core/Src/syscalls.c:142:5:_times 1
|
||||
../Core/Src/syscalls.c:148:5:_stat 1
|
||||
../Core/Src/syscalls.c:155:5:_link 1
|
||||
../Core/Src/syscalls.c:163:5:_fork 1
|
||||
../Core/Src/syscalls.c:169:5:_execve 1
|
||||
1
Debug/Core/Src/sysmem.cyclo
Normal file
1
Debug/Core/Src/sysmem.cyclo
Normal file
|
|
@ -0,0 +1 @@
|
|||
../Core/Src/sysmem.c:53:7:_sbrk 3
|
||||
3
Debug/Core/Src/system_stm32h7xx.cyclo
Normal file
3
Debug/Core/Src/system_stm32h7xx.cyclo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
../Core/Src/system_stm32h7xx.c:180:6:SystemInit 5
|
||||
../Core/Src/system_stm32h7xx.c:354:6:SystemCoreClockUpdate 9
|
||||
../Core/Src/system_stm32h7xx.c:476:6:ExitRun0Mode 2
|
||||
3
Debug/Core/Src/tim.cyclo
Normal file
3
Debug/Core/Src/tim.cyclo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
../Core/Src/tim.c:30:6:MX_TIM6_Init 3
|
||||
../Core/Src/tim.c:63:6:HAL_TIM_Base_MspInit 2
|
||||
../Core/Src/tim.c:83:6:HAL_TIM_Base_MspDeInit 2
|
||||
3
Debug/Core/Src/usart.cyclo
Normal file
3
Debug/Core/Src/usart.cyclo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
../Core/Src/usart.c:31:6:MX_USART3_UART_Init 5
|
||||
../Core/Src/usart.c:74:6:HAL_UART_MspInit 2
|
||||
../Core/Src/usart.c:107:6:HAL_UART_MspDeInit 2
|
||||
27
Debug/Core/Startup/subdir.mk
Normal file
27
Debug/Core/Startup/subdir.mk
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (13.3.rel1)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
S_SRCS += \
|
||||
../Core/Startup/startup_stm32h743zitx.s
|
||||
|
||||
OBJS += \
|
||||
./Core/Startup/startup_stm32h743zitx.o
|
||||
|
||||
S_DEPS += \
|
||||
./Core/Startup/startup_stm32h743zitx.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Core/Startup/%.o: ../Core/Startup/%.s Core/Startup/subdir.mk
|
||||
arm-none-eabi-gcc -mcpu=cortex-m7 -g3 -DDEBUG -c -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" "$<"
|
||||
|
||||
clean: clean-Core-2f-Startup
|
||||
|
||||
clean-Core-2f-Startup:
|
||||
-$(RM) ./Core/Startup/startup_stm32h743zitx.d ./Core/Startup/startup_stm32h743zitx.o
|
||||
|
||||
.PHONY: clean-Core-2f-Startup
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue