Skip to content

Commit dbdc5a2

Browse files
committed
- move freertos_hooks to board.c
- add device/midi_test_freertos example - update bth/dfu/midi device for cache line size
1 parent 5d77faa commit dbdc5a2

File tree

30 files changed

+778
-555
lines changed

30 files changed

+778
-555
lines changed

examples/device/audio_4_channel_mic_freertos/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ add_executable(${PROJECT})
1919

2020
# Example source
2121
target_sources(${PROJECT} PUBLIC
22-
${CMAKE_CURRENT_SOURCE_DIR}/src/freertos_hook.c
2322
${CMAKE_CURRENT_SOURCE_DIR}/src/main.c
2423
${CMAKE_CURRENT_SOURCE_DIR}/src/usb_descriptors.c
2524
)

examples/device/audio_4_channel_mic_freertos/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ INC += \
1212

1313
# Example source
1414
EXAMPLE_SOURCE = \
15-
src/freertos_hook.c \
1615
src/main.c \
1716
src/usb_descriptors.c
1817

examples/device/audio_4_channel_mic_freertos/src/freertos_hook.c

Lines changed: 0 additions & 115 deletions
This file was deleted.

examples/device/audio_test_freertos/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ add_executable(${PROJECT})
1919

2020
# Example source
2121
target_sources(${PROJECT} PUBLIC
22-
${CMAKE_CURRENT_SOURCE_DIR}/src/freertos_hook.c
2322
${CMAKE_CURRENT_SOURCE_DIR}/src/main.c
2423
${CMAKE_CURRENT_SOURCE_DIR}/src/usb_descriptors.c
2524
)

examples/device/audio_test_freertos/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ INC += \
1212

1313
# Example source
1414
EXAMPLE_SOURCE = \
15-
src/freertos_hook.c \
1615
src/main.c \
1716
src/usb_descriptors.c
1817

examples/device/audio_test_freertos/src/freertos_hook.c

Lines changed: 0 additions & 115 deletions
This file was deleted.

examples/device/cdc_msc_freertos/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ add_executable(${PROJECT})
1919

2020
# Example source
2121
target_sources(${PROJECT} PUBLIC
22-
${CMAKE_CURRENT_SOURCE_DIR}/src/freertos_hook.c
2322
${CMAKE_CURRENT_SOURCE_DIR}/src/main.c
2423
${CMAKE_CURRENT_SOURCE_DIR}/src/msc_disk.c
2524
${CMAKE_CURRENT_SOURCE_DIR}/src/usb_descriptors.c

examples/device/cdc_msc_freertos/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ INC += \
1212

1313
# Example source
1414
EXAMPLE_SOURCE = \
15-
src/freertos_hook.c \
1615
src/main.c \
1716
src/msc_disk.c \
1817
src/usb_descriptors.c

examples/device/cdc_msc_freertos/src/freertos_hook.c

Lines changed: 0 additions & 115 deletions
This file was deleted.

0 commit comments

Comments
 (0)