This commit is contained in:
Andrea Gonelli
2025-08-25 21:07:59 +02:00
parent 2f417e0acd
commit 6806d8485f
2221 changed files with 1285722 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
../Core/Src/main.c:66:5:main 1
../Core/Src/main.c:111:6:SystemClock_Config 3
../Core/Src/main.c:152:13:MX_TIM3_Init 6
../Core/Src/main.c:209:13:MX_GPIO_Init 1
../Core/Src/main.c:232:6:Error_Handler 1

View File

@@ -0,0 +1,60 @@
Core/Src/main.o: ../Core/Src/main.c ../Core/Inc/main.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal.h \
../Core/Inc/stm32g0xx_hal_conf.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_def.h \
../Drivers/CMSIS/Device/ST/STM32G0xx/Include/stm32g0xx.h \
../Drivers/CMSIS/Device/ST/STM32G0xx/Include/stm32g030xx.h \
../Drivers/CMSIS/Include/core_cm0plus.h \
../Drivers/CMSIS/Include/cmsis_version.h \
../Drivers/CMSIS/Include/cmsis_compiler.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/mpu_armv7.h \
../Drivers/CMSIS/Device/ST/STM32G0xx/Include/system_stm32g0xx.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_rcc.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc_ex.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio_ex.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dma.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dmamux.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma_ex.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cortex.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_exti.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash_ex.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr_ex.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim_ex.h
../Core/Inc/main.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal.h:
../Core/Inc/stm32g0xx_hal_conf.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_def.h:
../Drivers/CMSIS/Device/ST/STM32G0xx/Include/stm32g0xx.h:
../Drivers/CMSIS/Device/ST/STM32G0xx/Include/stm32g030xx.h:
../Drivers/CMSIS/Include/core_cm0plus.h:
../Drivers/CMSIS/Include/cmsis_version.h:
../Drivers/CMSIS/Include/cmsis_compiler.h:
../Drivers/CMSIS/Include/cmsis_gcc.h:
../Drivers/CMSIS/Include/mpu_armv7.h:
../Drivers/CMSIS/Device/ST/STM32G0xx/Include/system_stm32g0xx.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_rcc.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc_ex.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio_ex.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dma.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dmamux.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma_ex.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cortex.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_exti.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash_ex.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr_ex.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim_ex.h:

Binary file not shown.

View File

@@ -0,0 +1,5 @@
../Core/Src/main.c:66:5:main 8 static
../Core/Src/main.c:111:6:SystemClock_Config 88 static
../Core/Src/main.c:152:13:MX_TIM3_Init 48 static
../Core/Src/main.c:209:13:MX_GPIO_Init 16 static
../Core/Src/main.c:232:6:Error_Handler 8 static,ignoring_inline_asm

View File

@@ -0,0 +1,4 @@
../Core/Src/stm32g0xx_hal_msp.c:65:6:HAL_MspInit 1
../Core/Src/stm32g0xx_hal_msp.c:88:6:HAL_TIM_PWM_MspInit 2
../Core/Src/stm32g0xx_hal_msp.c:105:6:HAL_TIM_MspPostInit 2
../Core/Src/stm32g0xx_hal_msp.c:147:6:HAL_TIM_PWM_MspDeInit 2

View File

@@ -0,0 +1,60 @@
Core/Src/stm32g0xx_hal_msp.o: ../Core/Src/stm32g0xx_hal_msp.c \
../Core/Inc/main.h ../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal.h \
../Core/Inc/stm32g0xx_hal_conf.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_def.h \
../Drivers/CMSIS/Device/ST/STM32G0xx/Include/stm32g0xx.h \
../Drivers/CMSIS/Device/ST/STM32G0xx/Include/stm32g030xx.h \
../Drivers/CMSIS/Include/core_cm0plus.h \
../Drivers/CMSIS/Include/cmsis_version.h \
../Drivers/CMSIS/Include/cmsis_compiler.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/mpu_armv7.h \
../Drivers/CMSIS/Device/ST/STM32G0xx/Include/system_stm32g0xx.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_rcc.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc_ex.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio_ex.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dma.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dmamux.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma_ex.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cortex.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_exti.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash_ex.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr_ex.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim_ex.h
../Core/Inc/main.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal.h:
../Core/Inc/stm32g0xx_hal_conf.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_def.h:
../Drivers/CMSIS/Device/ST/STM32G0xx/Include/stm32g0xx.h:
../Drivers/CMSIS/Device/ST/STM32G0xx/Include/stm32g030xx.h:
../Drivers/CMSIS/Include/core_cm0plus.h:
../Drivers/CMSIS/Include/cmsis_version.h:
../Drivers/CMSIS/Include/cmsis_compiler.h:
../Drivers/CMSIS/Include/cmsis_gcc.h:
../Drivers/CMSIS/Include/mpu_armv7.h:
../Drivers/CMSIS/Device/ST/STM32G0xx/Include/system_stm32g0xx.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_rcc.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc_ex.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio_ex.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dma.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dmamux.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma_ex.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cortex.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_exti.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash_ex.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr_ex.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim_ex.h:

Binary file not shown.

View File

@@ -0,0 +1,4 @@
../Core/Src/stm32g0xx_hal_msp.c:65:6:HAL_MspInit 16 static
../Core/Src/stm32g0xx_hal_msp.c:88:6:HAL_TIM_PWM_MspInit 24 static
../Core/Src/stm32g0xx_hal_msp.c:105:6:HAL_TIM_MspPostInit 56 static
../Core/Src/stm32g0xx_hal_msp.c:147:6:HAL_TIM_PWM_MspDeInit 16 static

View File

@@ -0,0 +1,5 @@
../Core/Src/stm32g0xx_it.c:69:6:NMI_Handler 1
../Core/Src/stm32g0xx_it.c:84:6:HardFault_Handler 1
../Core/Src/stm32g0xx_it.c:99:6:SVC_Handler 1
../Core/Src/stm32g0xx_it.c:112:6:PendSV_Handler 1
../Core/Src/stm32g0xx_it.c:125:6:SysTick_Handler 1

View File

@@ -0,0 +1,62 @@
Core/Src/stm32g0xx_it.o: ../Core/Src/stm32g0xx_it.c ../Core/Inc/main.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal.h \
../Core/Inc/stm32g0xx_hal_conf.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_def.h \
../Drivers/CMSIS/Device/ST/STM32G0xx/Include/stm32g0xx.h \
../Drivers/CMSIS/Device/ST/STM32G0xx/Include/stm32g030xx.h \
../Drivers/CMSIS/Include/core_cm0plus.h \
../Drivers/CMSIS/Include/cmsis_version.h \
../Drivers/CMSIS/Include/cmsis_compiler.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/mpu_armv7.h \
../Drivers/CMSIS/Device/ST/STM32G0xx/Include/system_stm32g0xx.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_rcc.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc_ex.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio_ex.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dma.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dmamux.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma_ex.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cortex.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_exti.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash_ex.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr_ex.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim_ex.h \
../Core/Inc/stm32g0xx_it.h
../Core/Inc/main.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal.h:
../Core/Inc/stm32g0xx_hal_conf.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_def.h:
../Drivers/CMSIS/Device/ST/STM32G0xx/Include/stm32g0xx.h:
../Drivers/CMSIS/Device/ST/STM32G0xx/Include/stm32g030xx.h:
../Drivers/CMSIS/Include/core_cm0plus.h:
../Drivers/CMSIS/Include/cmsis_version.h:
../Drivers/CMSIS/Include/cmsis_compiler.h:
../Drivers/CMSIS/Include/cmsis_gcc.h:
../Drivers/CMSIS/Include/mpu_armv7.h:
../Drivers/CMSIS/Device/ST/STM32G0xx/Include/system_stm32g0xx.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_rcc.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc_ex.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio_ex.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dma.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dmamux.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma_ex.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cortex.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_exti.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash_ex.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr_ex.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim_ex.h:
../Core/Inc/stm32g0xx_it.h:

Binary file not shown.

View File

@@ -0,0 +1,5 @@
../Core/Src/stm32g0xx_it.c:69:6:NMI_Handler 8 static
../Core/Src/stm32g0xx_it.c:84:6:HardFault_Handler 8 static
../Core/Src/stm32g0xx_it.c:99:6:SVC_Handler 8 static
../Core/Src/stm32g0xx_it.c:112:6:PendSV_Handler 8 static
../Core/Src/stm32g0xx_it.c:125:6:SysTick_Handler 8 static

View File

@@ -0,0 +1,42 @@
################################################################################
# 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/main.c \
../Core/Src/stm32g0xx_hal_msp.c \
../Core/Src/stm32g0xx_it.c \
../Core/Src/syscalls.c \
../Core/Src/sysmem.c \
../Core/Src/system_stm32g0xx.c
OBJS += \
./Core/Src/main.o \
./Core/Src/stm32g0xx_hal_msp.o \
./Core/Src/stm32g0xx_it.o \
./Core/Src/syscalls.o \
./Core/Src/sysmem.o \
./Core/Src/system_stm32g0xx.o
C_DEPS += \
./Core/Src/main.d \
./Core/Src/stm32g0xx_hal_msp.d \
./Core/Src/stm32g0xx_it.d \
./Core/Src/syscalls.d \
./Core/Src/sysmem.d \
./Core/Src/system_stm32g0xx.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-m0plus -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32G030xx -c -I../Core/Inc -I../Drivers/STM32G0xx_HAL_Driver/Inc -I../Drivers/STM32G0xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32G0xx/Include -I../Drivers/CMSIS/Include -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@"
clean: clean-Core-2f-Src
clean-Core-2f-Src:
-$(RM) ./Core/Src/main.cyclo ./Core/Src/main.d ./Core/Src/main.o ./Core/Src/main.su ./Core/Src/stm32g0xx_hal_msp.cyclo ./Core/Src/stm32g0xx_hal_msp.d ./Core/Src/stm32g0xx_hal_msp.o ./Core/Src/stm32g0xx_hal_msp.su ./Core/Src/stm32g0xx_it.cyclo ./Core/Src/stm32g0xx_it.d ./Core/Src/stm32g0xx_it.o ./Core/Src/stm32g0xx_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_stm32g0xx.cyclo ./Core/Src/system_stm32g0xx.d ./Core/Src/system_stm32g0xx.o ./Core/Src/system_stm32g0xx.su
.PHONY: clean-Core-2f-Src

