This commit is contained in:
andrea
2025-12-06 23:49:34 +01:00
parent 0471607dd4
commit 9fd653ebcc
258 changed files with 161631 additions and 69041 deletions

View File

@@ -1,10 +1,10 @@
13:28:21 **** Build of configuration Debug for project AUTOM10 ****
23:30:07 **** Incremental Build of configuration Debug for project AUTOM10 ****
make -j12 all
arm-none-eabi-size AUTOM10.elf
text data bss dec hex filename
39680 460 7044 47184 b850 AUTOM10.elf
42072 460 7148 49680 c210 AUTOM10.elf
Finished building: default.size.stdout
13:28:23 Build Finished. 0 errors, 0 warnings. (took 2s.123ms)
23:30:08 Build Finished. 0 errors, 0 warnings. (took 340ms)

View File

@@ -1,7 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<section name="Workbench">
<item key="LastUsedHeaderTemplate" value="Default C header template"/>
<item key="LastUsedSourceTemplate" value="Default C source template"/>
<section name="completion_proposal_size">
</section>
<section name="org.eclipse.cdt.ui.text.hover.CMacroExpansionExploration">
</section>
<section name="PDOMSearchPage">
<item key="caseSensitive" value="false"/>
<item key="searchFlags" value="227191"/>
<list key="previousPatterns">
<item value="led3"/>
<item value="led2"/>
<item value="EXP3"/>
<item value="exp3"/>
</list>
</section>
<section name="NewSourceFileCreationWizard.dialogBounds">
<item key="DIALOG_X_ORIGIN" value="619"/>
<item key="DIALOG_Y_ORIGIN" value="259"/>
<item key="DIALOG_WIDTH" value="700"/>
<item key="DIALOG_HEIGHT" value="480"/>
<item key="DIALOG_FONT_NAME" value="1|Segoe UI|9.0|0|WINDOWS|1|-15|0|0|0|400|0|0|0|1|0|0|0|0|Segoe UI"/>
</section>
<section name="CResourceRenameRefactoringInputPage">
<item key="updateReferences" value="true"/>
</section>
<section name="NewHeaderFileCreationWizard.dialogBounds">
<item key="DIALOG_X_ORIGIN" value="619"/>
<item key="DIALOG_Y_ORIGIN" value="259"/>
<item key="DIALOG_WIDTH" value="700"/>
<item key="DIALOG_HEIGHT" value="480"/>
<item key="DIALOG_FONT_NAME" value="1|Segoe UI|9.0|0|WINDOWS|1|-15|0|0|0|400|0|0|0|1|0|0|0|0|Segoe UI"/>
</section>
</section>

View File

@@ -1,7 +1,21 @@
13:28:21 **** Build of configuration Debug for project AUTOM10 ****
23:29:57 **** Incremental Build of configuration Debug for project AUTOM10 ****
make -j12 all
arm-none-eabi-gcc "../Core/Src/main.c" -mcpu=cortex-m3 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F103xB -c -I../Core/Inc -I../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I../Drivers/STM32F1xx_HAL_Driver/Inc -I../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I../Drivers/CMSIS/Include -I../USB_DEVICE/App -I../USB_DEVICE/Target -I../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"Core/Src/main.d" -MT"Core/Src/main.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Core/Src/main.o"
arm-none-eabi-gcc -o "AUTOM10.elf" @"objects.list" -mcpu=cortex-m3 -T"C:\progetti\AUTOM\workspace\AUTOM10\STM32F103C8TX_FLASH.ld" --specs=nosys.specs -Wl,-Map="AUTOM10.map" -Wl,--gc-sections -static --specs=nano.specs -mfloat-abi=soft -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
Finished building target: AUTOM10.elf
arm-none-eabi-size AUTOM10.elf
arm-none-eabi-objdump -h -S AUTOM10.elf > "AUTOM10.list"
text data bss dec hex filename
42072 460 7148 49680 c210 AUTOM10.elf
Finished building: default.size.stdout
Finished building: AUTOM10.list
23:30:07 **** Incremental Build of configuration Debug for project AUTOM10 ****
make -j12 all
arm-none-eabi-size AUTOM10.elf
text data bss dec hex filename
39680 460 7044 47184 b850 AUTOM10.elf
42072 460 7148 49680 c210 AUTOM10.elf
Finished building: default.size.stdout