mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 03:35:20 +00:00
stm32-f4discovery-cc256x: use path to sources, easier to review
This commit is contained in:
parent
f836e82219
commit
0166bf8419
@ -57,124 +57,122 @@ VPATH += bsp
|
||||
######################################
|
||||
# C sources
|
||||
C_SOURCES = \
|
||||
a2dp_sink.c \
|
||||
a2dp_source.c \
|
||||
ad_parser.c \
|
||||
ancs_client.c \
|
||||
att_db.c \
|
||||
att_dispatch.c \
|
||||
att_server.c \
|
||||
audio.c \
|
||||
avdtp.c \
|
||||
avdtp_acceptor.c \
|
||||
avdtp_initiator.c \
|
||||
avdtp_sink.c \
|
||||
avdtp_source.c \
|
||||
avdtp_util.c \
|
||||
avrcp.c \
|
||||
avrcp_browsing_controller.c \
|
||||
avrcp_controller.c \
|
||||
avrcp_media_item_iterator.c \
|
||||
avrcp_target.c \
|
||||
battery_service_server.c \
|
||||
3rd-party/hxcmod-player/hxcmod.c \
|
||||
3rd-party/hxcmod-player/mods/nao-deceased_by_disease.c \
|
||||
3rd-party/micro-ecc/uECC.c \
|
||||
3rd-party/segger-rtt/SEGGER_RTT.c \
|
||||
3rd-party/segger-rtt/SEGGER_RTT_Syscalls_GCC.c \
|
||||
3rd-party/yxml/yxml.c \
|
||||
3rd-prty/md5.c \
|
||||
bluetooth_init_cc2564B_1.6_BT_Spec_4.1.c \
|
||||
btstack_audio.c \
|
||||
btstack_audio_embedded.c \
|
||||
btstack_chipset_cc256x.c \
|
||||
btstack_crypto.c \
|
||||
btstack_cvsd_plc.c \
|
||||
btstack_hid_parser.c \
|
||||
btstack_link_key_db_tlv.c \
|
||||
btstack_linked_list.c \
|
||||
btstack_memory.c \
|
||||
btstack_memory_pool.c \
|
||||
btstack_resample.c \
|
||||
btstack_ring_buffer.c \
|
||||
btstack_run_loop.c \
|
||||
btstack_run_loop_embedded.c \
|
||||
btstack_sbc_decoder_bluedroid.c \
|
||||
btstack_sbc_encoder_bluedroid.c \
|
||||
btstack_sbc_plc.c \
|
||||
btstack_stdin_embedded.c \
|
||||
btstack_tlv.c \
|
||||
btstack_tlv_flash_bank.c \
|
||||
btstack_uart_block_embedded.c \
|
||||
btstack_util.c \
|
||||
cs43l22.c \
|
||||
device_id_server.c \
|
||||
device_information_service_server.c \
|
||||
dma.c \
|
||||
gatt_client.c \
|
||||
goep_client.c \
|
||||
gpio.c \
|
||||
hal_audio_f4discovery.c \
|
||||
hal_flash_bank_stm32.c \
|
||||
hci.c \
|
||||
hci_cmd.c \
|
||||
hci_dump.c \
|
||||
hci_transport_h4.c \
|
||||
hfp.c \
|
||||
hfp_ag.c \
|
||||
hfp_gsm_model.c \
|
||||
hfp_hf.c \
|
||||
hfp_msbc.c \
|
||||
hid_device.c \
|
||||
hids_device.c \
|
||||
hsp_ag.c \
|
||||
hsp_hs.c \
|
||||
hxcmod.c \
|
||||
l2cap.c \
|
||||
l2cap_signaling.c \
|
||||
le_device_db_memory.c \
|
||||
le_device_db_tlv.c \
|
||||
main.c \
|
||||
main.c \
|
||||
md5.c \
|
||||
nao-deceased_by_disease.c \
|
||||
obex_iterator.c \
|
||||
pbap_client.c \
|
||||
port.c \
|
||||
rfcomm.c \
|
||||
sco_demo_util.c \
|
||||
sdp_client.c \
|
||||
sdp_client_rfcomm.c \
|
||||
sdp_server.c \
|
||||
sdp_util.c \
|
||||
SEGGER_RTT.c \
|
||||
SEGGER_RTT_Syscalls_GCC.c \
|
||||
sm.c \
|
||||
spi.c \
|
||||
spp_server.c \
|
||||
stm32f4_discovery.c \
|
||||
stm32f4_discovery_audio.c \
|
||||
stm32f4xx_hal.c \
|
||||
stm32f4xx_hal_cortex.c \
|
||||
stm32f4xx_hal_dma.c \
|
||||
stm32f4xx_hal_dma_ex.c \
|
||||
stm32f4xx_hal_exti.c \
|
||||
stm32f4xx_hal_flash.c \
|
||||
stm32f4xx_hal_flash_ex.c \
|
||||
stm32f4xx_hal_flash_ramfunc.c \
|
||||
stm32f4xx_hal_gpio.c \
|
||||
stm32f4xx_hal_i2c.c \
|
||||
stm32f4xx_hal_i2c_ex.c \
|
||||
stm32f4xx_hal_i2s.c \
|
||||
stm32f4xx_hal_i2s_ex.c \
|
||||
stm32f4xx_hal_msp.c \
|
||||
stm32f4xx_hal_pwr.c \
|
||||
stm32f4xx_hal_pwr_ex.c \
|
||||
stm32f4xx_hal_rcc.c \
|
||||
stm32f4xx_hal_rcc_ex.c \
|
||||
stm32f4xx_hal_spi.c \
|
||||
stm32f4xx_hal_tim.c \
|
||||
stm32f4xx_hal_tim_ex.c \
|
||||
stm32f4xx_hal_uart.c \
|
||||
stm32f4xx_it.c \
|
||||
system_stm32f4xx.c \
|
||||
uECC.c \
|
||||
usart.c \
|
||||
usart.c \
|
||||
yxml.c \
|
||||
bsp/audio.c \
|
||||
bsp/cs43l22.c \
|
||||
bsp/stm32f4_discovery.c \
|
||||
bsp/stm32f4_discovery_audio.c \
|
||||
chipset/cc256x/btstack_chipset_cc256x.c \
|
||||
Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal.c \
|
||||
Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_cortex.c \
|
||||
Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_dma.c \
|
||||
Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_dma_ex.c \
|
||||
Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_exti.c \
|
||||
Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_flash.c \
|
||||
Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_flash_ex.c \
|
||||
Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_flash_ramfunc.c \
|
||||
Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_gpio.c \
|
||||
Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_i2c.c \
|
||||
Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_i2c_ex.c \
|
||||
Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_i2s.c \
|
||||
Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_i2s_ex.c \
|
||||
Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_pwr.c \
|
||||
Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_pwr_ex.c \
|
||||
Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_rcc.c \
|
||||
Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_rcc_ex.c \
|
||||
Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_spi.c \
|
||||
Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_tim.c \
|
||||
Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_tim_ex.c \
|
||||
Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_uart.c \
|
||||
exampe/sco_demo_util.c \
|
||||
platform/embedded/btstack_audio_embedded.c \
|
||||
platform/embedded/btstack_run_loop_embedded.c \
|
||||
platform/embedded/btstack_stdin_embedded.c \
|
||||
platform/embedded/btstack_tlv_flash_bank.c \
|
||||
platform/embedded/btstack_uart_block_embedded.c \
|
||||
port/hal_audio_f4discovery.c \
|
||||
port/hal_flash_bank_stm32.c \
|
||||
src/ad_parser.c \
|
||||
src/ble/ancs_client.c \
|
||||
src/ble/att_db.c \
|
||||
src/ble/att_dispatch.c \
|
||||
src/ble/att_server.c \
|
||||
src/ble/gatt-service/battery_service_server.c \
|
||||
src/ble/gatt-service/device_information_service_server.c \
|
||||
src/ble/gatt-service/hids_device.c \
|
||||
src/ble/gatt_client.c \
|
||||
src/ble/le_device_db_memory.c \
|
||||
src/ble/le_device_db_tlv.c \
|
||||
src/ble/sm.c \
|
||||
src/btstack_audio.c \
|
||||
src/btstack_crypto.c \
|
||||
src/btstack_hid_parser.c \
|
||||
src/btstack_linked_list.c \
|
||||
src/btstack_memory.c \
|
||||
src/btstack_memory_pool.c \
|
||||
src/btstack_resample.c \
|
||||
src/btstack_ring_buffer.c \
|
||||
src/btstack_run_loop.c \
|
||||
src/btstack_tlv.c \
|
||||
src/btstack_util.c \
|
||||
src/classic/a2dp_sink.c \
|
||||
src/classic/a2dp_source.c \
|
||||
src/classic/avdtp.c \
|
||||
src/classic/avdtp_acceptor.c \
|
||||
src/classic/avdtp_initiator.c \
|
||||
src/classic/avdtp_sink.c \
|
||||
src/classic/avdtp_source.c \
|
||||
src/classic/avdtp_util.c \
|
||||
src/classic/avrcp.c \
|
||||
src/classic/avrcp_browsing_controller.c \
|
||||
src/classic/avrcp_controller.c \
|
||||
src/classic/avrcp_media_item_iterator.c \
|
||||
src/classic/avrcp_target.c \
|
||||
src/classic/btstack_cvsd_plc.c \
|
||||
src/classic/btstack_link_key_db_tlv.c \
|
||||
src/classic/btstack_sbc_decoder_bluedroid.c \
|
||||
src/classic/btstack_sbc_encoder_bluedroid.c \
|
||||
src/classic/btstack_sbc_plc.c \
|
||||
src/classic/device_id_server.c \
|
||||
src/classic/goep_client.c \
|
||||
src/classic/hfp.c \
|
||||
src/classic/hfp_ag.c \
|
||||
src/classic/hfp_gsm_model.c \
|
||||
src/classic/hfp_hf.c \
|
||||
src/classic/hfp_msbc.c \
|
||||
src/classic/hid_device.c \
|
||||
src/classic/hsp_ag.c \
|
||||
src/classic/hsp_hs.c \
|
||||
src/classic/obex_iterator.c \
|
||||
src/classic/pbap_client.c \
|
||||
src/classic/rfcomm.c \
|
||||
src/classic/sdp_client.c \
|
||||
src/classic/sdp_client_rfcomm.c \
|
||||
src/classic/sdp_server.c \
|
||||
src/classic/sdp_util.c \
|
||||
src/classic/spp_server.c \
|
||||
Src/dma.c \
|
||||
Src/gpio.c \
|
||||
src/hci.c \
|
||||
src/hci_cmd.c \
|
||||
src/hci_dump.c \
|
||||
src/hci_transport_h4.c \
|
||||
src/l2cap.c \
|
||||
src/l2cap_signaling.c \
|
||||
Src/main.c \
|
||||
Src/port.c \
|
||||
Src/spi.c \
|
||||
Src/stm32f4xx_hal_msp.c \
|
||||
Src/stm32f4xx_it.c \
|
||||
Src/system_stm32f4xx.c \
|
||||
Src/usart.c \
|
||||
|
||||
# ASM sources
|
||||
ASM_SOURCES = \
|
||||
|
Loading…
x
Reference in New Issue
Block a user