switched project to make

This commit is contained in:
feda
2025-03-03 16:03:02 +03:00
parent 2d2912a771
commit d0637bb5e6
97 changed files with 15957 additions and 15422 deletions

View File

@ -1,4 +1,4 @@
ARM GAS /tmp/cc4hZZNo.s page 1
ARM GAS /tmp/ccBeeNvs.s page 1
1 .cpu cortex-m7
@ -58,7 +58,7 @@ ARM GAS /tmp/cc4hZZNo.s page 1
29:Src/system_stm32f7xx.c **** * in the root directory of this software component.
30:Src/system_stm32f7xx.c **** * If no LICENSE file comes with this software, it is provided AS-IS.
31:Src/system_stm32f7xx.c **** *
ARM GAS /tmp/cc4hZZNo.s page 2
ARM GAS /tmp/ccBeeNvs.s page 2
32:Src/system_stm32f7xx.c **** ******************************************************************************
@ -118,7 +118,7 @@ ARM GAS /tmp/cc4hZZNo.s page 1
86:Src/system_stm32f7xx.c **** #if defined(VECT_TAB_SRAM)
87:Src/system_stm32f7xx.c **** #define VECT_TAB_BASE_ADDRESS RAMDTCM_BASE /*!< Vector Table base address field.
88:Src/system_stm32f7xx.c **** This value must be a multiple of 0x200. */
ARM GAS /tmp/cc4hZZNo.s page 3
ARM GAS /tmp/ccBeeNvs.s page 3
89:Src/system_stm32f7xx.c **** #define VECT_TAB_OFFSET 0x00000000U /*!< Vector Table base offset field.
@ -178,7 +178,7 @@ ARM GAS /tmp/cc4hZZNo.s page 1
143:Src/system_stm32f7xx.c ****
144:Src/system_stm32f7xx.c **** /**
145:Src/system_stm32f7xx.c **** * @brief Setup the microcontroller system
ARM GAS /tmp/cc4hZZNo.s page 4
ARM GAS /tmp/ccBeeNvs.s page 4
146:Src/system_stm32f7xx.c **** * Initialize the Embedded Flash Interface, the PLL and update the
@ -238,7 +238,7 @@ ARM GAS /tmp/cc4hZZNo.s page 1
172:Src/system_stm32f7xx.c **** * based on this variable will be incorrect.
173:Src/system_stm32f7xx.c **** *
174:Src/system_stm32f7xx.c **** * @note - The system frequency computed by this function is not the real
ARM GAS /tmp/cc4hZZNo.s page 5
ARM GAS /tmp/ccBeeNvs.s page 5
175:Src/system_stm32f7xx.c **** * frequency in the chip. It is calculated based on the predefined
@ -298,7 +298,7 @@ ARM GAS /tmp/cc4hZZNo.s page 1
209:Src/system_stm32f7xx.c **** case 0x00: /* HSI used as system clock source */
210:Src/system_stm32f7xx.c **** SystemCoreClock = HSI_VALUE;
211:Src/system_stm32f7xx.c **** break;
ARM GAS /tmp/cc4hZZNo.s page 6
ARM GAS /tmp/ccBeeNvs.s page 6
212:Src/system_stm32f7xx.c **** case 0x04: /* HSE used as system clock source */
@ -358,7 +358,7 @@ ARM GAS /tmp/cc4hZZNo.s page 1
241:Src/system_stm32f7xx.c **** /* Compute HCLK frequency --------------------------------------------------*/
242:Src/system_stm32f7xx.c **** /* Get HCLK prescaler */
243:Src/system_stm32f7xx.c **** tmp = AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> 4)];
ARM GAS /tmp/cc4hZZNo.s page 7
ARM GAS /tmp/ccBeeNvs.s page 7
99 .loc 1 243 3 view .LVU18
@ -418,7 +418,7 @@ ARM GAS /tmp/cc4hZZNo.s page 1
140 .loc 1 221 12 view .LVU34
141 0044 02F03F02 and r2, r2, #63
142 .LVL12:
ARM GAS /tmp/cc4hZZNo.s page 8
ARM GAS /tmp/ccBeeNvs.s page 8
223:Src/system_stm32f7xx.c **** {
@ -478,7 +478,7 @@ ARM GAS /tmp/cc4hZZNo.s page 1
180 .loc 1 235 23 view .LVU51
181 0072 1360 str r3, [r2]
236:Src/system_stm32f7xx.c **** default:
ARM GAS /tmp/cc4hZZNo.s page 9
ARM GAS /tmp/ccBeeNvs.s page 9
182 .loc 1 236 7 is_stmt 1 view .LVU52
@ -538,7 +538,7 @@ ARM GAS /tmp/cc4hZZNo.s page 1
231 .section .rodata.APBPrescTable,"a"
232 .align 2
235 APBPrescTable:
ARM GAS /tmp/cc4hZZNo.s page 10
ARM GAS /tmp/ccBeeNvs.s page 10
236 0000 00000000 .ascii "\000\000\000\000\001\002\003\004"
@ -549,22 +549,22 @@ ARM GAS /tmp/cc4hZZNo.s page 1
240 .file 3 "Drivers/CMSIS/Include/core_cm7.h"
241 .file 4 "Drivers/CMSIS/Device/ST/STM32F7xx/Include/system_stm32f7xx.h"
242 .file 5 "Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f767xx.h"
ARM GAS /tmp/cc4hZZNo.s page 11
ARM GAS /tmp/ccBeeNvs.s page 11
DEFINED SYMBOLS
*ABS*:0000000000000000 system_stm32f7xx.c
/tmp/cc4hZZNo.s:17 .text.SystemInit:0000000000000000 $t
/tmp/cc4hZZNo.s:25 .text.SystemInit:0000000000000000 SystemInit
/tmp/cc4hZZNo.s:44 .text.SystemInit:0000000000000010 $d
/tmp/cc4hZZNo.s:49 .text.SystemCoreClockUpdate:0000000000000000 $t
/tmp/cc4hZZNo.s:56 .text.SystemCoreClockUpdate:0000000000000000 SystemCoreClockUpdate
/tmp/cc4hZZNo.s:205 .text.SystemCoreClockUpdate:000000000000008c $d
/tmp/cc4hZZNo.s:235 .rodata.APBPrescTable:0000000000000000 APBPrescTable
/tmp/cc4hZZNo.s:228 .rodata.AHBPrescTable:0000000000000000 AHBPrescTable
/tmp/cc4hZZNo.s:221 .data.SystemCoreClock:0000000000000000 SystemCoreClock
/tmp/cc4hZZNo.s:217 .data.SystemCoreClock:0000000000000000 $d
/tmp/cc4hZZNo.s:224 .rodata.AHBPrescTable:0000000000000000 $d
/tmp/cc4hZZNo.s:232 .rodata.APBPrescTable:0000000000000000 $d
/tmp/ccBeeNvs.s:17 .text.SystemInit:0000000000000000 $t
/tmp/ccBeeNvs.s:25 .text.SystemInit:0000000000000000 SystemInit
/tmp/ccBeeNvs.s:44 .text.SystemInit:0000000000000010 $d
/tmp/ccBeeNvs.s:49 .text.SystemCoreClockUpdate:0000000000000000 $t
/tmp/ccBeeNvs.s:56 .text.SystemCoreClockUpdate:0000000000000000 SystemCoreClockUpdate
/tmp/ccBeeNvs.s:205 .text.SystemCoreClockUpdate:000000000000008c $d
/tmp/ccBeeNvs.s:235 .rodata.APBPrescTable:0000000000000000 APBPrescTable
/tmp/ccBeeNvs.s:228 .rodata.AHBPrescTable:0000000000000000 AHBPrescTable
/tmp/ccBeeNvs.s:221 .data.SystemCoreClock:0000000000000000 SystemCoreClock
/tmp/ccBeeNvs.s:217 .data.SystemCoreClock:0000000000000000 $d
/tmp/ccBeeNvs.s:224 .rodata.AHBPrescTable:0000000000000000 $d
/tmp/ccBeeNvs.s:232 .rodata.APBPrescTable:0000000000000000 $d
NO UNDEFINED SYMBOLS