diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2026-02-17 11:37:50 -0800 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2026-02-17 11:37:50 -0800 |
| commit | fb1611c0ca99d9e609057c46507be2af8389bb7b (patch) | |
| tree | 646ac568fdad1e6cf9e1f5767295b183bc5c5441 /firmware/memory_chip_gone/Debug/STM32_WPAN | |
| parent | 6e952fe110c2a48204c8cb0a836309ab97e5979a (diff) | |
Diffstat (limited to 'firmware/memory_chip_gone/Debug/STM32_WPAN')
14 files changed, 734 insertions, 0 deletions
diff --git a/firmware/memory_chip_gone/Debug/STM32_WPAN/App/app_ble.cyclo b/firmware/memory_chip_gone/Debug/STM32_WPAN/App/app_ble.cyclo new file mode 100644 index 0000000..0e3ce5e --- /dev/null +++ b/firmware/memory_chip_gone/Debug/STM32_WPAN/App/app_ble.cyclo @@ -0,0 +1,19 @@ +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h:2223:26:LL_FLASH_GetUDN 1 +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h:2235:26:LL_FLASH_GetDeviceID 1 +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h:2247:26:LL_FLASH_GetSTCompanyID 1 +../STM32_WPAN/App/app_ble.c:384:6:APP_BLE_Init 2 +../STM32_WPAN/App/app_ble.c:546:28:SVCCTL_App_Notification 16 +../STM32_WPAN/App/app_ble.c:787:22:APP_BLE_Get_Server_Connection_Status 1 +../STM32_WPAN/App/app_ble.c:801:13:Ble_Tl_Init 1 +../STM32_WPAN/App/app_ble.c:812:13:Ble_Hci_Gap_Gatt_Init 3 +../STM32_WPAN/App/app_ble.c:1085:13:Adv_Request 7 +../STM32_WPAN/App/app_ble.c:1175:16:BleGetBdAddress 3 +../STM32_WPAN/App/app_ble.c:1232:13:Adv_Cancel 2 +../STM32_WPAN/App/app_ble.c:1263:13:Adv_Cancel_Req 1 +../STM32_WPAN/App/app_ble.c:1278:13:Switch_OFF_GPIO 1 +../STM32_WPAN/App/app_ble.c:1343:6:hci_notify_asynch_evt 1 +../STM32_WPAN/App/app_ble.c:1350:6:hci_cmd_resp_release 1 +../STM32_WPAN/App/app_ble.c:1357:6:hci_cmd_resp_wait 1 +../STM32_WPAN/App/app_ble.c:1364:13:BLE_UserEvtRx 2 +../STM32_WPAN/App/app_ble.c:1384:13:BLE_StatusNot 3 +../STM32_WPAN/App/app_ble.c:1423:6:SVCCTL_ResumeUserEventFlow 1 diff --git a/firmware/memory_chip_gone/Debug/STM32_WPAN/App/app_ble.d b/firmware/memory_chip_gone/Debug/STM32_WPAN/App/app_ble.d new file mode 100644 index 0000000..58c35e8 --- /dev/null +++ b/firmware/memory_chip_gone/Debug/STM32_WPAN/App/app_ble.d @@ -0,0 +1,232 @@ +STM32_WPAN/App/app_ble.o: ../STM32_WPAN/App/app_ble.c ../Core/Inc/main.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/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/cmsis_gcc.h \ + ../Drivers/CMSIS/Include/mpu_armv7.h \ + ../Drivers/CMSIS/Device/ST/STM32WBxx/Include/system_stm32wbxx.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 \ + ../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/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 \ + ../Core/Inc/app_entry.h ../Core/Inc/app_common.h \ + ../Core/Inc/app_common.h \ + ../Middlewares/ST/STM32_WPAN/utilities/dbg_trace.h \ + ../Middlewares/ST/STM32_WPAN/ble/ble.h ../STM32_WPAN/App/ble_conf.h \ + ../Core/Inc/app_conf.h ../STM32_WPAN/App/ble_dbg_conf.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/ble_core.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/ble_std.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/ble_defs.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_vs_codes.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_gap_aci.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_types.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/template/ble_const.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/ble_std.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/ble_defs.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/template/osal.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/template/compiler.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_gatt_aci.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_hal_aci.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_hci_le.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_l2cap_aci.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_events.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/ble_bufsize.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/ble_legacy.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/ble_bufsize.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/ble_defs.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_vs_codes.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/ble_legacy.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/ble_std.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/bas.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/bls.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/crs_stm.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/dis.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/eds_stm.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/hids.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/hrs.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/hts.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/ias.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/lls.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/tps.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/motenv_stm.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/p2p_stm.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/zdd_stm.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/otas_stm.h \ + ../Middlewares/ST/STM32_WPAN/stm32_wpan_common.h \ + ../Drivers/CMSIS/Include/cmsis_compiler.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/mesh.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/template_stm.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/svc_ctl.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/uuid.h \ + ../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl.h \ + ../STM32_WPAN/App/app_ble.h \ + ../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/hci_tl.h \ + ../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl.h \ + ../Utilities/sequencer/stm32_seq.h \ + ../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci/shci.h \ + ../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/mbox_def.h \ + ../Utilities/lpm/tiny_lpm/stm32_lpm.h \ + ../Middlewares/ST/STM32_WPAN/utilities/otp.h \ + ../Middlewares/ST/STM32_WPAN/utilities/utilities_common.h \ + ../STM32_WPAN/App/p2p_server_app.h +../Core/Inc/main.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/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/cmsis_gcc.h: +../Drivers/CMSIS/Include/mpu_armv7.h: +../Drivers/CMSIS/Device/ST/STM32WBxx/Include/system_stm32wbxx.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: +../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/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: +../Core/Inc/app_entry.h: +../Core/Inc/app_common.h: +../Core/Inc/app_common.h: +../Middlewares/ST/STM32_WPAN/utilities/dbg_trace.h: +../Middlewares/ST/STM32_WPAN/ble/ble.h: +../STM32_WPAN/App/ble_conf.h: +../Core/Inc/app_conf.h: +../STM32_WPAN/App/ble_dbg_conf.h: +../Middlewares/ST/STM32_WPAN/ble/core/ble_core.h: +../Middlewares/ST/STM32_WPAN/ble/core/ble_std.h: +../Middlewares/ST/STM32_WPAN/ble/core/ble_defs.h: +../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_vs_codes.h: +../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_gap_aci.h: +../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_types.h: +../Middlewares/ST/STM32_WPAN/ble/core/template/ble_const.h: +../Middlewares/ST/STM32_WPAN/ble/core/ble_std.h: +../Middlewares/ST/STM32_WPAN/ble/core/ble_defs.h: +../Middlewares/ST/STM32_WPAN/ble/core/template/osal.h: +../Middlewares/ST/STM32_WPAN/ble/core/template/compiler.h: +../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_gatt_aci.h: +../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_hal_aci.h: +../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_hci_le.h: +../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_l2cap_aci.h: +../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_events.h: +../Middlewares/ST/STM32_WPAN/ble/core/ble_bufsize.h: +../Middlewares/ST/STM32_WPAN/ble/core/ble_legacy.h: +../Middlewares/ST/STM32_WPAN/ble/core/ble_bufsize.h: +../Middlewares/ST/STM32_WPAN/ble/core/ble_defs.h: +../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_vs_codes.h: +../Middlewares/ST/STM32_WPAN/ble/core/ble_legacy.h: +../Middlewares/ST/STM32_WPAN/ble/core/ble_std.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/bas.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/bls.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/crs_stm.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/dis.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/eds_stm.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/hids.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/hrs.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/hts.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/ias.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/lls.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/tps.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/motenv_stm.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/p2p_stm.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/zdd_stm.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/otas_stm.h: +../Middlewares/ST/STM32_WPAN/stm32_wpan_common.h: +../Drivers/CMSIS/Include/cmsis_compiler.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/mesh.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/template_stm.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/svc_ctl.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/uuid.h: +../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl.h: +../STM32_WPAN/App/app_ble.h: +../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/hci_tl.h: +../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl.h: +../Utilities/sequencer/stm32_seq.h: +../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci/shci.h: +../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/mbox_def.h: +../Utilities/lpm/tiny_lpm/stm32_lpm.h: +../Middlewares/ST/STM32_WPAN/utilities/otp.h: +../Middlewares/ST/STM32_WPAN/utilities/utilities_common.h: +../STM32_WPAN/App/p2p_server_app.h: diff --git a/firmware/memory_chip_gone/Debug/STM32_WPAN/App/app_ble.o b/firmware/memory_chip_gone/Debug/STM32_WPAN/App/app_ble.o Binary files differnew file mode 100644 index 0000000..17732b4 --- /dev/null +++ b/firmware/memory_chip_gone/Debug/STM32_WPAN/App/app_ble.o diff --git a/firmware/memory_chip_gone/Debug/STM32_WPAN/App/app_ble.su b/firmware/memory_chip_gone/Debug/STM32_WPAN/App/app_ble.su new file mode 100644 index 0000000..cbb19cf --- /dev/null +++ b/firmware/memory_chip_gone/Debug/STM32_WPAN/App/app_ble.su @@ -0,0 +1,19 @@ +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h:2223:26:LL_FLASH_GetUDN 4 static +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h:2235:26:LL_FLASH_GetDeviceID 4 static +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h:2247:26:LL_FLASH_GetSTCompanyID 4 static +../STM32_WPAN/App/app_ble.c:384:6:APP_BLE_Init 80 static +../STM32_WPAN/App/app_ble.c:546:28:SVCCTL_App_Notification 48 static +../STM32_WPAN/App/app_ble.c:787:22:APP_BLE_Get_Server_Connection_Status 4 static +../STM32_WPAN/App/app_ble.c:801:13:Ble_Tl_Init 16 static +../STM32_WPAN/App/app_ble.c:812:13:Ble_Hci_Gap_Gatt_Init 72 static +../STM32_WPAN/App/app_ble.c:1085:13:Adv_Request 56 static +../STM32_WPAN/App/app_ble.c:1175:16:BleGetBdAddress 32 static +../STM32_WPAN/App/app_ble.c:1232:13:Adv_Cancel 16 static +../STM32_WPAN/App/app_ble.c:1263:13:Adv_Cancel_Req 8 static +../STM32_WPAN/App/app_ble.c:1278:13:Switch_OFF_GPIO 4 static +../STM32_WPAN/App/app_ble.c:1343:6:hci_notify_asynch_evt 16 static +../STM32_WPAN/App/app_ble.c:1350:6:hci_cmd_resp_release 16 static +../STM32_WPAN/App/app_ble.c:1357:6:hci_cmd_resp_wait 16 static +../STM32_WPAN/App/app_ble.c:1364:13:BLE_UserEvtRx 24 static +../STM32_WPAN/App/app_ble.c:1384:13:BLE_StatusNot 24 static +../STM32_WPAN/App/app_ble.c:1423:6:SVCCTL_ResumeUserEventFlow 8 static diff --git a/firmware/memory_chip_gone/Debug/STM32_WPAN/App/p2p_server_app.cyclo b/firmware/memory_chip_gone/Debug/STM32_WPAN/App/p2p_server_app.cyclo new file mode 100644 index 0000000..528796e --- /dev/null +++ b/firmware/memory_chip_gone/Debug/STM32_WPAN/App/p2p_server_app.cyclo @@ -0,0 +1,3 @@ +../STM32_WPAN/App/p2p_server_app.c:60:6:P2PS_STM_App_Notification 5 +../STM32_WPAN/App/p2p_server_app.c:101:6:P2PS_APP_Notification 3 +../STM32_WPAN/App/p2p_server_app.c:135:6:P2PS_APP_Init 1 diff --git a/firmware/memory_chip_gone/Debug/STM32_WPAN/App/p2p_server_app.d b/firmware/memory_chip_gone/Debug/STM32_WPAN/App/p2p_server_app.d new file mode 100644 index 0000000..d8ed86b --- /dev/null +++ b/firmware/memory_chip_gone/Debug/STM32_WPAN/App/p2p_server_app.d @@ -0,0 +1,213 @@ +STM32_WPAN/App/p2p_server_app.o: ../STM32_WPAN/App/p2p_server_app.c \ + ../Core/Inc/main.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/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/cmsis_gcc.h \ + ../Drivers/CMSIS/Include/mpu_armv7.h \ + ../Drivers/CMSIS/Device/ST/STM32WBxx/Include/system_stm32wbxx.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 \ + ../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/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 \ + ../Core/Inc/app_entry.h ../Core/Inc/app_common.h \ + ../Core/Inc/app_common.h \ + ../Middlewares/ST/STM32_WPAN/utilities/dbg_trace.h \ + ../Middlewares/ST/STM32_WPAN/ble/ble.h ../STM32_WPAN/App/ble_conf.h \ + ../Core/Inc/app_conf.h ../STM32_WPAN/App/ble_dbg_conf.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/ble_core.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/ble_std.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/ble_defs.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_vs_codes.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_gap_aci.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_types.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/template/ble_const.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/ble_std.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/ble_defs.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/template/osal.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/template/compiler.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_gatt_aci.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_hal_aci.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_hci_le.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_l2cap_aci.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_events.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/ble_bufsize.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/ble_legacy.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/ble_bufsize.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/ble_defs.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_vs_codes.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/ble_legacy.h \ + ../Middlewares/ST/STM32_WPAN/ble/core/ble_std.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/bas.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/bls.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/crs_stm.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/dis.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/eds_stm.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/hids.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/hrs.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/hts.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/ias.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/lls.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/tps.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/motenv_stm.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/p2p_stm.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/zdd_stm.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/otas_stm.h \ + ../Middlewares/ST/STM32_WPAN/stm32_wpan_common.h \ + ../Drivers/CMSIS/Include/cmsis_compiler.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/mesh.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/template_stm.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/svc_ctl.h \ + ../Middlewares/ST/STM32_WPAN/ble/svc/Inc/uuid.h \ + ../STM32_WPAN/App/p2p_server_app.h ../Utilities/sequencer/stm32_seq.h +../Core/Inc/main.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/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/cmsis_gcc.h: +../Drivers/CMSIS/Include/mpu_armv7.h: +../Drivers/CMSIS/Device/ST/STM32WBxx/Include/system_stm32wbxx.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: +../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/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: +../Core/Inc/app_entry.h: +../Core/Inc/app_common.h: +../Core/Inc/app_common.h: +../Middlewares/ST/STM32_WPAN/utilities/dbg_trace.h: +../Middlewares/ST/STM32_WPAN/ble/ble.h: +../STM32_WPAN/App/ble_conf.h: +../Core/Inc/app_conf.h: +../STM32_WPAN/App/ble_dbg_conf.h: +../Middlewares/ST/STM32_WPAN/ble/core/ble_core.h: +../Middlewares/ST/STM32_WPAN/ble/core/ble_std.h: +../Middlewares/ST/STM32_WPAN/ble/core/ble_defs.h: +../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_vs_codes.h: +../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_gap_aci.h: +../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_types.h: +../Middlewares/ST/STM32_WPAN/ble/core/template/ble_const.h: +../Middlewares/ST/STM32_WPAN/ble/core/ble_std.h: +../Middlewares/ST/STM32_WPAN/ble/core/ble_defs.h: +../Middlewares/ST/STM32_WPAN/ble/core/template/osal.h: +../Middlewares/ST/STM32_WPAN/ble/core/template/compiler.h: +../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_gatt_aci.h: +../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_hal_aci.h: +../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_hci_le.h: +../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_l2cap_aci.h: +../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_events.h: +../Middlewares/ST/STM32_WPAN/ble/core/ble_bufsize.h: +../Middlewares/ST/STM32_WPAN/ble/core/ble_legacy.h: +../Middlewares/ST/STM32_WPAN/ble/core/ble_bufsize.h: +../Middlewares/ST/STM32_WPAN/ble/core/ble_defs.h: +../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_vs_codes.h: +../Middlewares/ST/STM32_WPAN/ble/core/ble_legacy.h: +../Middlewares/ST/STM32_WPAN/ble/core/ble_std.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/bas.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/bls.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/crs_stm.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/dis.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/eds_stm.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/hids.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/hrs.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/hts.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/ias.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/lls.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/tps.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/motenv_stm.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/p2p_stm.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/zdd_stm.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/otas_stm.h: +../Middlewares/ST/STM32_WPAN/stm32_wpan_common.h: +../Drivers/CMSIS/Include/cmsis_compiler.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/mesh.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/template_stm.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/svc_ctl.h: +../Middlewares/ST/STM32_WPAN/ble/svc/Inc/uuid.h: +../STM32_WPAN/App/p2p_server_app.h: +../Utilities/sequencer/stm32_seq.h: diff --git a/firmware/memory_chip_gone/Debug/STM32_WPAN/App/p2p_server_app.o b/firmware/memory_chip_gone/Debug/STM32_WPAN/App/p2p_server_app.o Binary files differnew file mode 100644 index 0000000..52b9c1c --- /dev/null +++ b/firmware/memory_chip_gone/Debug/STM32_WPAN/App/p2p_server_app.o diff --git a/firmware/memory_chip_gone/Debug/STM32_WPAN/App/p2p_server_app.su b/firmware/memory_chip_gone/Debug/STM32_WPAN/App/p2p_server_app.su new file mode 100644 index 0000000..025848e --- /dev/null +++ b/firmware/memory_chip_gone/Debug/STM32_WPAN/App/p2p_server_app.su @@ -0,0 +1,3 @@ +../STM32_WPAN/App/p2p_server_app.c:60:6:P2PS_STM_App_Notification 16 static +../STM32_WPAN/App/p2p_server_app.c:101:6:P2PS_APP_Notification 16 static +../STM32_WPAN/App/p2p_server_app.c:135:6:P2PS_APP_Init 4 static diff --git a/firmware/memory_chip_gone/Debug/STM32_WPAN/App/subdir.mk b/firmware/memory_chip_gone/Debug/STM32_WPAN/App/subdir.mk new file mode 100644 index 0000000..f9f81f2 --- /dev/null +++ b/firmware/memory_chip_gone/Debug/STM32_WPAN/App/subdir.mk @@ -0,0 +1,30 @@ +################################################################################ +# 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 += \ +../STM32_WPAN/App/app_ble.c \ +../STM32_WPAN/App/p2p_server_app.c + +OBJS += \ +./STM32_WPAN/App/app_ble.o \ +./STM32_WPAN/App/p2p_server_app.o + +C_DEPS += \ +./STM32_WPAN/App/app_ble.d \ +./STM32_WPAN/App/p2p_server_app.d + + +# Each subdirectory must supply rules for building sources it contributes +STM32_WPAN/App/%.o STM32_WPAN/App/%.su STM32_WPAN/App/%.cyclo: ../STM32_WPAN/App/%.c STM32_WPAN/App/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-STM32_WPAN-2f-App + +clean-STM32_WPAN-2f-App: + -$(RM) ./STM32_WPAN/App/app_ble.cyclo ./STM32_WPAN/App/app_ble.d ./STM32_WPAN/App/app_ble.o ./STM32_WPAN/App/app_ble.su ./STM32_WPAN/App/p2p_server_app.cyclo ./STM32_WPAN/App/p2p_server_app.d ./STM32_WPAN/App/p2p_server_app.o ./STM32_WPAN/App/p2p_server_app.su + +.PHONY: clean-STM32_WPAN-2f-App + diff --git a/firmware/memory_chip_gone/Debug/STM32_WPAN/Target/hw_ipcc.cyclo b/firmware/memory_chip_gone/Debug/STM32_WPAN/Target/hw_ipcc.cyclo new file mode 100644 index 0000000..b3883ed --- /dev/null +++ b/firmware/memory_chip_gone/Debug/STM32_WPAN/Target/hw_ipcc.cyclo @@ -0,0 +1,36 @@ +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h:1615:22:LL_PWR_EnableBootC2 1 +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h:793:22:LL_C2_EXTI_EnableEvent_32_63 1 +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h:1051:22:LL_EXTI_EnableRisingTrig_32_63 1 +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:744:22:LL_AHB3_GRP1_EnableClock 1 +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:1782:22:LL_C2_AHB3_GRP1_EnableClock 1 +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h:137:22:LL_C1_IPCC_EnableIT_TXF 1 +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h:170:22:LL_C1_IPCC_EnableIT_RXO 1 +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h:289:22:LL_C1_IPCC_EnableTransmitChannel 1 +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h:312:22:LL_C1_IPCC_DisableTransmitChannel 1 +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h:358:22:LL_C1_IPCC_EnableReceiveChannel 1 +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h:574:22:LL_C1_IPCC_ClearFlag_CHx 1 +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h:598:22:LL_C1_IPCC_SetFlag_CHx 1 +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h:621:26:LL_C1_IPCC_IsActiveFlag_CHx 2 +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h:692:26:LL_C2_IPCC_IsActiveFlag_CHx 2 +../STM32_WPAN/Target/hw_ipcc.c:76:6:HW_IPCC_Rx_Handler 7 +../STM32_WPAN/Target/hw_ipcc.c:140:6:HW_IPCC_Tx_Handler 7 +../STM32_WPAN/Target/hw_ipcc.c:181:6:HW_IPCC_Enable 1 +../STM32_WPAN/Target/hw_ipcc.c:212:6:HW_IPCC_Init 1 +../STM32_WPAN/Target/hw_ipcc.c:228:6:HW_IPCC_BLE_Init 1 +../STM32_WPAN/Target/hw_ipcc.c:237:6:HW_IPCC_BLE_SendCmd 1 +../STM32_WPAN/Target/hw_ipcc.c:244:13:HW_IPCC_BLE_EvtHandler 1 +../STM32_WPAN/Target/hw_ipcc.c:253:6:HW_IPCC_BLE_SendAclData 1 +../STM32_WPAN/Target/hw_ipcc.c:263:13:HW_IPCC_BLE_AclDataEvtHandler 1 +../STM32_WPAN/Target/hw_ipcc.c:274:13:HW_IPCC_BLE_AclDataAckNot 1 +../STM32_WPAN/Target/hw_ipcc.c:275:13:HW_IPCC_BLE_RxEvtNot 1 +../STM32_WPAN/Target/hw_ipcc.c:280:6:HW_IPCC_SYS_Init 1 +../STM32_WPAN/Target/hw_ipcc.c:289:6:HW_IPCC_SYS_SendCmd 1 +../STM32_WPAN/Target/hw_ipcc.c:299:13:HW_IPCC_SYS_CmdEvtHandler 1 +../STM32_WPAN/Target/hw_ipcc.c:310:13:HW_IPCC_SYS_EvtHandler 1 +../STM32_WPAN/Target/hw_ipcc.c:319:13:HW_IPCC_SYS_CmdEvtNot 1 +../STM32_WPAN/Target/hw_ipcc.c:320:13:HW_IPCC_SYS_EvtNot 1 +../STM32_WPAN/Target/hw_ipcc.c:694:6:HW_IPCC_MM_SendFreeBuf 2 +../STM32_WPAN/Target/hw_ipcc.c:713:13:HW_IPCC_MM_FreeBufHandler 1 +../STM32_WPAN/Target/hw_ipcc.c:729:6:HW_IPCC_TRACES_Init 1 +../STM32_WPAN/Target/hw_ipcc.c:738:13:HW_IPCC_TRACES_EvtHandler 1 +../STM32_WPAN/Target/hw_ipcc.c:747:13:HW_IPCC_TRACES_EvtNot 1 diff --git a/firmware/memory_chip_gone/Debug/STM32_WPAN/Target/hw_ipcc.d b/firmware/memory_chip_gone/Debug/STM32_WPAN/Target/hw_ipcc.d new file mode 100644 index 0000000..6e7b53a --- /dev/null +++ b/firmware/memory_chip_gone/Debug/STM32_WPAN/Target/hw_ipcc.d @@ -0,0 +1,116 @@ +STM32_WPAN/Target/hw_ipcc.o: ../STM32_WPAN/Target/hw_ipcc.c \ + ../Core/Inc/app_common.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/cmsis_gcc.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 \ + ../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/mbox_def.h \ + ../Middlewares/ST/STM32_WPAN/stm32_wpan_common.h \ + ../Drivers/CMSIS/Include/cmsis_compiler.h ../Core/Inc/utilities_conf.h +../Core/Inc/app_common.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/cmsis_gcc.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: +../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/mbox_def.h: +../Middlewares/ST/STM32_WPAN/stm32_wpan_common.h: +../Drivers/CMSIS/Include/cmsis_compiler.h: +../Core/Inc/utilities_conf.h: diff --git a/firmware/memory_chip_gone/Debug/STM32_WPAN/Target/hw_ipcc.o b/firmware/memory_chip_gone/Debug/STM32_WPAN/Target/hw_ipcc.o Binary files differnew file mode 100644 index 0000000..427d93b --- /dev/null +++ b/firmware/memory_chip_gone/Debug/STM32_WPAN/Target/hw_ipcc.o diff --git a/firmware/memory_chip_gone/Debug/STM32_WPAN/Target/hw_ipcc.su b/firmware/memory_chip_gone/Debug/STM32_WPAN/Target/hw_ipcc.su new file mode 100644 index 0000000..5513ee4 --- /dev/null +++ b/firmware/memory_chip_gone/Debug/STM32_WPAN/Target/hw_ipcc.su @@ -0,0 +1,36 @@ +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h:1615:22:LL_PWR_EnableBootC2 4 static +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h:793:22:LL_C2_EXTI_EnableEvent_32_63 16 static +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h:1051:22:LL_EXTI_EnableRisingTrig_32_63 16 static +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:744:22:LL_AHB3_GRP1_EnableClock 24 static +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:1782:22:LL_C2_AHB3_GRP1_EnableClock 24 static +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h:137:22:LL_C1_IPCC_EnableIT_TXF 16 static +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h:170:22:LL_C1_IPCC_EnableIT_RXO 16 static +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h:289:22:LL_C1_IPCC_EnableTransmitChannel 16 static +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h:312:22:LL_C1_IPCC_DisableTransmitChannel 16 static +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h:358:22:LL_C1_IPCC_EnableReceiveChannel 16 static +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h:574:22:LL_C1_IPCC_ClearFlag_CHx 16 static +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h:598:22:LL_C1_IPCC_SetFlag_CHx 16 static +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h:621:26:LL_C1_IPCC_IsActiveFlag_CHx 16 static +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h:692:26:LL_C2_IPCC_IsActiveFlag_CHx 16 static +../STM32_WPAN/Target/hw_ipcc.c:76:6:HW_IPCC_Rx_Handler 8 static +../STM32_WPAN/Target/hw_ipcc.c:140:6:HW_IPCC_Tx_Handler 8 static +../STM32_WPAN/Target/hw_ipcc.c:181:6:HW_IPCC_Enable 8 static,ignoring_inline_asm +../STM32_WPAN/Target/hw_ipcc.c:212:6:HW_IPCC_Init 8 static +../STM32_WPAN/Target/hw_ipcc.c:228:6:HW_IPCC_BLE_Init 24 static,ignoring_inline_asm +../STM32_WPAN/Target/hw_ipcc.c:237:6:HW_IPCC_BLE_SendCmd 8 static +../STM32_WPAN/Target/hw_ipcc.c:244:13:HW_IPCC_BLE_EvtHandler 8 static +../STM32_WPAN/Target/hw_ipcc.c:253:6:HW_IPCC_BLE_SendAclData 24 static,ignoring_inline_asm +../STM32_WPAN/Target/hw_ipcc.c:263:13:HW_IPCC_BLE_AclDataEvtHandler 24 static,ignoring_inline_asm +../STM32_WPAN/Target/hw_ipcc.c:274:13:HW_IPCC_BLE_AclDataAckNot 4 static +../STM32_WPAN/Target/hw_ipcc.c:275:13:HW_IPCC_BLE_RxEvtNot 4 static +../STM32_WPAN/Target/hw_ipcc.c:280:6:HW_IPCC_SYS_Init 24 static,ignoring_inline_asm +../STM32_WPAN/Target/hw_ipcc.c:289:6:HW_IPCC_SYS_SendCmd 24 static,ignoring_inline_asm +../STM32_WPAN/Target/hw_ipcc.c:299:13:HW_IPCC_SYS_CmdEvtHandler 24 static,ignoring_inline_asm +../STM32_WPAN/Target/hw_ipcc.c:310:13:HW_IPCC_SYS_EvtHandler 8 static +../STM32_WPAN/Target/hw_ipcc.c:319:13:HW_IPCC_SYS_CmdEvtNot 4 static +../STM32_WPAN/Target/hw_ipcc.c:320:13:HW_IPCC_SYS_EvtNot 4 static +../STM32_WPAN/Target/hw_ipcc.c:694:6:HW_IPCC_MM_SendFreeBuf 32 static,ignoring_inline_asm +../STM32_WPAN/Target/hw_ipcc.c:713:13:HW_IPCC_MM_FreeBufHandler 24 static,ignoring_inline_asm +../STM32_WPAN/Target/hw_ipcc.c:729:6:HW_IPCC_TRACES_Init 24 static,ignoring_inline_asm +../STM32_WPAN/Target/hw_ipcc.c:738:13:HW_IPCC_TRACES_EvtHandler 8 static +../STM32_WPAN/Target/hw_ipcc.c:747:13:HW_IPCC_TRACES_EvtNot 4 static diff --git a/firmware/memory_chip_gone/Debug/STM32_WPAN/Target/subdir.mk b/firmware/memory_chip_gone/Debug/STM32_WPAN/Target/subdir.mk new file mode 100644 index 0000000..552577f --- /dev/null +++ b/firmware/memory_chip_gone/Debug/STM32_WPAN/Target/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 += \ +../STM32_WPAN/Target/hw_ipcc.c + +OBJS += \ +./STM32_WPAN/Target/hw_ipcc.o + +C_DEPS += \ +./STM32_WPAN/Target/hw_ipcc.d + + +# Each subdirectory must supply rules for building sources it contributes +STM32_WPAN/Target/%.o STM32_WPAN/Target/%.su STM32_WPAN/Target/%.cyclo: ../STM32_WPAN/Target/%.c STM32_WPAN/Target/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-STM32_WPAN-2f-Target + +clean-STM32_WPAN-2f-Target: + -$(RM) ./STM32_WPAN/Target/hw_ipcc.cyclo ./STM32_WPAN/Target/hw_ipcc.d ./STM32_WPAN/Target/hw_ipcc.o ./STM32_WPAN/Target/hw_ipcc.su + +.PHONY: clean-STM32_WPAN-2f-Target + |
