init commit
This commit is contained in:
2
Debug/SubGHz_Phy/App/app_subghz_phy.cyclo
Normal file
2
Debug/SubGHz_Phy/App/app_subghz_phy.cyclo
Normal file
@@ -0,0 +1,2 @@
|
||||
../SubGHz_Phy/App/app_subghz_phy.c:6:6:MX_SubGHz_Phy_Init 1
|
||||
../SubGHz_Phy/App/app_subghz_phy.c:12:6:MX_SubGHz_Phy_Process 1
|
||||
20
Debug/SubGHz_Phy/App/app_subghz_phy.d
Normal file
20
Debug/SubGHz_Phy/App/app_subghz_phy.d
Normal file
@@ -0,0 +1,20 @@
|
||||
SubGHz_Phy/App/app_subghz_phy.o: ../SubGHz_Phy/App/app_subghz_phy.c \
|
||||
../SubGHz_Phy/App/app_subghz_phy.h ../SubGHz_Phy/App/subghz_phy_app.h \
|
||||
../Core/Inc/sys_app.h ../Core/Inc/sys_conf.h \
|
||||
../Utilities/trace/adv_trace/stm32_adv_trace.h \
|
||||
../Core/Inc/utilities_conf.h ../Drivers/CMSIS/Include/cmsis_compiler.h \
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h ../Utilities/misc/stm32_mem.h \
|
||||
../Utilities/misc/stm32_tiny_vsnprintf.h ../Core/Inc/utilities_def.h \
|
||||
../Utilities/sequencer/stm32_seq.h
|
||||
../SubGHz_Phy/App/app_subghz_phy.h:
|
||||
../SubGHz_Phy/App/subghz_phy_app.h:
|
||||
../Core/Inc/sys_app.h:
|
||||
../Core/Inc/sys_conf.h:
|
||||
../Utilities/trace/adv_trace/stm32_adv_trace.h:
|
||||
../Core/Inc/utilities_conf.h:
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h:
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h:
|
||||
../Utilities/misc/stm32_mem.h:
|
||||
../Utilities/misc/stm32_tiny_vsnprintf.h:
|
||||
../Core/Inc/utilities_def.h:
|
||||
../Utilities/sequencer/stm32_seq.h:
|
||||
BIN
Debug/SubGHz_Phy/App/app_subghz_phy.o
Normal file
BIN
Debug/SubGHz_Phy/App/app_subghz_phy.o
Normal file
Binary file not shown.
2
Debug/SubGHz_Phy/App/app_subghz_phy.su
Normal file
2
Debug/SubGHz_Phy/App/app_subghz_phy.su
Normal file
@@ -0,0 +1,2 @@
|
||||
../SubGHz_Phy/App/app_subghz_phy.c:6:6:MX_SubGHz_Phy_Init 8 static
|
||||
../SubGHz_Phy/App/app_subghz_phy.c:12:6:MX_SubGHz_Phy_Process 8 static
|
||||
30
Debug/SubGHz_Phy/App/subdir.mk
Normal file
30
Debug/SubGHz_Phy/App/subdir.mk
Normal file
@@ -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 += \
|
||||
../SubGHz_Phy/App/app_subghz_phy.c \
|
||||
../SubGHz_Phy/App/subghz_phy_app.c
|
||||
|
||||
OBJS += \
|
||||
./SubGHz_Phy/App/app_subghz_phy.o \
|
||||
./SubGHz_Phy/App/subghz_phy_app.o
|
||||
|
||||
C_DEPS += \
|
||||
./SubGHz_Phy/App/app_subghz_phy.d \
|
||||
./SubGHz_Phy/App/subghz_phy_app.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
SubGHz_Phy/App/%.o SubGHz_Phy/App/%.su SubGHz_Phy/App/%.cyclo: ../SubGHz_Phy/App/%.c SubGHz_Phy/App/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WL55xx -c -I../Core/Inc -I../SubGHz_Phy/App -I../SubGHz_Phy/Target -I../Utilities/trace/adv_trace -I../Drivers/STM32WLxx_HAL_Driver/Inc -I../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../Utilities/misc -I../Utilities/sequencer -I../Utilities/timer -I../Utilities/lpm/tiny_lpm -I../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../Middlewares/Third_Party/SubGHz_Phy -I../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../Drivers/CMSIS/Include -I../Drivers/BSP/STM32WLxx_Nucleo -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@"
|
||||
|
||||
clean: clean-SubGHz_Phy-2f-App
|
||||
|
||||
clean-SubGHz_Phy-2f-App:
|
||||
-$(RM) ./SubGHz_Phy/App/app_subghz_phy.cyclo ./SubGHz_Phy/App/app_subghz_phy.d ./SubGHz_Phy/App/app_subghz_phy.o ./SubGHz_Phy/App/app_subghz_phy.su ./SubGHz_Phy/App/subghz_phy_app.cyclo ./SubGHz_Phy/App/subghz_phy_app.d ./SubGHz_Phy/App/subghz_phy_app.o ./SubGHz_Phy/App/subghz_phy_app.su
|
||||
|
||||
.PHONY: clean-SubGHz_Phy-2f-App
|
||||
|
||||
33
Debug/SubGHz_Phy/App/subghz_phy_app.cyclo
Normal file
33
Debug/SubGHz_Phy/App/subghz_phy_app.cyclo
Normal file
@@ -0,0 +1,33 @@
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:146:6:SubghzApp_Init 1
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:165:6:SubghzApp_Process 1
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:173:13:App_ProcessRadioEvents 10
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:221:13:App_ProcessUartPacketizer 5
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:238:13:App_ProcessEscape 8
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:267:13:App_StartNextTxIfPossible 4
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:279:13:App_RadioApplyConfig 1
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:285:13:App_RadioConfigureRx 2
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:315:13:App_RadioConfigureTx 2
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:341:13:App_RadioEnterRx 1
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:347:13:App_EnterConfigMode 1
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:356:13:App_ExitConfigMode 1
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:365:13:App_ResetDataPath 1
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:375:13:App_DataModeFeedByte 3
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:395:13:App_DataModeFlushBuilder 3
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:409:16:App_QueuePush 4
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:423:13:App_QueuePop 2
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:434:13:UartRxByteCallback 13
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:497:13:App_ConfigFeedByte 9
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:529:13:App_ConfigExecuteLine 33
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:704:13:App_PrintConfigPrompt 2
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:712:13:App_PrintHelp 1
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:730:13:App_PrintStatus 2
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:752:13:App_Printf 3
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:775:13:App_Write 3
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:785:13:App_ReconfigureUart 5
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:811:16:App_ParseHexSyncWord 11
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:859:14:App_SkipSpaces 4
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:868:13:OnTxDone 1
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:873:13:OnRxDone 2
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:888:13:OnTxTimeout 1
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:893:13:OnRxTimeout 1
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:898:13:OnRxError 1
|
||||
115
Debug/SubGHz_Phy/App/subghz_phy_app.d
Normal file
115
Debug/SubGHz_Phy/App/subghz_phy_app.d
Normal file
@@ -0,0 +1,115 @@
|
||||
SubGHz_Phy/App/subghz_phy_app.o: ../SubGHz_Phy/App/subghz_phy_app.c \
|
||||
../Core/Inc/platform.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32WLxx/Include/stm32wlxx.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32WLxx/Include/stm32wl55xx.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/STM32WLxx/Include/system_stm32wlxx.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal.h \
|
||||
../Core/Inc/stm32wlxx_hal_conf.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_dma.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_def.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_dma.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_dmamux.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_dma_ex.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_cortex.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_exti.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_flash.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_flash_ex.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_gpio.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_gpio_ex.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_pwr.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_pwr.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_pwr_ex.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_rcc.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_rcc.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_bus.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_rcc_ex.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_exti.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_rtc.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_rtc_ex.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_subghz.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_spi.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_uart.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_uart_ex.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_system.h \
|
||||
../Core/Inc/main.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_gpio.h \
|
||||
../Drivers/BSP/STM32WLxx_Nucleo/stm32wlxx_nucleo_radio.h \
|
||||
../Drivers/BSP/STM32WLxx_Nucleo/stm32wlxx_nucleo_errno.h \
|
||||
../Core/Inc/stm32wlxx_nucleo_conf.h \
|
||||
../Drivers/BSP/STM32WLxx_Nucleo/stm32wlxx_nucleo.h \
|
||||
../SubGHz_Phy/App/subghz_phy_app.h \
|
||||
../Middlewares/Third_Party/SubGHz_Phy/radio.h \
|
||||
../Middlewares/Third_Party/SubGHz_Phy/radio_def.h \
|
||||
../Middlewares/Third_Party/SubGHz_Phy/radio_ex.h \
|
||||
../Middlewares/Third_Party/SubGHz_Phy/lr_fhss_v1_base_types.h \
|
||||
../Core/Inc/usart_if.h ../Utilities/trace/adv_trace/stm32_adv_trace.h \
|
||||
../Core/Inc/utilities_conf.h ../Drivers/CMSIS/Include/cmsis_compiler.h \
|
||||
../Utilities/misc/stm32_mem.h ../Utilities/misc/stm32_tiny_vsnprintf.h \
|
||||
../Core/Inc/utilities_def.h ../Core/Inc/usart.h ../Core/Inc/dma.h \
|
||||
../Core/Inc/usart.h ../Core/Inc/main.h
|
||||
../Core/Inc/platform.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32WLxx/Include/stm32wlxx.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32WLxx/Include/stm32wl55xx.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/STM32WLxx/Include/system_stm32wlxx.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal.h:
|
||||
../Core/Inc/stm32wlxx_hal_conf.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_dma.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_def.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_dma.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_dmamux.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_dma_ex.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_cortex.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_exti.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_flash.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_flash_ex.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_gpio.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_gpio_ex.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_pwr.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_pwr.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_pwr_ex.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_rcc.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_rcc.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_bus.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_rcc_ex.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_exti.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_rtc.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_rtc_ex.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_subghz.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_spi.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_uart.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_uart_ex.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_system.h:
|
||||
../Core/Inc/main.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_gpio.h:
|
||||
../Drivers/BSP/STM32WLxx_Nucleo/stm32wlxx_nucleo_radio.h:
|
||||
../Drivers/BSP/STM32WLxx_Nucleo/stm32wlxx_nucleo_errno.h:
|
||||
../Core/Inc/stm32wlxx_nucleo_conf.h:
|
||||
../Drivers/BSP/STM32WLxx_Nucleo/stm32wlxx_nucleo.h:
|
||||
../SubGHz_Phy/App/subghz_phy_app.h:
|
||||
../Middlewares/Third_Party/SubGHz_Phy/radio.h:
|
||||
../Middlewares/Third_Party/SubGHz_Phy/radio_def.h:
|
||||
../Middlewares/Third_Party/SubGHz_Phy/radio_ex.h:
|
||||
../Middlewares/Third_Party/SubGHz_Phy/lr_fhss_v1_base_types.h:
|
||||
../Core/Inc/usart_if.h:
|
||||
../Utilities/trace/adv_trace/stm32_adv_trace.h:
|
||||
../Core/Inc/utilities_conf.h:
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h:
|
||||
../Utilities/misc/stm32_mem.h:
|
||||
../Utilities/misc/stm32_tiny_vsnprintf.h:
|
||||
../Core/Inc/utilities_def.h:
|
||||
../Core/Inc/usart.h:
|
||||
../Core/Inc/dma.h:
|
||||
../Core/Inc/usart.h:
|
||||
../Core/Inc/main.h:
|
||||
BIN
Debug/SubGHz_Phy/App/subghz_phy_app.o
Normal file
BIN
Debug/SubGHz_Phy/App/subghz_phy_app.o
Normal file
Binary file not shown.
33
Debug/SubGHz_Phy/App/subghz_phy_app.su
Normal file
33
Debug/SubGHz_Phy/App/subghz_phy_app.su
Normal file
@@ -0,0 +1,33 @@
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:146:6:SubghzApp_Init 8 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:165:6:SubghzApp_Process 8 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:173:13:App_ProcessRadioEvents 8 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:221:13:App_ProcessUartPacketizer 16 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:238:13:App_ProcessEscape 16 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:267:13:App_StartNextTxIfPossible 16 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:279:13:App_RadioApplyConfig 8 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:285:13:App_RadioConfigureRx 72 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:315:13:App_RadioConfigureTx 48 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:341:13:App_RadioEnterRx 8 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:347:13:App_EnterConfigMode 8 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:356:13:App_ExitConfigMode 8 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:365:13:App_ResetDataPath 4 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:375:13:App_DataModeFeedByte 16 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:395:13:App_DataModeFlushBuilder 8 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:409:16:App_QueuePush 16 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:423:13:App_QueuePop 4 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:434:13:UartRxByteCallback 24 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:497:13:App_ConfigFeedByte 16 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:529:13:App_ConfigExecuteLine 32 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:704:13:App_PrintConfigPrompt 8 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:712:13:App_PrintHelp 8 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:730:13:App_PrintStatus 8 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:752:13:App_Printf 208 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:775:13:App_Write 16 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:785:13:App_ReconfigureUart 16 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:811:16:App_ParseHexSyncWord 40 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:859:14:App_SkipSpaces 16 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:868:13:OnTxDone 4 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:873:13:OnRxDone 24 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:888:13:OnTxTimeout 4 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:893:13:OnRxTimeout 4 static
|
||||
../SubGHz_Phy/App/subghz_phy_app.c:898:13:OnRxError 4 static
|
||||
7
Debug/SubGHz_Phy/Target/radio_board_if.cyclo
Normal file
7
Debug/SubGHz_Phy/Target/radio_board_if.cyclo
Normal file
@@ -0,0 +1,7 @@
|
||||
../SubGHz_Phy/Target/radio_board_if.c:59:9:RBI_Init 1
|
||||
../SubGHz_Phy/Target/radio_board_if.c:85:9:RBI_DeInit 1
|
||||
../SubGHz_Phy/Target/radio_board_if.c:111:9:RBI_ConfigRFSwitch 1
|
||||
../SubGHz_Phy/Target/radio_board_if.c:138:9:RBI_GetTxConfig 1
|
||||
../SubGHz_Phy/Target/radio_board_if.c:164:9:RBI_IsTCXO 1
|
||||
../SubGHz_Phy/Target/radio_board_if.c:190:9:RBI_IsDCDC 1
|
||||
../SubGHz_Phy/Target/radio_board_if.c:216:9:RBI_GetRFOMaxPowerConfig 1
|
||||
90
Debug/SubGHz_Phy/Target/radio_board_if.d
Normal file
90
Debug/SubGHz_Phy/Target/radio_board_if.d
Normal file
@@ -0,0 +1,90 @@
|
||||
SubGHz_Phy/Target/radio_board_if.o: ../SubGHz_Phy/Target/radio_board_if.c \
|
||||
../SubGHz_Phy/Target/radio_board_if.h ../Core/Inc/platform.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32WLxx/Include/stm32wlxx.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32WLxx/Include/stm32wl55xx.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/STM32WLxx/Include/system_stm32wlxx.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal.h \
|
||||
../Core/Inc/stm32wlxx_hal_conf.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_dma.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_def.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_dma.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_dmamux.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_dma_ex.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_cortex.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_exti.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_flash.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_flash_ex.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_gpio.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_gpio_ex.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_pwr.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_pwr.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_pwr_ex.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_rcc.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_rcc.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_bus.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_rcc_ex.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_exti.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_rtc.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_rtc_ex.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_subghz.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_spi.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_uart.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_uart_ex.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_system.h \
|
||||
../Core/Inc/main.h \
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_gpio.h \
|
||||
../Drivers/BSP/STM32WLxx_Nucleo/stm32wlxx_nucleo_radio.h \
|
||||
../Drivers/BSP/STM32WLxx_Nucleo/stm32wlxx_nucleo_errno.h \
|
||||
../Core/Inc/stm32wlxx_nucleo_conf.h \
|
||||
../Drivers/BSP/STM32WLxx_Nucleo/stm32wlxx_nucleo.h
|
||||
../SubGHz_Phy/Target/radio_board_if.h:
|
||||
../Core/Inc/platform.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32WLxx/Include/stm32wlxx.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32WLxx/Include/stm32wl55xx.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/STM32WLxx/Include/system_stm32wlxx.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal.h:
|
||||
../Core/Inc/stm32wlxx_hal_conf.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_dma.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_def.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_dma.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_dmamux.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_dma_ex.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_cortex.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_exti.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_flash.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_flash_ex.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_gpio.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_gpio_ex.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_pwr.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_pwr.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_pwr_ex.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_rcc.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_rcc.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_bus.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_rcc_ex.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_exti.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_rtc.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_rtc_ex.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_subghz.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_spi.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_uart.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_hal_uart_ex.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_system.h:
|
||||
../Core/Inc/main.h:
|
||||
../Drivers/STM32WLxx_HAL_Driver/Inc/stm32wlxx_ll_gpio.h:
|
||||
../Drivers/BSP/STM32WLxx_Nucleo/stm32wlxx_nucleo_radio.h:
|
||||
../Drivers/BSP/STM32WLxx_Nucleo/stm32wlxx_nucleo_errno.h:
|
||||
../Core/Inc/stm32wlxx_nucleo_conf.h:
|
||||
../Drivers/BSP/STM32WLxx_Nucleo/stm32wlxx_nucleo.h:
|
||||
BIN
Debug/SubGHz_Phy/Target/radio_board_if.o
Normal file
BIN
Debug/SubGHz_Phy/Target/radio_board_if.o
Normal file
Binary file not shown.
7
Debug/SubGHz_Phy/Target/radio_board_if.su
Normal file
7
Debug/SubGHz_Phy/Target/radio_board_if.su
Normal file
@@ -0,0 +1,7 @@
|
||||
../SubGHz_Phy/Target/radio_board_if.c:59:9:RBI_Init 8 static
|
||||
../SubGHz_Phy/Target/radio_board_if.c:85:9:RBI_DeInit 8 static
|
||||
../SubGHz_Phy/Target/radio_board_if.c:111:9:RBI_ConfigRFSwitch 16 static
|
||||
../SubGHz_Phy/Target/radio_board_if.c:138:9:RBI_GetTxConfig 8 static
|
||||
../SubGHz_Phy/Target/radio_board_if.c:164:9:RBI_IsTCXO 8 static
|
||||
../SubGHz_Phy/Target/radio_board_if.c:190:9:RBI_IsDCDC 8 static
|
||||
../SubGHz_Phy/Target/radio_board_if.c:216:9:RBI_GetRFOMaxPowerConfig 16 static
|
||||
27
Debug/SubGHz_Phy/Target/subdir.mk
Normal file
27
Debug/SubGHz_Phy/Target/subdir.mk
Normal file
@@ -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 += \
|
||||
../SubGHz_Phy/Target/radio_board_if.c
|
||||
|
||||
OBJS += \
|
||||
./SubGHz_Phy/Target/radio_board_if.o
|
||||
|
||||
C_DEPS += \
|
||||
./SubGHz_Phy/Target/radio_board_if.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
SubGHz_Phy/Target/%.o SubGHz_Phy/Target/%.su SubGHz_Phy/Target/%.cyclo: ../SubGHz_Phy/Target/%.c SubGHz_Phy/Target/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WL55xx -c -I../Core/Inc -I../SubGHz_Phy/App -I../SubGHz_Phy/Target -I../Utilities/trace/adv_trace -I../Drivers/STM32WLxx_HAL_Driver/Inc -I../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../Utilities/misc -I../Utilities/sequencer -I../Utilities/timer -I../Utilities/lpm/tiny_lpm -I../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../Middlewares/Third_Party/SubGHz_Phy -I../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../Drivers/CMSIS/Include -I../Drivers/BSP/STM32WLxx_Nucleo -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@"
|
||||
|
||||
clean: clean-SubGHz_Phy-2f-Target
|
||||
|
||||
clean-SubGHz_Phy-2f-Target:
|
||||
-$(RM) ./SubGHz_Phy/Target/radio_board_if.cyclo ./SubGHz_Phy/Target/radio_board_if.d ./SubGHz_Phy/Target/radio_board_if.o ./SubGHz_Phy/Target/radio_board_if.su
|
||||
|
||||
.PHONY: clean-SubGHz_Phy-2f-Target
|
||||
|
||||
Reference in New Issue
Block a user