1
0

Ej4 y Ej5

This commit is contained in:
2025-10-09 21:11:27 +02:00
parent baea0e28d1
commit 62d3035291
61 changed files with 14420 additions and 14284 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,3 +1,6 @@
../Core/Src/led_driver.c:10:6:LED_On 5
../Core/Src/led_driver.c:26:6:LED_Off 5
../Core/Src/led_driver.c:42:6:LED_Toggle 5
../Core/Src/led_driver.c:58:6:animation1 3
../Core/Src/led_driver.c:83:6:animation2 4
../Core/Src/led_driver.c:108:6:animation3 3

Binary file not shown.

View File

@@ -1,3 +1,6 @@
../Core/Src/led_driver.c:10:6:LED_On 16 static
../Core/Src/led_driver.c:26:6:LED_Off 16 static
../Core/Src/led_driver.c:42:6:LED_Toggle 16 static
../Core/Src/led_driver.c:58:6:animation1 16 static
../Core/Src/led_driver.c:83:6:animation2 16 static
../Core/Src/led_driver.c:108:6:animation3 16 static

View File

@@ -1,2 +1,6 @@
../Core/Src/led_task.c:10:6:CreateLedTask 2
../Core/Src/led_task.c:30:6:LedToggleTask 3
../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

Binary file not shown.

View File

@@ -1,2 +1,6 @@
../Core/Src/led_task.c:10:6:CreateLedTask 24 static
../Core/Src/led_task.c:30:6:LedToggleTask 32 static
../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

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/STM32CubeIDE/workspace_1.19.0/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/STM32CubeIDE/workspace_1.19.0/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/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
@echo 'Finished building target: $@'
@echo ' '