1
0

fin practica 2

This commit is contained in:
2025-10-27 15:41:57 +01:00
parent 62d3035291
commit 7e264d691c
59 changed files with 15298 additions and 14423 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,6 +1,5 @@
../Core/Src/led_task.c:10:6:CreateLedTask 1
../Core/Src/led_task.c:64:6:LedToggleTask 3
../Core/Src/led_task.c:97:6:LedAnimationTask 5
../Core/Src/led_task.c:123:6:LedAnimationTask1 3
../Core/Src/led_task.c:143:6:LedAnimationTask2 4
../Core/Src/led_task.c:163:6:LedAnimationTask3 3
../Core/Src/led_task.c:13:6:CreateLedTask 1
../Core/Src/led_task.c:52:6:ButtonTask 2
../Core/Src/led_task.c:63:6:LedAnimationTask1 3
../Core/Src/led_task.c:84:6:LedAnimationTask2 4
../Core/Src/led_task.c:105:6:LedAnimationTask3 3

Binary file not shown.

View File

@@ -1,6 +1,5 @@
../Core/Src/led_task.c:10:6:CreateLedTask 16 static
../Core/Src/led_task.c:64:6:LedToggleTask 32 static
../Core/Src/led_task.c:97:6:LedAnimationTask 16 static
../Core/Src/led_task.c:123:6:LedAnimationTask1 24 static
../Core/Src/led_task.c:143:6:LedAnimationTask2 24 static
../Core/Src/led_task.c:163:6:LedAnimationTask3 24 static
../Core/Src/led_task.c:13:6:CreateLedTask 16 static
../Core/Src/led_task.c:52:6:ButtonTask 24 static
../Core/Src/led_task.c:63:6:LedAnimationTask1 24 static
../Core/Src/led_task.c:84:6:LedAnimationTask2 24 static
../Core/Src/led_task.c:105:6:LedAnimationTask3 24 static

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -64,8 +64,8 @@ all: main-build
main-build: P2_SETR2.elf secondary-outputs
# Tool invocations
P2_SETR2.elf P2_SETR2.map: $(OBJS) $(USER_OBJS) /home/jomaa/git/setr2-monorepo/P2_SETR2/STM32L475VGTX_FLASH.ld makefile objects.list $(OPTIONAL_TOOL_DEPS)
arm-none-eabi-gcc -o "P2_SETR2.elf" @"objects.list" $(USER_OBJS) $(LIBS) -mcpu=cortex-m4 -T"/home/jomaa/git/setr2-monorepo/P2_SETR2/STM32L475VGTX_FLASH.ld" --specs=nosys.specs -Wl,-Map="P2_SETR2.map" -Wl,--gc-sections -static --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
P2_SETR2.elf P2_SETR2.map: $(OBJS) $(USER_OBJS) /home/jomaa/Projects/git/setr2-monorepo/P2_SETR2/STM32L475VGTX_FLASH.ld makefile objects.list $(OPTIONAL_TOOL_DEPS)
arm-none-eabi-gcc -o "P2_SETR2.elf" @"objects.list" $(USER_OBJS) $(LIBS) -mcpu=cortex-m4 -T"/home/jomaa/Projects/git/setr2-monorepo/P2_SETR2/STM32L475VGTX_FLASH.ld" --specs=nosys.specs -Wl,-Map="P2_SETR2.map" -Wl,--gc-sections -static --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
@echo 'Finished building target: $@'
@echo ' '