From fb1611c0ca99d9e609057c46507be2af8389bb7b Mon Sep 17 00:00:00 2001 From: Anson Bridges Date: Tue, 17 Feb 2026 11:37:50 -0800 Subject: firmware coad --- firmware/rf test/Debug/Core/Src/fonts.cyclo | 1 + firmware/rf test/Debug/Core/Src/fonts.d | 2 + firmware/rf test/Debug/Core/Src/fonts.o | Bin 0 -> 57232 bytes firmware/rf test/Debug/Core/Src/fonts.su | 1 + firmware/rf test/Debug/Core/Src/lis2dw12.cyclo | 0 firmware/rf test/Debug/Core/Src/lis2dw12.d | 2 + firmware/rf test/Debug/Core/Src/lis2dw12.o | Bin 0 -> 32556 bytes firmware/rf test/Debug/Core/Src/lis2dw12.su | 0 firmware/rf test/Debug/Core/Src/main.cyclo | 15 ++++ firmware/rf test/Debug/Core/Src/main.d | 84 +++++++++++++++++++++ firmware/rf test/Debug/Core/Src/main.o | Bin 0 -> 1207796 bytes firmware/rf test/Debug/Core/Src/main.su | 15 ++++ firmware/rf test/Debug/Core/Src/sharpmem.cyclo | 11 +++ firmware/rf test/Debug/Core/Src/sharpmem.d | 84 +++++++++++++++++++++ firmware/rf test/Debug/Core/Src/sharpmem.o | Bin 0 -> 1188628 bytes firmware/rf test/Debug/Core/Src/sharpmem.su | 11 +++ .../rf test/Debug/Core/Src/stm32wbxx_hal_msp.cyclo | 18 +++++ .../rf test/Debug/Core/Src/stm32wbxx_hal_msp.d | 82 ++++++++++++++++++++ .../rf test/Debug/Core/Src/stm32wbxx_hal_msp.o | Bin 0 -> 1174860 bytes .../rf test/Debug/Core/Src/stm32wbxx_hal_msp.su | 18 +++++ firmware/rf test/Debug/Core/Src/stm32wbxx_it.cyclo | 13 ++++ firmware/rf test/Debug/Core/Src/stm32wbxx_it.d | 84 +++++++++++++++++++++ firmware/rf test/Debug/Core/Src/stm32wbxx_it.o | Bin 0 -> 1159784 bytes firmware/rf test/Debug/Core/Src/stm32wbxx_it.su | 13 ++++ firmware/rf test/Debug/Core/Src/subdir.mk | 51 +++++++++++++ firmware/rf test/Debug/Core/Src/syscalls.cyclo | 18 +++++ firmware/rf test/Debug/Core/Src/syscalls.d | 1 + firmware/rf test/Debug/Core/Src/syscalls.o | Bin 0 -> 83412 bytes firmware/rf test/Debug/Core/Src/syscalls.su | 18 +++++ firmware/rf test/Debug/Core/Src/sysmem.cyclo | 1 + firmware/rf test/Debug/Core/Src/sysmem.d | 1 + firmware/rf test/Debug/Core/Src/sysmem.o | Bin 0 -> 55864 bytes firmware/rf test/Debug/Core/Src/sysmem.su | 1 + .../rf test/Debug/Core/Src/system_stm32wbxx.cyclo | 2 + firmware/rf test/Debug/Core/Src/system_stm32wbxx.d | 81 ++++++++++++++++++++ firmware/rf test/Debug/Core/Src/system_stm32wbxx.o | Bin 0 -> 1157820 bytes .../rf test/Debug/Core/Src/system_stm32wbxx.su | 2 + firmware/rf test/Debug/Core/Src/w25q_mem.d | 83 ++++++++++++++++++++ .../Debug/Core/Startup/startup_stm32wb55cgux.d | 2 + .../Debug/Core/Startup/startup_stm32wb55cgux.o | Bin 0 -> 6764 bytes firmware/rf test/Debug/Core/Startup/subdir.mk | 27 +++++++ 41 files changed, 742 insertions(+) create mode 100644 firmware/rf test/Debug/Core/Src/fonts.cyclo create mode 100644 firmware/rf test/Debug/Core/Src/fonts.d create mode 100644 firmware/rf test/Debug/Core/Src/fonts.o create mode 100644 firmware/rf test/Debug/Core/Src/fonts.su create mode 100644 firmware/rf test/Debug/Core/Src/lis2dw12.cyclo create mode 100644 firmware/rf test/Debug/Core/Src/lis2dw12.d create mode 100644 firmware/rf test/Debug/Core/Src/lis2dw12.o create mode 100644 firmware/rf test/Debug/Core/Src/lis2dw12.su create mode 100644 firmware/rf test/Debug/Core/Src/main.cyclo create mode 100644 firmware/rf test/Debug/Core/Src/main.d create mode 100644 firmware/rf test/Debug/Core/Src/main.o create mode 100644 firmware/rf test/Debug/Core/Src/main.su create mode 100644 firmware/rf test/Debug/Core/Src/sharpmem.cyclo create mode 100644 firmware/rf test/Debug/Core/Src/sharpmem.d create mode 100644 firmware/rf test/Debug/Core/Src/sharpmem.o create mode 100644 firmware/rf test/Debug/Core/Src/sharpmem.su create mode 100644 firmware/rf test/Debug/Core/Src/stm32wbxx_hal_msp.cyclo create mode 100644 firmware/rf test/Debug/Core/Src/stm32wbxx_hal_msp.d create mode 100644 firmware/rf test/Debug/Core/Src/stm32wbxx_hal_msp.o create mode 100644 firmware/rf test/Debug/Core/Src/stm32wbxx_hal_msp.su create mode 100644 firmware/rf test/Debug/Core/Src/stm32wbxx_it.cyclo create mode 100644 firmware/rf test/Debug/Core/Src/stm32wbxx_it.d create mode 100644 firmware/rf test/Debug/Core/Src/stm32wbxx_it.o create mode 100644 firmware/rf test/Debug/Core/Src/stm32wbxx_it.su create mode 100644 firmware/rf test/Debug/Core/Src/subdir.mk create mode 100644 firmware/rf test/Debug/Core/Src/syscalls.cyclo create mode 100644 firmware/rf test/Debug/Core/Src/syscalls.d create mode 100644 firmware/rf test/Debug/Core/Src/syscalls.o create mode 100644 firmware/rf test/Debug/Core/Src/syscalls.su create mode 100644 firmware/rf test/Debug/Core/Src/sysmem.cyclo create mode 100644 firmware/rf test/Debug/Core/Src/sysmem.d create mode 100644 firmware/rf test/Debug/Core/Src/sysmem.o create mode 100644 firmware/rf test/Debug/Core/Src/sysmem.su create mode 100644 firmware/rf test/Debug/Core/Src/system_stm32wbxx.cyclo create mode 100644 firmware/rf test/Debug/Core/Src/system_stm32wbxx.d create mode 100644 firmware/rf test/Debug/Core/Src/system_stm32wbxx.o create mode 100644 firmware/rf test/Debug/Core/Src/system_stm32wbxx.su create mode 100644 firmware/rf test/Debug/Core/Src/w25q_mem.d create mode 100644 firmware/rf test/Debug/Core/Startup/startup_stm32wb55cgux.d create mode 100644 firmware/rf test/Debug/Core/Startup/startup_stm32wb55cgux.o create mode 100644 firmware/rf test/Debug/Core/Startup/subdir.mk (limited to 'firmware/rf test/Debug/Core') diff --git a/firmware/rf test/Debug/Core/Src/fonts.cyclo b/firmware/rf test/Debug/Core/Src/fonts.cyclo new file mode 100644 index 0000000..738b53d --- /dev/null +++ b/firmware/rf test/Debug/Core/Src/fonts.cyclo @@ -0,0 +1 @@ +../Core/Src/fonts.c:10:6:set_up_fonts 1 diff --git a/firmware/rf test/Debug/Core/Src/fonts.d b/firmware/rf test/Debug/Core/Src/fonts.d new file mode 100644 index 0000000..f5e15ee --- /dev/null +++ b/firmware/rf test/Debug/Core/Src/fonts.d @@ -0,0 +1,2 @@ +Core/Src/fonts.o: ../Core/Src/fonts.c ../Core/Inc/fonts.h +../Core/Inc/fonts.h: diff --git a/firmware/rf test/Debug/Core/Src/fonts.o b/firmware/rf test/Debug/Core/Src/fonts.o new file mode 100644 index 0000000..cd5900a Binary files /dev/null and b/firmware/rf test/Debug/Core/Src/fonts.o differ diff --git a/firmware/rf test/Debug/Core/Src/fonts.su b/firmware/rf test/Debug/Core/Src/fonts.su new file mode 100644 index 0000000..c72ac8b --- /dev/null +++ b/firmware/rf test/Debug/Core/Src/fonts.su @@ -0,0 +1 @@ +../Core/Src/fonts.c:10:6:set_up_fonts 8 static diff --git a/firmware/rf test/Debug/Core/Src/lis2dw12.cyclo b/firmware/rf test/Debug/Core/Src/lis2dw12.cyclo new file mode 100644 index 0000000..e69de29 diff --git a/firmware/rf test/Debug/Core/Src/lis2dw12.d b/firmware/rf test/Debug/Core/Src/lis2dw12.d new file mode 100644 index 0000000..37d5d3a --- /dev/null +++ b/firmware/rf test/Debug/Core/Src/lis2dw12.d @@ -0,0 +1,2 @@ +Core/Src/lis2dw12.o: ../Core/Src/lis2dw12.c ../Core/Inc/lis2dw12.h +../Core/Inc/lis2dw12.h: diff --git a/firmware/rf test/Debug/Core/Src/lis2dw12.o b/firmware/rf test/Debug/Core/Src/lis2dw12.o new file mode 100644 index 0000000..11319fc Binary files /dev/null and b/firmware/rf test/Debug/Core/Src/lis2dw12.o differ diff --git a/firmware/rf test/Debug/Core/Src/lis2dw12.su b/firmware/rf test/Debug/Core/Src/lis2dw12.su new file mode 100644 index 0000000..e69de29 diff --git a/firmware/rf test/Debug/Core/Src/main.cyclo b/firmware/rf test/Debug/Core/Src/main.cyclo new file mode 100644 index 0000000..a91c9b4 --- /dev/null +++ b/firmware/rf test/Debug/Core/Src/main.cyclo @@ -0,0 +1,15 @@ +../Drivers/CMSIS/Include/core_cm4.h:2059:26:ITM_SendChar 4 +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:1679:22:LL_RCC_LSE_SetDriveCapability 1 +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:539:22:LL_AHB2_GRP1_EnableClock 1 +../Core/Src/main.c:45:5:_write 2 +../Core/Src/main.c:88:5:main 2 +../Core/Src/main.c:224:6:SystemClock_Config 3 +../Core/Src/main.c:275:6:PeriphCommonClock_Config 2 +../Core/Src/main.c:300:13:MX_I2C1_Init 4 +../Core/Src/main.c:348:13:MX_IPCC_Init 2 +../Core/Src/main.c:374:13:MX_RF_Init 1 +../Core/Src/main.c:395:13:MX_RTC_Init 5 +../Core/Src/main.c:467:13:MX_SPI1_Init 2 +../Core/Src/main.c:507:13:MX_GPIO_Init 1 +../Core/Src/main.c:567:6:SharpMem_Init 2 +../Core/Src/main.c:587:6:Error_Handler 1 diff --git a/firmware/rf test/Debug/Core/Src/main.d b/firmware/rf test/Debug/Core/Src/main.d new file mode 100644 index 0000000..4bbe78f --- /dev/null +++ b/firmware/rf test/Debug/Core/Src/main.d @@ -0,0 +1,84 @@ +Core/Src/main.o: ../Core/Src/main.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_hal_spi.h \ + ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi_ex.h \ + ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h \ + ../Core/Inc/sharpmem.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_hal_spi.h: +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi_ex.h: +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h: +../Core/Inc/sharpmem.h: diff --git a/firmware/rf test/Debug/Core/Src/main.o b/firmware/rf test/Debug/Core/Src/main.o new file mode 100644 index 0000000..675b583 Binary files /dev/null and b/firmware/rf test/Debug/Core/Src/main.o differ diff --git a/firmware/rf test/Debug/Core/Src/main.su b/firmware/rf test/Debug/Core/Src/main.su new file mode 100644 index 0000000..5f202fd --- /dev/null +++ b/firmware/rf test/Debug/Core/Src/main.su @@ -0,0 +1,15 @@ +../Drivers/CMSIS/Include/core_cm4.h:2059:26:ITM_SendChar 16 static,ignoring_inline_asm +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:1679:22:LL_RCC_LSE_SetDriveCapability 16 static +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:539:22:LL_AHB2_GRP1_EnableClock 24 static +../Core/Src/main.c:45:5:_write 32 static +../Core/Src/main.c:88:5:main 40 static +../Core/Src/main.c:224:6:SystemClock_Config 112 static +../Core/Src/main.c:275:6:PeriphCommonClock_Config 88 static +../Core/Src/main.c:300:13:MX_I2C1_Init 8 static +../Core/Src/main.c:348:13:MX_IPCC_Init 8 static +../Core/Src/main.c:374:13:MX_RF_Init 4 static +../Core/Src/main.c:395:13:MX_RTC_Init 32 static +../Core/Src/main.c:467:13:MX_SPI1_Init 8 static +../Core/Src/main.c:507:13:MX_GPIO_Init 32 static +../Core/Src/main.c:567:6:SharpMem_Init 8 static +../Core/Src/main.c:587:6:Error_Handler 4 static,ignoring_inline_asm diff --git a/firmware/rf test/Debug/Core/Src/sharpmem.cyclo b/firmware/rf test/Debug/Core/Src/sharpmem.cyclo new file mode 100644 index 0000000..6fd978d --- /dev/null +++ b/firmware/rf test/Debug/Core/Src/sharpmem.cyclo @@ -0,0 +1,11 @@ +../Core/Src/sharpmem.c:4:6:SHARPMEM_TOGGLEVCOM 2 +../Core/Src/sharpmem.c:8:6:SHARPMEM_draw_pixel 6 +../Core/Src/sharpmem.c:19:6:SHARPMEM_draw_line 1 +../Core/Src/sharpmem.c:23:6:SHARPMEM_draw_circle 1 +../Core/Src/sharpmem.c:27:6:SHARPMEM_draw_rect 1 +../Core/Src/sharpmem.c:31:6:SHARPMEM_write 8 +../Core/Src/sharpmem.c:96:9:SHARPMEM_get_pixel 3 +../Core/Src/sharpmem.c:102:6:SHARPMEM_clear_display 2 +../Core/Src/sharpmem.c:120:6:SHARPMEM_refresh_display 3 +../Core/Src/sharpmem.c:154:6:SHARPMEM_clear_display_buffer 2 +../Core/Src/sharpmem.c:158:10:SHARPMEM_get_buffer 1 diff --git a/firmware/rf test/Debug/Core/Src/sharpmem.d b/firmware/rf test/Debug/Core/Src/sharpmem.d new file mode 100644 index 0000000..065d3e2 --- /dev/null +++ b/firmware/rf test/Debug/Core/Src/sharpmem.d @@ -0,0 +1,84 @@ +Core/Src/sharpmem.o: ../Core/Src/sharpmem.c ../Core/Inc/sharpmem.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_hal_spi.h \ + ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi_ex.h \ + ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h \ + ../Core/Inc/fonts.h +../Core/Inc/sharpmem.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_hal_spi.h: +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi_ex.h: +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h: +../Core/Inc/fonts.h: diff --git a/firmware/rf test/Debug/Core/Src/sharpmem.o b/firmware/rf test/Debug/Core/Src/sharpmem.o new file mode 100644 index 0000000..dd9f6a3 Binary files /dev/null and b/firmware/rf test/Debug/Core/Src/sharpmem.o differ diff --git a/firmware/rf test/Debug/Core/Src/sharpmem.su b/firmware/rf test/Debug/Core/Src/sharpmem.su new file mode 100644 index 0000000..b4ba646 --- /dev/null +++ b/firmware/rf test/Debug/Core/Src/sharpmem.su @@ -0,0 +1,11 @@ +../Core/Src/sharpmem.c:4:6:SHARPMEM_TOGGLEVCOM 16 static +../Core/Src/sharpmem.c:8:6:SHARPMEM_draw_pixel 24 static +../Core/Src/sharpmem.c:19:6:SHARPMEM_draw_line 24 static +../Core/Src/sharpmem.c:23:6:SHARPMEM_draw_circle 24 static +../Core/Src/sharpmem.c:27:6:SHARPMEM_draw_rect 24 static +../Core/Src/sharpmem.c:31:6:SHARPMEM_write 48 static +../Core/Src/sharpmem.c:96:9:SHARPMEM_get_pixel 16 static +../Core/Src/sharpmem.c:102:6:SHARPMEM_clear_display 24 static +../Core/Src/sharpmem.c:120:6:SHARPMEM_refresh_display 64 dynamic +../Core/Src/sharpmem.c:154:6:SHARPMEM_clear_display_buffer 16 static +../Core/Src/sharpmem.c:158:10:SHARPMEM_get_buffer 16 static diff --git a/firmware/rf test/Debug/Core/Src/stm32wbxx_hal_msp.cyclo b/firmware/rf test/Debug/Core/Src/stm32wbxx_hal_msp.cyclo new file mode 100644 index 0000000..5a663f7 --- /dev/null +++ b/firmware/rf test/Debug/Core/Src/stm32wbxx_hal_msp.cyclo @@ -0,0 +1,18 @@ +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:2883:22:LL_RCC_EnableRTC 1 +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:2893:22:LL_RCC_DisableRTC 1 +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:539:22:LL_AHB2_GRP1_EnableClock 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:798:22:LL_AHB3_GRP1_DisableClock 1 +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:939:22:LL_APB1_GRP1_EnableClock 1 +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:1038:22:LL_APB1_GRP1_DisableClock 1 +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:1274:22:LL_APB2_GRP1_EnableClock 1 +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:1328:22:LL_APB2_GRP1_DisableClock 1 +../Core/Src/stm32wbxx_hal_msp.c:63:6:HAL_MspInit 1 +../Core/Src/stm32wbxx_hal_msp.c:90:6:HAL_I2C_MspInit 3 +../Core/Src/stm32wbxx_hal_msp.c:137:6:HAL_I2C_MspDeInit 2 +../Core/Src/stm32wbxx_hal_msp.c:168:6:HAL_IPCC_MspInit 2 +../Core/Src/stm32wbxx_hal_msp.c:196:6:HAL_IPCC_MspDeInit 2 +../Core/Src/stm32wbxx_hal_msp.c:222:6:HAL_RTC_MspInit 3 +../Core/Src/stm32wbxx_hal_msp.c:260:6:HAL_RTC_MspDeInit 2 +../Core/Src/stm32wbxx_hal_msp.c:286:6:HAL_SPI_MspInit 2 +../Core/Src/stm32wbxx_hal_msp.c:323:6:HAL_SPI_MspDeInit 2 diff --git a/firmware/rf test/Debug/Core/Src/stm32wbxx_hal_msp.d b/firmware/rf test/Debug/Core/Src/stm32wbxx_hal_msp.d new file mode 100644 index 0000000..76e8b9a --- /dev/null +++ b/firmware/rf test/Debug/Core/Src/stm32wbxx_hal_msp.d @@ -0,0 +1,82 @@ +Core/Src/stm32wbxx_hal_msp.o: ../Core/Src/stm32wbxx_hal_msp.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_hal_spi.h \ + ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi_ex.h \ + ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.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_hal_spi.h: +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi_ex.h: +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h: diff --git a/firmware/rf test/Debug/Core/Src/stm32wbxx_hal_msp.o b/firmware/rf test/Debug/Core/Src/stm32wbxx_hal_msp.o new file mode 100644 index 0000000..57aaa0c Binary files /dev/null and b/firmware/rf test/Debug/Core/Src/stm32wbxx_hal_msp.o differ diff --git a/firmware/rf test/Debug/Core/Src/stm32wbxx_hal_msp.su b/firmware/rf test/Debug/Core/Src/stm32wbxx_hal_msp.su new file mode 100644 index 0000000..de1df08 --- /dev/null +++ b/firmware/rf test/Debug/Core/Src/stm32wbxx_hal_msp.su @@ -0,0 +1,18 @@ +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:2883:22:LL_RCC_EnableRTC 4 static +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:2893:22:LL_RCC_DisableRTC 4 static +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:539:22:LL_AHB2_GRP1_EnableClock 24 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:798:22:LL_AHB3_GRP1_DisableClock 16 static +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:939:22:LL_APB1_GRP1_EnableClock 24 static +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:1038:22:LL_APB1_GRP1_DisableClock 16 static +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:1274:22:LL_APB2_GRP1_EnableClock 24 static +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:1328:22:LL_APB2_GRP1_DisableClock 16 static +../Core/Src/stm32wbxx_hal_msp.c:63:6:HAL_MspInit 8 static +../Core/Src/stm32wbxx_hal_msp.c:90:6:HAL_I2C_MspInit 120 static +../Core/Src/stm32wbxx_hal_msp.c:137:6:HAL_I2C_MspDeInit 16 static +../Core/Src/stm32wbxx_hal_msp.c:168:6:HAL_IPCC_MspInit 16 static +../Core/Src/stm32wbxx_hal_msp.c:196:6:HAL_IPCC_MspDeInit 16 static +../Core/Src/stm32wbxx_hal_msp.c:222:6:HAL_RTC_MspInit 96 static +../Core/Src/stm32wbxx_hal_msp.c:260:6:HAL_RTC_MspDeInit 16 static +../Core/Src/stm32wbxx_hal_msp.c:286:6:HAL_SPI_MspInit 40 static +../Core/Src/stm32wbxx_hal_msp.c:323:6:HAL_SPI_MspDeInit 16 static diff --git a/firmware/rf test/Debug/Core/Src/stm32wbxx_it.cyclo b/firmware/rf test/Debug/Core/Src/stm32wbxx_it.cyclo new file mode 100644 index 0000000..7a4317b --- /dev/null +++ b/firmware/rf test/Debug/Core/Src/stm32wbxx_it.cyclo @@ -0,0 +1,13 @@ +../Core/Src/stm32wbxx_it.c:70:6:NMI_Handler 1 +../Core/Src/stm32wbxx_it.c:85:6:HardFault_Handler 1 +../Core/Src/stm32wbxx_it.c:100:6:MemManage_Handler 1 +../Core/Src/stm32wbxx_it.c:115:6:BusFault_Handler 1 +../Core/Src/stm32wbxx_it.c:130:6:UsageFault_Handler 1 +../Core/Src/stm32wbxx_it.c:145:6:SVC_Handler 1 +../Core/Src/stm32wbxx_it.c:158:6:DebugMon_Handler 1 +../Core/Src/stm32wbxx_it.c:171:6:PendSV_Handler 1 +../Core/Src/stm32wbxx_it.c:184:6:SysTick_Handler 1 +../Core/Src/stm32wbxx_it.c:205:6:RTC_WKUP_IRQHandler 1 +../Core/Src/stm32wbxx_it.c:219:6:IPCC_C1_RX_IRQHandler 1 +../Core/Src/stm32wbxx_it.c:233:6:IPCC_C1_TX_IRQHandler 1 +../Core/Src/stm32wbxx_it.c:247:6:HSEM_IRQHandler 1 diff --git a/firmware/rf test/Debug/Core/Src/stm32wbxx_it.d b/firmware/rf test/Debug/Core/Src/stm32wbxx_it.d new file mode 100644 index 0000000..d33d768 --- /dev/null +++ b/firmware/rf test/Debug/Core/Src/stm32wbxx_it.d @@ -0,0 +1,84 @@ +Core/Src/stm32wbxx_it.o: ../Core/Src/stm32wbxx_it.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_hal_spi.h \ + ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi_ex.h \ + ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h \ + ../Core/Inc/stm32wbxx_it.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_hal_spi.h: +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi_ex.h: +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h: +../Core/Inc/stm32wbxx_it.h: diff --git a/firmware/rf test/Debug/Core/Src/stm32wbxx_it.o b/firmware/rf test/Debug/Core/Src/stm32wbxx_it.o new file mode 100644 index 0000000..0ee6066 Binary files /dev/null and b/firmware/rf test/Debug/Core/Src/stm32wbxx_it.o differ diff --git a/firmware/rf test/Debug/Core/Src/stm32wbxx_it.su b/firmware/rf test/Debug/Core/Src/stm32wbxx_it.su new file mode 100644 index 0000000..f91fc6e --- /dev/null +++ b/firmware/rf test/Debug/Core/Src/stm32wbxx_it.su @@ -0,0 +1,13 @@ +../Core/Src/stm32wbxx_it.c:70:6:NMI_Handler 4 static +../Core/Src/stm32wbxx_it.c:85:6:HardFault_Handler 4 static +../Core/Src/stm32wbxx_it.c:100:6:MemManage_Handler 4 static +../Core/Src/stm32wbxx_it.c:115:6:BusFault_Handler 4 static +../Core/Src/stm32wbxx_it.c:130:6:UsageFault_Handler 4 static +../Core/Src/stm32wbxx_it.c:145:6:SVC_Handler 4 static +../Core/Src/stm32wbxx_it.c:158:6:DebugMon_Handler 4 static +../Core/Src/stm32wbxx_it.c:171:6:PendSV_Handler 4 static +../Core/Src/stm32wbxx_it.c:184:6:SysTick_Handler 8 static +../Core/Src/stm32wbxx_it.c:205:6:RTC_WKUP_IRQHandler 8 static +../Core/Src/stm32wbxx_it.c:219:6:IPCC_C1_RX_IRQHandler 8 static +../Core/Src/stm32wbxx_it.c:233:6:IPCC_C1_TX_IRQHandler 8 static +../Core/Src/stm32wbxx_it.c:247:6:HSEM_IRQHandler 8 static diff --git a/firmware/rf test/Debug/Core/Src/subdir.mk b/firmware/rf test/Debug/Core/Src/subdir.mk new file mode 100644 index 0000000..ad2ec99 --- /dev/null +++ b/firmware/rf test/Debug/Core/Src/subdir.mk @@ -0,0 +1,51 @@ +################################################################################ +# 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 += \ +../Core/Src/fonts.c \ +../Core/Src/lis2dw12.c \ +../Core/Src/main.c \ +../Core/Src/sharpmem.c \ +../Core/Src/stm32wbxx_hal_msp.c \ +../Core/Src/stm32wbxx_it.c \ +../Core/Src/syscalls.c \ +../Core/Src/sysmem.c \ +../Core/Src/system_stm32wbxx.c + +OBJS += \ +./Core/Src/fonts.o \ +./Core/Src/lis2dw12.o \ +./Core/Src/main.o \ +./Core/Src/sharpmem.o \ +./Core/Src/stm32wbxx_hal_msp.o \ +./Core/Src/stm32wbxx_it.o \ +./Core/Src/syscalls.o \ +./Core/Src/sysmem.o \ +./Core/Src/system_stm32wbxx.o + +C_DEPS += \ +./Core/Src/fonts.d \ +./Core/Src/lis2dw12.d \ +./Core/Src/main.d \ +./Core/Src/sharpmem.d \ +./Core/Src/stm32wbxx_hal_msp.d \ +./Core/Src/stm32wbxx_it.d \ +./Core/Src/syscalls.d \ +./Core/Src/sysmem.d \ +./Core/Src/system_stm32wbxx.d + + +# Each subdirectory must supply rules for building sources it contributes +Core/Src/%.o Core/Src/%.su Core/Src/%.cyclo: ../Core/Src/%.c Core/Src/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 -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-Core-2f-Src + +clean-Core-2f-Src: + -$(RM) ./Core/Src/fonts.cyclo ./Core/Src/fonts.d ./Core/Src/fonts.o ./Core/Src/fonts.su ./Core/Src/lis2dw12.cyclo ./Core/Src/lis2dw12.d ./Core/Src/lis2dw12.o ./Core/Src/lis2dw12.su ./Core/Src/main.cyclo ./Core/Src/main.d ./Core/Src/main.o ./Core/Src/main.su ./Core/Src/sharpmem.cyclo ./Core/Src/sharpmem.d ./Core/Src/sharpmem.o ./Core/Src/sharpmem.su ./Core/Src/stm32wbxx_hal_msp.cyclo ./Core/Src/stm32wbxx_hal_msp.d ./Core/Src/stm32wbxx_hal_msp.o ./Core/Src/stm32wbxx_hal_msp.su ./Core/Src/stm32wbxx_it.cyclo ./Core/Src/stm32wbxx_it.d ./Core/Src/stm32wbxx_it.o ./Core/Src/stm32wbxx_it.su ./Core/Src/syscalls.cyclo ./Core/Src/syscalls.d ./Core/Src/syscalls.o ./Core/Src/syscalls.su ./Core/Src/sysmem.cyclo ./Core/Src/sysmem.d ./Core/Src/sysmem.o ./Core/Src/sysmem.su ./Core/Src/system_stm32wbxx.cyclo ./Core/Src/system_stm32wbxx.d ./Core/Src/system_stm32wbxx.o ./Core/Src/system_stm32wbxx.su + +.PHONY: clean-Core-2f-Src + diff --git a/firmware/rf test/Debug/Core/Src/syscalls.cyclo b/firmware/rf test/Debug/Core/Src/syscalls.cyclo new file mode 100644 index 0000000..6cbfdd0 --- /dev/null +++ b/firmware/rf test/Debug/Core/Src/syscalls.cyclo @@ -0,0 +1,18 @@ +../Core/Src/syscalls.c:44:6:initialise_monitor_handles 1 +../Core/Src/syscalls.c:48:5:_getpid 1 +../Core/Src/syscalls.c:53:5:_kill 1 +../Core/Src/syscalls.c:61:6:_exit 1 +../Core/Src/syscalls.c:67:27:_read 2 +../Core/Src/syscalls.c:80:27:_write 2 +../Core/Src/syscalls.c:92:5:_close 1 +../Core/Src/syscalls.c:99:5:_fstat 1 +../Core/Src/syscalls.c:106:5:_isatty 1 +../Core/Src/syscalls.c:112:5:_lseek 1 +../Core/Src/syscalls.c:120:5:_open 1 +../Core/Src/syscalls.c:128:5:_wait 1 +../Core/Src/syscalls.c:135:5:_unlink 1 +../Core/Src/syscalls.c:142:5:_times 1 +../Core/Src/syscalls.c:148:5:_stat 1 +../Core/Src/syscalls.c:155:5:_link 1 +../Core/Src/syscalls.c:163:5:_fork 1 +../Core/Src/syscalls.c:169:5:_execve 1 diff --git a/firmware/rf test/Debug/Core/Src/syscalls.d b/firmware/rf test/Debug/Core/Src/syscalls.d new file mode 100644 index 0000000..8667c70 --- /dev/null +++ b/firmware/rf test/Debug/Core/Src/syscalls.d @@ -0,0 +1 @@ +Core/Src/syscalls.o: ../Core/Src/syscalls.c diff --git a/firmware/rf test/Debug/Core/Src/syscalls.o b/firmware/rf test/Debug/Core/Src/syscalls.o new file mode 100644 index 0000000..0b27bdc Binary files /dev/null and b/firmware/rf test/Debug/Core/Src/syscalls.o differ diff --git a/firmware/rf test/Debug/Core/Src/syscalls.su b/firmware/rf test/Debug/Core/Src/syscalls.su new file mode 100644 index 0000000..50b547a --- /dev/null +++ b/firmware/rf test/Debug/Core/Src/syscalls.su @@ -0,0 +1,18 @@ +../Core/Src/syscalls.c:44:6:initialise_monitor_handles 4 static +../Core/Src/syscalls.c:48:5:_getpid 4 static +../Core/Src/syscalls.c:53:5:_kill 16 static +../Core/Src/syscalls.c:61:6:_exit 16 static +../Core/Src/syscalls.c:67:27:_read 32 static +../Core/Src/syscalls.c:80:27:_write 32 static +../Core/Src/syscalls.c:92:5:_close 16 static +../Core/Src/syscalls.c:99:5:_fstat 16 static +../Core/Src/syscalls.c:106:5:_isatty 16 static +../Core/Src/syscalls.c:112:5:_lseek 24 static +../Core/Src/syscalls.c:120:5:_open 12 static +../Core/Src/syscalls.c:128:5:_wait 16 static +../Core/Src/syscalls.c:135:5:_unlink 16 static +../Core/Src/syscalls.c:142:5:_times 16 static +../Core/Src/syscalls.c:148:5:_stat 16 static +../Core/Src/syscalls.c:155:5:_link 16 static +../Core/Src/syscalls.c:163:5:_fork 8 static +../Core/Src/syscalls.c:169:5:_execve 24 static diff --git a/firmware/rf test/Debug/Core/Src/sysmem.cyclo b/firmware/rf test/Debug/Core/Src/sysmem.cyclo new file mode 100644 index 0000000..0090c10 --- /dev/null +++ b/firmware/rf test/Debug/Core/Src/sysmem.cyclo @@ -0,0 +1 @@ +../Core/Src/sysmem.c:53:7:_sbrk 3 diff --git a/firmware/rf test/Debug/Core/Src/sysmem.d b/firmware/rf test/Debug/Core/Src/sysmem.d new file mode 100644 index 0000000..74fecf9 --- /dev/null +++ b/firmware/rf test/Debug/Core/Src/sysmem.d @@ -0,0 +1 @@ +Core/Src/sysmem.o: ../Core/Src/sysmem.c diff --git a/firmware/rf test/Debug/Core/Src/sysmem.o b/firmware/rf test/Debug/Core/Src/sysmem.o new file mode 100644 index 0000000..05a27c2 Binary files /dev/null and b/firmware/rf test/Debug/Core/Src/sysmem.o differ diff --git a/firmware/rf test/Debug/Core/Src/sysmem.su b/firmware/rf test/Debug/Core/Src/sysmem.su new file mode 100644 index 0000000..12d5f17 --- /dev/null +++ b/firmware/rf test/Debug/Core/Src/sysmem.su @@ -0,0 +1 @@ +../Core/Src/sysmem.c:53:7:_sbrk 32 static diff --git a/firmware/rf test/Debug/Core/Src/system_stm32wbxx.cyclo b/firmware/rf test/Debug/Core/Src/system_stm32wbxx.cyclo new file mode 100644 index 0000000..1a1d49b --- /dev/null +++ b/firmware/rf test/Debug/Core/Src/system_stm32wbxx.cyclo @@ -0,0 +1,2 @@ +../Core/Src/system_stm32wbxx.c:218:6:SystemInit 1 +../Core/Src/system_stm32wbxx.c:303:6:SystemCoreClockUpdate 7 diff --git a/firmware/rf test/Debug/Core/Src/system_stm32wbxx.d b/firmware/rf test/Debug/Core/Src/system_stm32wbxx.d new file mode 100644 index 0000000..8ca1b9a --- /dev/null +++ b/firmware/rf test/Debug/Core/Src/system_stm32wbxx.d @@ -0,0 +1,81 @@ +Core/Src/system_stm32wbxx.o: ../Core/Src/system_stm32wbxx.c \ + ../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_hal_spi.h \ + ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi_ex.h \ + ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.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_hal_spi.h: +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi_ex.h: +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h: diff --git a/firmware/rf test/Debug/Core/Src/system_stm32wbxx.o b/firmware/rf test/Debug/Core/Src/system_stm32wbxx.o new file mode 100644 index 0000000..5fdce7e Binary files /dev/null and b/firmware/rf test/Debug/Core/Src/system_stm32wbxx.o differ diff --git a/firmware/rf test/Debug/Core/Src/system_stm32wbxx.su b/firmware/rf test/Debug/Core/Src/system_stm32wbxx.su new file mode 100644 index 0000000..1f3e3c3 --- /dev/null +++ b/firmware/rf test/Debug/Core/Src/system_stm32wbxx.su @@ -0,0 +1,2 @@ +../Core/Src/system_stm32wbxx.c:218:6:SystemInit 4 static +../Core/Src/system_stm32wbxx.c:303:6:SystemCoreClockUpdate 32 static diff --git a/firmware/rf test/Debug/Core/Src/w25q_mem.d b/firmware/rf test/Debug/Core/Src/w25q_mem.d new file mode 100644 index 0000000..aaf0545 --- /dev/null +++ b/firmware/rf test/Debug/Core/Src/w25q_mem.d @@ -0,0 +1,83 @@ +Core/Src/w25q_mem.o: ../Core/Src/w25q_mem.c ../Core/Inc/w25q_mem.h \ + ../Core/Inc/libs.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_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_qspi.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_hal_spi.h \ + ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi_ex.h \ + ../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h +../Core/Inc/w25q_mem.h: +../Core/Inc/libs.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_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_qspi.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_hal_spi.h: +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi_ex.h: +../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h: diff --git a/firmware/rf test/Debug/Core/Startup/startup_stm32wb55cgux.d b/firmware/rf test/Debug/Core/Startup/startup_stm32wb55cgux.d new file mode 100644 index 0000000..5cb7f50 --- /dev/null +++ b/firmware/rf test/Debug/Core/Startup/startup_stm32wb55cgux.d @@ -0,0 +1,2 @@ +Core/Startup/startup_stm32wb55cgux.o: \ + ../Core/Startup/startup_stm32wb55cgux.s diff --git a/firmware/rf test/Debug/Core/Startup/startup_stm32wb55cgux.o b/firmware/rf test/Debug/Core/Startup/startup_stm32wb55cgux.o new file mode 100644 index 0000000..c83162a Binary files /dev/null and b/firmware/rf test/Debug/Core/Startup/startup_stm32wb55cgux.o differ diff --git a/firmware/rf test/Debug/Core/Startup/subdir.mk b/firmware/rf test/Debug/Core/Startup/subdir.mk new file mode 100644 index 0000000..4480fcb --- /dev/null +++ b/firmware/rf test/Debug/Core/Startup/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 +S_SRCS += \ +../Core/Startup/startup_stm32wb55cgux.s + +OBJS += \ +./Core/Startup/startup_stm32wb55cgux.o + +S_DEPS += \ +./Core/Startup/startup_stm32wb55cgux.d + + +# Each subdirectory must supply rules for building sources it contributes +Core/Startup/%.o: ../Core/Startup/%.s Core/Startup/subdir.mk + arm-none-eabi-gcc -mcpu=cortex-m4 -g3 -DDEBUG -c -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" "$<" + +clean: clean-Core-2f-Startup + +clean-Core-2f-Startup: + -$(RM) ./Core/Startup/startup_stm32wb55cgux.d ./Core/Startup/startup_stm32wb55cgux.o + +.PHONY: clean-Core-2f-Startup + -- cgit v1.2.3