Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Werner Sembach
Ainigma
Commits
52a3ef22
Commit
52a3ef22
authored
Aug 31, 2017
by
Werner Sembach
Browse files
Make audio driver compile
parent
9e94bbc6
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
52a3ef22
...
...
@@ -43,7 +43,7 @@ set(STM32_SOURCES
Drivers/BSP/STM32F411E-Discovery/stm32f411e_discovery.c
Drivers/BSP/STM32F411E-Discovery/stm32f411e_discovery_accelerometer.c
Drivers/BSP/STM32F411E-Discovery/stm32f411e_discovery_gyroscope.c
#
Drivers/BSP/STM32F411E-Discovery/stm32f411e_discovery_audio.c
Drivers/BSP/STM32F411E-Discovery/stm32f411e_discovery_audio.c
#Components
Drivers/BSP/Components/cs43l22/cs43l22.c
...
...
@@ -74,7 +74,7 @@ set(STM32_SOURCES
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_crc.c
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_crc.c
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_msp_template.c
#
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_msp_template.c
#Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_timebase_tim_template.c
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.c
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c
...
...
@@ -114,7 +114,7 @@ set(STM32_SOURCES
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_hash.c
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fsmc.c
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_fmpi2c_ex.c
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_timebase_rtc_wakeup_template.c
#
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_timebase_rtc_wakeup_template.c
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_rng.c
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c
...
...
@@ -154,6 +154,7 @@ SET(SRC_LIST
src/ExternButton.cpp
src/ServoMotor.cpp
src/Util.cpp
Middlewares/ST/STM32_Audio/Addons/PDM/pdm_filter.o
${
LIBEZS_SOURCES
}
${
STM32_SOURCES
}
)
...
...
Middlewares/ST/STM32_Audio/Addons/PDM/pdm_filter.o
0 → 100644
View file @
52a3ef22
File added
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment