Skip to content

Commit

Permalink
- move freertos_hooks to board.c
Browse files Browse the repository at this point in the history
- add device/midi_test_freertos example
- update bth/dfu/midi device for cache line size
  • Loading branch information
hathach committed Nov 21, 2024
1 parent 5d77faa commit dbdc5a2
Show file tree
Hide file tree
Showing 30 changed files with 778 additions and 555 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ add_executable(${PROJECT})

# Example source
target_sources(${PROJECT} PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}/src/freertos_hook.c
${CMAKE_CURRENT_SOURCE_DIR}/src/main.c
${CMAKE_CURRENT_SOURCE_DIR}/src/usb_descriptors.c
)
Expand Down
1 change: 0 additions & 1 deletion examples/device/audio_4_channel_mic_freertos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ INC += \

# Example source
EXAMPLE_SOURCE = \
src/freertos_hook.c \
src/main.c \
src/usb_descriptors.c

Expand Down
115 changes: 0 additions & 115 deletions examples/device/audio_4_channel_mic_freertos/src/freertos_hook.c

This file was deleted.

1 change: 0 additions & 1 deletion examples/device/audio_test_freertos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ add_executable(${PROJECT})

# Example source
target_sources(${PROJECT} PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}/src/freertos_hook.c
${CMAKE_CURRENT_SOURCE_DIR}/src/main.c
${CMAKE_CURRENT_SOURCE_DIR}/src/usb_descriptors.c
)
Expand Down
1 change: 0 additions & 1 deletion examples/device/audio_test_freertos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ INC += \

# Example source
EXAMPLE_SOURCE = \
src/freertos_hook.c \
src/main.c \
src/usb_descriptors.c

Expand Down
115 changes: 0 additions & 115 deletions examples/device/audio_test_freertos/src/freertos_hook.c

This file was deleted.

1 change: 0 additions & 1 deletion examples/device/cdc_msc_freertos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ add_executable(${PROJECT})

# Example source
target_sources(${PROJECT} PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}/src/freertos_hook.c
${CMAKE_CURRENT_SOURCE_DIR}/src/main.c
${CMAKE_CURRENT_SOURCE_DIR}/src/msc_disk.c
${CMAKE_CURRENT_SOURCE_DIR}/src/usb_descriptors.c
Expand Down
1 change: 0 additions & 1 deletion examples/device/cdc_msc_freertos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ INC += \

# Example source
EXAMPLE_SOURCE = \
src/freertos_hook.c \
src/main.c \
src/msc_disk.c \
src/usb_descriptors.c
Expand Down
115 changes: 0 additions & 115 deletions examples/device/cdc_msc_freertos/src/freertos_hook.c

This file was deleted.

Loading

0 comments on commit dbdc5a2

Please sign in to comment.