View 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 2
../Core/Src/syscalls.c:80:27:_write 2
../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

View File

@@ -0,0 +1 @@
Core/Src/syscalls.o: ../Core/Src/syscalls.c

Binary file not shown.

View File

@@ -0,0 +1,18 @@
../Core/Src/syscalls.c:44:6:initialise_monitor_handles 8 static
../Core/Src/syscalls.c:48:5:_getpid 8 static
../Core/Src/syscalls.c:53:5:_kill 16 static
../Core/Src/syscalls.c:61:6:_exit 16 static
../Core/Src/syscalls.c:67:27:_read 32 static
../Core/Src/syscalls.c:80:27:_write 32 static
../Core/Src/syscalls.c:92:5:_close 16 static
../Core/Src/syscalls.c:99:5:_fstat 16 static
../Core/Src/syscalls.c:106:5:_isatty 16 static
../Core/Src/syscalls.c:112:5:_lseek 24 static
../Core/Src/syscalls.c:120:5:_open 20 static
../Core/Src/syscalls.c:128:5:_wait 16 static
../Core/Src/syscalls.c:135:5:_unlink 16 static
../Core/Src/syscalls.c:142:5:_times 16 static
../Core/Src/syscalls.c:148:5:_stat 16 static
../Core/Src/syscalls.c:155:5:_link 16 static
../Core/Src/syscalls.c:163:5:_fork 8 static
../Core/Src/syscalls.c:169:5:_execve 24 static

View File

@@ -0,0 +1 @@
../Core/Src/sysmem.c:53:7:_sbrk 3

View File

@@ -0,0 +1 @@
Core/Src/sysmem.o: ../Core/Src/sysmem.c

Binary file not shown.

View File

@@ -0,0 +1 @@
../Core/Src/sysmem.c:53:7:_sbrk 32 static

View File

@@ -0,0 +1,2 @@
../Core/Src/system_stm32g0xx.c:185:6:SystemInit 1
../Core/Src/system_stm32g0xx.c:233:6:SystemCoreClockUpdate 8

View File

@@ -0,0 +1,59 @@
Core/Src/system_stm32g0xx.o: ../Core/Src/system_stm32g0xx.c \
../Drivers/CMSIS/Device/ST/STM32G0xx/Include/stm32g0xx.h \
../Drivers/CMSIS/Device/ST/STM32G0xx/Include/stm32g030xx.h \
../Drivers/CMSIS/Include/core_cm0plus.h \
../Drivers/CMSIS/Include/cmsis_version.h \
../Drivers/CMSIS/Include/cmsis_compiler.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/mpu_armv7.h \
../Drivers/CMSIS/Device/ST/STM32G0xx/Include/system_stm32g0xx.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal.h \
../Core/Inc/stm32g0xx_hal_conf.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_def.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_rcc.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc_ex.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio_ex.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dma.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dmamux.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma_ex.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cortex.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_exti.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash_ex.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr_ex.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim.h \
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim_ex.h
../Drivers/CMSIS/Device/ST/STM32G0xx/Include/stm32g0xx.h:
../Drivers/CMSIS/Device/ST/STM32G0xx/Include/stm32g030xx.h:
../Drivers/CMSIS/Include/core_cm0plus.h:
../Drivers/CMSIS/Include/cmsis_version.h:
../Drivers/CMSIS/Include/cmsis_compiler.h:
../Drivers/CMSIS/Include/cmsis_gcc.h:
../Drivers/CMSIS/Include/mpu_armv7.h:
../Drivers/CMSIS/Device/ST/STM32G0xx/Include/system_stm32g0xx.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal.h:
../Core/Inc/stm32g0xx_hal_conf.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_def.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_rcc.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc_ex.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio_ex.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dma.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dmamux.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma_ex.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cortex.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_exti.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash_ex.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr_ex.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim.h:
../Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim_ex.h:

Binary file not shown.

View File

@@ -0,0 +1,2 @@
../Core/Src/system_stm32g0xx.c:185:6:SystemInit 8 static
../Core/Src/system_stm32g0xx.c:233:6:SystemCoreClockUpdate 32 static

View File

@@ -0,0 +1,2 @@
Core/Startup/startup_stm32g030f6px.o: \
../Core/Startup/startup_stm32g030f6px.s

View 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_stm32g030f6px.s
OBJS += \
./Core/Startup/startup_stm32g030f6px.o
S_DEPS += \
./Core/Startup/startup_stm32g030f6px.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-m0plus -g3 -DDEBUG -c -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" "$<"
clean: clean-Core-2f-Startup
clean-Core-2f-Startup:
-$(RM) ./Core/Startup/startup_stm32g030f6px.d ./Core/Startup/startup_stm32g030f6px.o
.PHONY: clean-Core-2f-Startup