1
0
This commit is contained in:
2025-10-27 17:07:20 +01:00
parent 7e264d691c
commit bd24f1fb79
576 changed files with 240919 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
../Components/cs42l51/cs42l51.c:126:10:cs42l51_Init 4
../Components/cs42l51/cs42l51.c:225:6:cs42l51_DeInit 1
../Components/cs42l51/cs42l51.c:238:10:cs42l51_ReadID 2
../Components/cs42l51/cs42l51.c:268:10:cs42l51_Play 4
../Components/cs42l51/cs42l51.c:315:10:cs42l51_Pause 1
../Components/cs42l51/cs42l51.c:331:10:cs42l51_Resume 1
../Components/cs42l51/cs42l51.c:347:10:cs42l51_Stop 1
../Components/cs42l51/cs42l51.c:375:10:cs42l51_SetVolume 2
../Components/cs42l51/cs42l51.c:394:10:cs42l51_SetFrequency 1
../Components/cs42l51/cs42l51.c:406:10:cs42l51_SetMute 2
../Components/cs42l51/cs42l51.c:436:10:cs42l51_SetOutputMode 1
../Components/cs42l51/cs42l51.c:446:10:cs42l51_Reset 2
../Components/cs42l51/cs42l51.c:474:16:CODEC_IO_Write 1

View File

@@ -0,0 +1,4 @@
Components/cs42l51/cs42l51.o: ../Components/cs42l51/cs42l51.c \
../Components/cs42l51/cs42l51.h ../Components/cs42l51/../Common/audio.h
../Components/cs42l51/cs42l51.h:
../Components/cs42l51/../Common/audio.h:

Binary file not shown.

View File

@@ -0,0 +1,13 @@
../Components/cs42l51/cs42l51.c:126:10:cs42l51_Init 32 static
../Components/cs42l51/cs42l51.c:225:6:cs42l51_DeInit 8 static
../Components/cs42l51/cs42l51.c:238:10:cs42l51_ReadID 24 static
../Components/cs42l51/cs42l51.c:268:10:cs42l51_Play 24 static
../Components/cs42l51/cs42l51.c:315:10:cs42l51_Pause 24 static
../Components/cs42l51/cs42l51.c:331:10:cs42l51_Resume 24 static
../Components/cs42l51/cs42l51.c:347:10:cs42l51_Stop 24 static
../Components/cs42l51/cs42l51.c:375:10:cs42l51_SetVolume 24 static
../Components/cs42l51/cs42l51.c:394:10:cs42l51_SetFrequency 16 static
../Components/cs42l51/cs42l51.c:406:10:cs42l51_SetMute 24 static
../Components/cs42l51/cs42l51.c:436:10:cs42l51_SetOutputMode 16 static
../Components/cs42l51/cs42l51.c:446:10:cs42l51_Reset 16 static
../Components/cs42l51/cs42l51.c:474:16:CODEC_IO_Write 24 static

View 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 += \
../Components/cs42l51/cs42l51.c
OBJS += \
./Components/cs42l51/cs42l51.o
C_DEPS += \
./Components/cs42l51/cs42l51.d
# Each subdirectory must supply rules for building sources it contributes
Components/cs42l51/%.o Components/cs42l51/%.su Components/cs42l51/%.cyclo: ../Components/cs42l51/%.c Components/cs42l51/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g -DDEBUG -DUSE_HAL_DRIVER -DSTM32L475xx -c -I../Core/Inc -I../Components -I../Drivers/STM32L4xx_HAL_Driver/Inc -I../BSP -I../Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32L4xx/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-Components-2f-cs42l51
clean-Components-2f-cs42l51:
-$(RM) ./Components/cs42l51/cs42l51.cyclo ./Components/cs42l51/cs42l51.d ./Components/cs42l51/cs42l51.o ./Components/cs42l51/cs42l51.su
.PHONY: clean-Components-2f-cs42l51