init commit

SPI FLASH only, I2C eeprom later
This commit is contained in:
alexey
2024-08-12 17:09:48 +03:00
parent dbf70c6ab0
commit 7dfb95b9f1
1118 changed files with 909906 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
--cpu=Cortex-M4.fp.sp
"flash eeprom example\startup_stm32f407xx.o"
"flash eeprom example\main.o"
"flash eeprom example\gpio.o"
"flash eeprom example\crc.o"
"flash eeprom example\rng.o"
"flash eeprom example\stm32f4xx_it.o"
"flash eeprom example\stm32f4xx_hal_msp.o"
"flash eeprom example\stm32f4xx_hal_crc.o"
"flash eeprom example\stm32f4xx_hal_rcc.o"
"flash eeprom example\stm32f4xx_hal_rcc_ex.o"
"flash eeprom example\stm32f4xx_hal_flash.o"
"flash eeprom example\stm32f4xx_hal_flash_ex.o"
"flash eeprom example\stm32f4xx_hal_flash_ramfunc.o"
"flash eeprom example\stm32f4xx_hal_gpio.o"
"flash eeprom example\stm32f4xx_hal_dma_ex.o"
"flash eeprom example\stm32f4xx_hal_dma.o"
"flash eeprom example\stm32f4xx_hal_pwr.o"
"flash eeprom example\stm32f4xx_hal_pwr_ex.o"
"flash eeprom example\stm32f4xx_hal_cortex.o"
"flash eeprom example\stm32f4xx_hal.o"
"flash eeprom example\stm32f4xx_hal_exti.o"
"flash eeprom example\stm32f4xx_hal_rng.o"
"flash eeprom example\stm32f4xx_hal_spi.o"
"flash eeprom example\stm32f4xx_hal_tim.o"
"flash eeprom example\stm32f4xx_hal_tim_ex.o"
"flash eeprom example\system_stm32f4xx.o"
"flash eeprom example\spi_flash.o"
"flash eeprom example\gpio_general.o"
--strict --scatter "flash eeprom Example\flash eeprom Example.sct"
--summary_stderr --info summarysizes --map --load_addr_map_info --xref --callgraph --symbols
--info sizes --info totals --info unused --info veneers
--list "flash eeprom Example.map" -o "flash eeprom Example\flash eeprom Example.axf"