summaryrefslogtreecommitdiff
path: root/firmware/memory_chip_gone/Debug/Utilities
diff options
context:
space:
mode:
authorAnson Bridges <bridges.anson@gmail.com>2026-02-17 11:37:50 -0800
committerAnson Bridges <bridges.anson@gmail.com>2026-02-17 11:37:50 -0800
commitfb1611c0ca99d9e609057c46507be2af8389bb7b (patch)
tree646ac568fdad1e6cf9e1f5767295b183bc5c5441 /firmware/memory_chip_gone/Debug/Utilities
parent6e952fe110c2a48204c8cb0a836309ab97e5979a (diff)
firmware coadHEADmaster
Diffstat (limited to 'firmware/memory_chip_gone/Debug/Utilities')
-rw-r--r--firmware/memory_chip_gone/Debug/Utilities/lpm/tiny_lpm/stm32_lpm.cyclo6
-rw-r--r--firmware/memory_chip_gone/Debug/Utilities/lpm/tiny_lpm/stm32_lpm.d112
-rw-r--r--firmware/memory_chip_gone/Debug/Utilities/lpm/tiny_lpm/stm32_lpm.obin0 -> 1202424 bytes
-rw-r--r--firmware/memory_chip_gone/Debug/Utilities/lpm/tiny_lpm/stm32_lpm.su6
-rw-r--r--firmware/memory_chip_gone/Debug/Utilities/lpm/tiny_lpm/subdir.mk27
-rw-r--r--firmware/memory_chip_gone/Debug/Utilities/sequencer/stm32_seq.cyclo22
-rw-r--r--firmware/memory_chip_gone/Debug/Utilities/sequencer/stm32_seq.d112
-rw-r--r--firmware/memory_chip_gone/Debug/Utilities/sequencer/stm32_seq.obin0 -> 1214716 bytes
-rw-r--r--firmware/memory_chip_gone/Debug/Utilities/sequencer/stm32_seq.su22
-rw-r--r--firmware/memory_chip_gone/Debug/Utilities/sequencer/subdir.mk27
10 files changed, 334 insertions, 0 deletions
diff --git a/firmware/memory_chip_gone/Debug/Utilities/lpm/tiny_lpm/stm32_lpm.cyclo b/firmware/memory_chip_gone/Debug/Utilities/lpm/tiny_lpm/stm32_lpm.cyclo
new file mode 100644
index 0000000..443e7e1
--- /dev/null
+++ b/firmware/memory_chip_gone/Debug/Utilities/lpm/tiny_lpm/stm32_lpm.cyclo
@@ -0,0 +1,6 @@
+../Utilities/lpm/tiny_lpm/stm32_lpm.c:121:6:UTIL_LPM_Init 1
+../Utilities/lpm/tiny_lpm/stm32_lpm.c:128:6:UTIL_LPM_DeInit 1
+../Utilities/lpm/tiny_lpm/stm32_lpm.c:132:6:UTIL_LPM_SetStopMode 3
+../Utilities/lpm/tiny_lpm/stm32_lpm.c:157:6:UTIL_LPM_SetOffMode 3
+../Utilities/lpm/tiny_lpm/stm32_lpm.c:182:17:UTIL_LPM_GetMode 3
+../Utilities/lpm/tiny_lpm/stm32_lpm.c:215:6:UTIL_LPM_EnterLowPower 3
diff --git a/firmware/memory_chip_gone/Debug/Utilities/lpm/tiny_lpm/stm32_lpm.d b/firmware/memory_chip_gone/Debug/Utilities/lpm/tiny_lpm/stm32_lpm.d
new file mode 100644
index 0000000..e4b526f
--- /dev/null
+++ b/firmware/memory_chip_gone/Debug/Utilities/lpm/tiny_lpm/stm32_lpm.d
@@ -0,0 +1,112 @@
+Utilities/lpm/tiny_lpm/stm32_lpm.o: ../Utilities/lpm/tiny_lpm/stm32_lpm.c \
+ ../Utilities/lpm/tiny_lpm/stm32_lpm.h ../Core/Inc/utilities_conf.h \
+ ../Drivers/CMSIS/Include/cmsis_compiler.h \
+ ../Drivers/CMSIS/Include/cmsis_gcc.h ../Core/Inc/app_conf.h \
+ ../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/hw.h \
+ ../Core/Inc/hw_conf.h ../Core/Inc/hw_if.h \
+ ../Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wbxx.h \
+ ../Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wb55xx.h \
+ ../Drivers/CMSIS/Include/core_cm4.h \
+ ../Drivers/CMSIS/Include/cmsis_version.h \
+ ../Drivers/CMSIS/Include/cmsis_compiler.h \
+ ../Drivers/CMSIS/Include/mpu_armv7.h \
+ ../Drivers/CMSIS/Device/ST/STM32WBxx/Include/system_stm32wbxx.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal.h \
+ ../Core/Inc/stm32wbxx_hal_conf.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_dma.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_def.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_dma.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_dmamux.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_dma_ex.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_cortex.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_exti.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_flash.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_flash_ex.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_gpio.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_gpio_ex.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_hsem.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_i2c.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_i2c_ex.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_ipcc.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pwr.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pwr_ex.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rcc.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rcc_ex.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_crs.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rtc.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rtc_ex.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_cortex.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_utils.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_hsem.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_gpio.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rtc.h \
+ ../Middlewares/ST/STM32_WPAN/ble/core/ble_bufsize.h
+../Utilities/lpm/tiny_lpm/stm32_lpm.h:
+../Core/Inc/utilities_conf.h:
+../Drivers/CMSIS/Include/cmsis_compiler.h:
+../Drivers/CMSIS/Include/cmsis_gcc.h:
+../Core/Inc/app_conf.h:
+../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/hw.h:
+../Core/Inc/hw_conf.h:
+../Core/Inc/hw_if.h:
+../Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wbxx.h:
+../Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wb55xx.h:
+../Drivers/CMSIS/Include/core_cm4.h:
+../Drivers/CMSIS/Include/cmsis_version.h:
+../Drivers/CMSIS/Include/cmsis_compiler.h:
+../Drivers/CMSIS/Include/mpu_armv7.h:
+../Drivers/CMSIS/Device/ST/STM32WBxx/Include/system_stm32wbxx.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal.h:
+../Core/Inc/stm32wbxx_hal_conf.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_dma.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_def.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_dma.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_dmamux.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_dma_ex.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_cortex.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_exti.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_flash.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_flash_ex.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_gpio.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_gpio_ex.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_hsem.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_i2c.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_i2c_ex.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_ipcc.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pwr.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pwr_ex.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rcc.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rcc_ex.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_crs.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rtc.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rtc_ex.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_cortex.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_utils.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_hsem.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_gpio.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rtc.h:
+../Middlewares/ST/STM32_WPAN/ble/core/ble_bufsize.h:
diff --git a/firmware/memory_chip_gone/Debug/Utilities/lpm/tiny_lpm/stm32_lpm.o b/firmware/memory_chip_gone/Debug/Utilities/lpm/tiny_lpm/stm32_lpm.o
new file mode 100644
index 0000000..a0853e6
--- /dev/null
+++ b/firmware/memory_chip_gone/Debug/Utilities/lpm/tiny_lpm/stm32_lpm.o
Binary files differ
diff --git a/firmware/memory_chip_gone/Debug/Utilities/lpm/tiny_lpm/stm32_lpm.su b/firmware/memory_chip_gone/Debug/Utilities/lpm/tiny_lpm/stm32_lpm.su
new file mode 100644
index 0000000..22578f4
--- /dev/null
+++ b/firmware/memory_chip_gone/Debug/Utilities/lpm/tiny_lpm/stm32_lpm.su
@@ -0,0 +1,6 @@
+../Utilities/lpm/tiny_lpm/stm32_lpm.c:121:6:UTIL_LPM_Init 4 static
+../Utilities/lpm/tiny_lpm/stm32_lpm.c:128:6:UTIL_LPM_DeInit 4 static
+../Utilities/lpm/tiny_lpm/stm32_lpm.c:132:6:UTIL_LPM_SetStopMode 32 static,ignoring_inline_asm
+../Utilities/lpm/tiny_lpm/stm32_lpm.c:157:6:UTIL_LPM_SetOffMode 32 static,ignoring_inline_asm
+../Utilities/lpm/tiny_lpm/stm32_lpm.c:182:17:UTIL_LPM_GetMode 24 static,ignoring_inline_asm
+../Utilities/lpm/tiny_lpm/stm32_lpm.c:215:6:UTIL_LPM_EnterLowPower 24 static,ignoring_inline_asm
diff --git a/firmware/memory_chip_gone/Debug/Utilities/lpm/tiny_lpm/subdir.mk b/firmware/memory_chip_gone/Debug/Utilities/lpm/tiny_lpm/subdir.mk
new file mode 100644
index 0000000..8180ffa
--- /dev/null
+++ b/firmware/memory_chip_gone/Debug/Utilities/lpm/tiny_lpm/subdir.mk
@@ -0,0 +1,27 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+# Toolchain: GNU Tools for STM32 (13.3.rel1)
+################################################################################
+
+# Add inputs and outputs from these tool invocations to the build variables
+C_SRCS += \
+../Utilities/lpm/tiny_lpm/stm32_lpm.c
+
+OBJS += \
+./Utilities/lpm/tiny_lpm/stm32_lpm.o
+
+C_DEPS += \
+./Utilities/lpm/tiny_lpm/stm32_lpm.d
+
+
+# Each subdirectory must supply rules for building sources it contributes
+Utilities/lpm/tiny_lpm/%.o Utilities/lpm/tiny_lpm/%.su Utilities/lpm/tiny_lpm/%.cyclo: ../Utilities/lpm/tiny_lpm/%.c Utilities/lpm/tiny_lpm/subdir.mk
+ arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32WB55xx -c -I../Core/Inc -I../Drivers/STM32WBxx_HAL_Driver/Inc -I../Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32WBxx/Include -I../Drivers/CMSIS/Include -I../STM32_WPAN/App -I../Utilities/lpm/tiny_lpm -I../Middlewares/ST/STM32_WPAN -I../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I../Middlewares/ST/STM32_WPAN/utilities -I../Middlewares/ST/STM32_WPAN/ble/core -I../Middlewares/ST/STM32_WPAN/ble/core/auto -I../Middlewares/ST/STM32_WPAN/ble/core/template -I../Middlewares/ST/STM32_WPAN/ble/svc/Inc -I../Middlewares/ST/STM32_WPAN/ble/svc/Src -I../Utilities/sequencer -I../Middlewares/ST/STM32_WPAN/ble -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
+
+clean: clean-Utilities-2f-lpm-2f-tiny_lpm
+
+clean-Utilities-2f-lpm-2f-tiny_lpm:
+ -$(RM) ./Utilities/lpm/tiny_lpm/stm32_lpm.cyclo ./Utilities/lpm/tiny_lpm/stm32_lpm.d ./Utilities/lpm/tiny_lpm/stm32_lpm.o ./Utilities/lpm/tiny_lpm/stm32_lpm.su
+
+.PHONY: clean-Utilities-2f-lpm-2f-tiny_lpm
+
diff --git a/firmware/memory_chip_gone/Debug/Utilities/sequencer/stm32_seq.cyclo b/firmware/memory_chip_gone/Debug/Utilities/sequencer/stm32_seq.cyclo
new file mode 100644
index 0000000..fc62234
--- /dev/null
+++ b/firmware/memory_chip_gone/Debug/Utilities/sequencer/stm32_seq.cyclo
@@ -0,0 +1,22 @@
+../Utilities/sequencer/stm32_seq.c:187:6:UTIL_SEQ_Init 2
+../Utilities/sequencer/stm32_seq.c:205:6:UTIL_SEQ_DeInit 1
+../Utilities/sequencer/stm32_seq.c:215:6:UTIL_SEQ_Run 15
+../Utilities/sequencer/stm32_seq.c:415:6:UTIL_SEQ_RegTask 1
+../Utilities/sequencer/stm32_seq.c:427:10:UTIL_SEQ_IsRegisteredTask 2
+../Utilities/sequencer/stm32_seq.c:441:6:UTIL_SEQ_SetTask 1
+../Utilities/sequencer/stm32_seq.c:453:10:UTIL_SEQ_IsSchedulableTask 2
+../Utilities/sequencer/stm32_seq.c:467:6:UTIL_SEQ_PauseTask 1
+../Utilities/sequencer/stm32_seq.c:478:10:UTIL_SEQ_IsPauseTask 1
+../Utilities/sequencer/stm32_seq.c:489:6:UTIL_SEQ_ResumeTask 1
+../Utilities/sequencer/stm32_seq.c:500:6:UTIL_SEQ_SetEvt 1
+../Utilities/sequencer/stm32_seq.c:511:6:UTIL_SEQ_ClrEvt 1
+../Utilities/sequencer/stm32_seq.c:522:6:UTIL_SEQ_WaitEvt 3
+../Utilities/sequencer/stm32_seq.c:575:15:UTIL_SEQ_IsEvtPend 1
+../Utilities/sequencer/stm32_seq.c:581:13:UTIL_SEQ_EvtIdle 1
+../Utilities/sequencer/stm32_seq.c:588:13:UTIL_SEQ_Idle 1
+../Utilities/sequencer/stm32_seq.c:593:13:UTIL_SEQ_PreIdle 1
+../Utilities/sequencer/stm32_seq.c:601:13:UTIL_SEQ_PostIdle 1
+../Utilities/sequencer/stm32_seq.c:609:13:UTIL_SEQ_PreTask 1
+../Utilities/sequencer/stm32_seq.c:615:13:UTIL_SEQ_PostTask 1
+../Utilities/sequencer/stm32_seq.c:621:13:UTIL_SEQ_CatchWarning 1
+../Utilities/sequencer/stm32_seq.c:673:9:SEQ_BitPosition 2
diff --git a/firmware/memory_chip_gone/Debug/Utilities/sequencer/stm32_seq.d b/firmware/memory_chip_gone/Debug/Utilities/sequencer/stm32_seq.d
new file mode 100644
index 0000000..c4cef01
--- /dev/null
+++ b/firmware/memory_chip_gone/Debug/Utilities/sequencer/stm32_seq.d
@@ -0,0 +1,112 @@
+Utilities/sequencer/stm32_seq.o: ../Utilities/sequencer/stm32_seq.c \
+ ../Utilities/sequencer/stm32_seq.h ../Core/Inc/utilities_conf.h \
+ ../Drivers/CMSIS/Include/cmsis_compiler.h \
+ ../Drivers/CMSIS/Include/cmsis_gcc.h ../Core/Inc/app_conf.h \
+ ../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/hw.h \
+ ../Core/Inc/hw_conf.h ../Core/Inc/hw_if.h \
+ ../Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wbxx.h \
+ ../Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wb55xx.h \
+ ../Drivers/CMSIS/Include/core_cm4.h \
+ ../Drivers/CMSIS/Include/cmsis_version.h \
+ ../Drivers/CMSIS/Include/cmsis_compiler.h \
+ ../Drivers/CMSIS/Include/mpu_armv7.h \
+ ../Drivers/CMSIS/Device/ST/STM32WBxx/Include/system_stm32wbxx.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal.h \
+ ../Core/Inc/stm32wbxx_hal_conf.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_dma.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_def.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_dma.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_dmamux.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_dma_ex.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_cortex.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_exti.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_flash.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_flash_ex.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_gpio.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_gpio_ex.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_hsem.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_i2c.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_i2c_ex.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_ipcc.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pwr.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pwr_ex.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rcc.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rcc_ex.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_crs.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rtc.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rtc_ex.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_cortex.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_utils.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_hsem.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_gpio.h \
+ ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rtc.h \
+ ../Middlewares/ST/STM32_WPAN/ble/core/ble_bufsize.h
+../Utilities/sequencer/stm32_seq.h:
+../Core/Inc/utilities_conf.h:
+../Drivers/CMSIS/Include/cmsis_compiler.h:
+../Drivers/CMSIS/Include/cmsis_gcc.h:
+../Core/Inc/app_conf.h:
+../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/hw.h:
+../Core/Inc/hw_conf.h:
+../Core/Inc/hw_if.h:
+../Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wbxx.h:
+../Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wb55xx.h:
+../Drivers/CMSIS/Include/core_cm4.h:
+../Drivers/CMSIS/Include/cmsis_version.h:
+../Drivers/CMSIS/Include/cmsis_compiler.h:
+../Drivers/CMSIS/Include/mpu_armv7.h:
+../Drivers/CMSIS/Device/ST/STM32WBxx/Include/system_stm32wbxx.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal.h:
+../Core/Inc/stm32wbxx_hal_conf.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_dma.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_def.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_dma.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_dmamux.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_dma_ex.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_cortex.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_exti.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_flash.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_flash_ex.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_gpio.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_gpio_ex.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_hsem.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_i2c.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_i2c_ex.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_ipcc.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pwr.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pwr_ex.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rcc.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rcc_ex.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_crs.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rtc.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rtc_ex.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_cortex.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_utils.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_hsem.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_gpio.h:
+../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rtc.h:
+../Middlewares/ST/STM32_WPAN/ble/core/ble_bufsize.h:
diff --git a/firmware/memory_chip_gone/Debug/Utilities/sequencer/stm32_seq.o b/firmware/memory_chip_gone/Debug/Utilities/sequencer/stm32_seq.o
new file mode 100644
index 0000000..f8c4007
--- /dev/null
+++ b/firmware/memory_chip_gone/Debug/Utilities/sequencer/stm32_seq.o
Binary files differ
diff --git a/firmware/memory_chip_gone/Debug/Utilities/sequencer/stm32_seq.su b/firmware/memory_chip_gone/Debug/Utilities/sequencer/stm32_seq.su
new file mode 100644
index 0000000..70c30db
--- /dev/null
+++ b/firmware/memory_chip_gone/Debug/Utilities/sequencer/stm32_seq.su
@@ -0,0 +1,22 @@
+../Utilities/sequencer/stm32_seq.c:187:6:UTIL_SEQ_Init 16 static
+../Utilities/sequencer/stm32_seq.c:205:6:UTIL_SEQ_DeInit 4 static
+../Utilities/sequencer/stm32_seq.c:215:6:UTIL_SEQ_Run 88 static,ignoring_inline_asm
+../Utilities/sequencer/stm32_seq.c:415:6:UTIL_SEQ_RegTask 40 static,ignoring_inline_asm
+../Utilities/sequencer/stm32_seq.c:427:10:UTIL_SEQ_IsRegisteredTask 32 static,ignoring_inline_asm
+../Utilities/sequencer/stm32_seq.c:441:6:UTIL_SEQ_SetTask 32 static,ignoring_inline_asm
+../Utilities/sequencer/stm32_seq.c:453:10:UTIL_SEQ_IsSchedulableTask 40 static,ignoring_inline_asm
+../Utilities/sequencer/stm32_seq.c:467:6:UTIL_SEQ_PauseTask 32 static,ignoring_inline_asm
+../Utilities/sequencer/stm32_seq.c:478:10:UTIL_SEQ_IsPauseTask 32 static,ignoring_inline_asm
+../Utilities/sequencer/stm32_seq.c:489:6:UTIL_SEQ_ResumeTask 32 static,ignoring_inline_asm
+../Utilities/sequencer/stm32_seq.c:500:6:UTIL_SEQ_SetEvt 32 static,ignoring_inline_asm
+../Utilities/sequencer/stm32_seq.c:511:6:UTIL_SEQ_ClrEvt 32 static,ignoring_inline_asm
+../Utilities/sequencer/stm32_seq.c:522:6:UTIL_SEQ_WaitEvt 40 static,ignoring_inline_asm
+../Utilities/sequencer/stm32_seq.c:575:15:UTIL_SEQ_IsEvtPend 16 static
+../Utilities/sequencer/stm32_seq.c:581:13:UTIL_SEQ_EvtIdle 16 static
+../Utilities/sequencer/stm32_seq.c:588:13:UTIL_SEQ_Idle 4 static
+../Utilities/sequencer/stm32_seq.c:593:13:UTIL_SEQ_PreIdle 4 static
+../Utilities/sequencer/stm32_seq.c:601:13:UTIL_SEQ_PostIdle 4 static
+../Utilities/sequencer/stm32_seq.c:609:13:UTIL_SEQ_PreTask 16 static
+../Utilities/sequencer/stm32_seq.c:615:13:UTIL_SEQ_PostTask 16 static
+../Utilities/sequencer/stm32_seq.c:621:13:UTIL_SEQ_CatchWarning 16 static
+../Utilities/sequencer/stm32_seq.c:673:9:SEQ_BitPosition 24 static
diff --git a/firmware/memory_chip_gone/Debug/Utilities/sequencer/subdir.mk b/firmware/memory_chip_gone/Debug/Utilities/sequencer/subdir.mk
new file mode 100644
index 0000000..06ed9ab
--- /dev/null
+++ b/firmware/memory_chip_gone/Debug/Utilities/sequencer/subdir.mk
@@ -0,0 +1,27 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+# Toolchain: GNU Tools for STM32 (13.3.rel1)
+################################################################################
+
+# Add inputs and outputs from these tool invocations to the build variables
+C_SRCS += \
+../Utilities/sequencer/stm32_seq.c
+
+OBJS += \
+./Utilities/sequencer/stm32_seq.o
+
+C_DEPS += \
+./Utilities/sequencer/stm32_seq.d
+
+
+# Each subdirectory must supply rules for building sources it contributes
+Utilities/sequencer/%.o Utilities/sequencer/%.su Utilities/sequencer/%.cyclo: ../Utilities/sequencer/%.c Utilities/sequencer/subdir.mk
+ arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32WB55xx -c -I../Core/Inc -I../Drivers/STM32WBxx_HAL_Driver/Inc -I../Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32WBxx/Include -I../Drivers/CMSIS/Include -I../STM32_WPAN/App -I../Utilities/lpm/tiny_lpm -I../Middlewares/ST/STM32_WPAN -I../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I../Middlewares/ST/STM32_WPAN/utilities -I../Middlewares/ST/STM32_WPAN/ble/core -I../Middlewares/ST/STM32_WPAN/ble/core/auto -I../Middlewares/ST/STM32_WPAN/ble/core/template -I../Middlewares/ST/STM32_WPAN/ble/svc/Inc -I../Middlewares/ST/STM32_WPAN/ble/svc/Src -I../Utilities/sequencer -I../Middlewares/ST/STM32_WPAN/ble -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
+
+clean: clean-Utilities-2f-sequencer
+
+clean-Utilities-2f-sequencer:
+ -$(RM) ./Utilities/sequencer/stm32_seq.cyclo ./Utilities/sequencer/stm32_seq.d ./Utilities/sequencer/stm32_seq.o ./Utilities/sequencer/stm32_seq.su
+
+.PHONY: clean-Utilities-2f-sequencer
+