Add saving cnf in ROM, workink with leds

This commit is contained in:
2026-03-30 18:42:53 +03:00
parent 0b982e5d4d
commit d43458c770
82 changed files with 43899 additions and 41684 deletions

View 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/config/config_defaults.c \
../SubGHz_Phy/App/config/config_store.c
OBJS += \
./SubGHz_Phy/App/config/config_defaults.o \
./SubGHz_Phy/App/config/config_store.o
C_DEPS += \
./SubGHz_Phy/App/config/config_defaults.d \
./SubGHz_Phy/App/config/config_store.d
# Each subdirectory must supply rules for building sources it contributes
SubGHz_Phy/App/config/%.o SubGHz_Phy/App/config/%.su SubGHz_Phy/App/config/%.cyclo: ../SubGHz_Phy/App/config/%.c SubGHz_Phy/App/config/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-2f-config
clean-SubGHz_Phy-2f-App-2f-config:
-$(RM) ./SubGHz_Phy/App/config/config_defaults.cyclo ./SubGHz_Phy/App/config/config_defaults.d ./SubGHz_Phy/App/config/config_defaults.o ./SubGHz_Phy/App/config/config_defaults.su ./SubGHz_Phy/App/config/config_store.cyclo ./SubGHz_Phy/App/config/config_store.d ./SubGHz_Phy/App/config/config_store.o ./SubGHz_Phy/App/config/config_store.su
.PHONY: clean-SubGHz_Phy-2f-App-2f-config