8883 Commits

Author SHA1 Message Date
Matthias Ringwald
860eebce89 stm32-f4discovery-cc256x: use same priority for RX / TX DMA IRQs 2019-03-11 16:53:04 +01:00
Matthias Ringwald
a2d1849be8 stm32-f4discovery-cc256x: create Segger Ozone project files 2019-03-11 16:53:04 +01:00
Matthias Ringwald
bef4d37c6d stm32-f4discovery-cc256x: sttm32f4xx_hal_uart - add critical section, avoid dropping rx byte on rx start 2019-03-11 16:53:04 +01:00
Matthias Ringwald
0166bf8419 stm32-f4discovery-cc256x: use path to sources, easier to review 2019-03-11 16:53:04 +01:00
Matthias Ringwald
f836e82219 stm32-f4discovery-cc256x: move port/bsp into project folder 2019-03-11 16:53:04 +01:00
Matthias Ringwald
10846ef70c stm32-f4discovery-cc256x: create target .d in build folder 2019-03-11 16:53:04 +01:00
Matthias Ringwald
2cb398575c stm32-f4discovery-cc256x: update includes 2019-03-11 16:53:04 +01:00
Matthias Ringwald
563abc9410 stm32-f4discovery-cc256x: build examples 2019-03-11 16:53:04 +01:00
Matthias Ringwald
e72285c600 stm32-f4discovery-cc256x: add SPI 2019-03-11 16:53:04 +01:00
Matthias Ringwald
5767e32c27 stm32-f4discovery-cc256x: add i2c 2019-03-11 16:53:04 +01:00
Matthias Ringwald
9f00c48bf3 stm32-f4discovery-cc256x: enable i2c + i2s hal 2019-03-11 16:53:04 +01:00
Matthias Ringwald
12dd726928 stm32-f4discovery-cc256x: add i2c + i2s hal 2019-03-11 16:53:04 +01:00
Matthias Ringwald
4d26f5ee53 stm32f4-discovery-cc256x: add port files 2019-03-11 16:53:04 +01:00
Matthias Ringwald
66edff8b4b stm32f4-discovery-cc256x: generate code 2019-03-11 16:53:04 +01:00
Matthias Ringwald
b7dc238a80 stm32f4-discovery-cc256x: update .ioc 2019-03-11 16:53:04 +01:00
Matthias Ringwald
ce711664e3 changelog: update 2019-03-11 16:32:27 +01:00
Matthias Ringwald
ae2aa31160 stm32-f4discovery-cc256x: fix start/stop stream audio playback 2019-03-10 18:21:13 +01:00
Matthias Ringwald
509a8bd6bd stm32-f4discovery-cc256x: use sourc_ for recording vars 2019-03-10 18:09:29 +01:00
Matthias Ringwald
bc4cd0ef3e stm32-f4discovery-cc256x: audio hal stop stream on close 2019-03-10 16:26:15 +01:00
Matthias Ringwald
163d9175bb test/hfp: handle plc of sco frames with 120 samples 2019-03-08 17:20:42 +01:00
Matthias Ringwald
0d719a1e32 test/sbc+hfp: support original PacketLogger .pklg files with little endian len 2019-03-08 17:08:32 +01:00
Matthias Ringwald
2903bcc699 esp32: erase nvs flash is newer nvs version found 2019-03-07 16:23:31 +01:00
Matthias Ringwald
e7f5fcbd3c att_db_util: fix flags for client characteristic configuration 2019-03-07 16:15:11 +01:00
Matthias Ringwald
536d74bc8d esp32: update sdkconfig 2019-03-07 15:42:34 +01:00
Matthias Ringwald
d966a45385 hci: assert hci_get_sco_packet_length is smaller or equal to sco packet size 2019-03-07 14:25:48 +01:00
Matthias Ringwald
5029941384 hci: use active voice settings for CSR SCI-over-HCI fix 2019-03-07 11:58:00 +01:00
Matthias Ringwald
3da098771c hid_device: lookup hid_device via l2cap cid on L2CAP_EVENT_CHANNEL_OPENED 2019-03-07 11:43:55 +01:00
Matthias Ringwald
4176cbc02e hid_device: split hid_device_get_instance_for_cid into hid_device_get_instance_for_hid_cid and hid_device_get_instance_for_l2cap_cid 2019-03-07 11:27:36 +01:00
Matthias Ringwald
72e3f392d3 hci_device: use HCI_CON_HANDLE_INVALID 2019-03-07 11:24:05 +01:00
Matthias Ringwald
28cb1f14b8 sm: use provided authentication requirements in slave security request 2019-03-06 16:14:27 +01:00
Matthias Ringwald
8410e1c2a6 le_device_db_memory: fix compile 2019-03-06 16:06:03 +01:00
Matthias Ringwald
00e06a1311 changelog: att support ATT_SECURITY_AUTHENTICATED_SC level 2019-03-06 15:49:29 +01:00
Matthias Ringwald
2ea28401b3 att_db: validate if connection encrypted is based on SC if requested 2019-03-06 15:42:14 +01:00
Matthias Ringwald
96304e9342 att_db: get 'sc is needed' from attribute flags 2019-03-06 15:14:07 +01:00
Matthias Ringwald
8094088102 att_db_util: support ATT_SECURITY_AUTHENTICATED_SC level 2019-03-06 15:14:07 +01:00
Matthias Ringwald
bb96f9f88e bluetooth: add defines for ATT Authenticated+SC permissions 2019-03-06 15:14:07 +01:00
Matthias Ringwald
e72176f809 compile_gatt: add support for WRITE_AUTHENTICATED_SC and READ_AUTHENTICATED_SC flags 2019-03-06 15:14:07 +01:00
Matthias Ringwald
13eb7322ff att_db: track sc flag 2019-03-06 15:10:45 +01:00
Matthias Ringwald
3224a7f690 sm: track sc flag 2019-03-06 15:10:20 +01:00
Matthias Ringwald
f1dfbe18c8 gap: add gap_secure_connection to check if encryption key results from LE Secure Connection Pairing 2019-03-06 15:09:48 +01:00
Matthias Ringwald
3dc3a67de7 le_device_db: add secure connection field 2019-03-06 12:58:53 +01:00
Matthias Ringwald
a9987c8e28 sm: fix identity resolving - regression introduced in adf5eaa9 2019-03-06 12:58:09 +01:00
Milanka Ringwald
a62edf8ad2 a2dp_demo: fix supported features 2019-03-05 14:34:38 +01:00
Milanka Ringwald
63765ce306 avrcp: fix can send now 2019-03-05 12:09:50 +01:00
Milanka Ringwald
492f25412c a2dp_sink_demo: write sbc file without btstack_audio configured 2019-03-04 22:25:57 +01:00
Milanka Ringwald
9045ed0099 a2dp_sink_demo: write wav file without btstack_audio configured 2019-03-04 22:20:28 +01:00
Matthias Ringwald
1ba35d6a8d stm32-f4discovery-cc256x: use irq priority 0 for Bluetooth UART and both DMA Channels 2019-03-04 18:08:38 +01:00
Milanka Ringwald
1bf4f2ab81 a2dp_sink_demo: use start and stop stream 2019-03-04 16:37:54 +01:00
Matthias Ringwald
2760b1e821 stm32-f4discovery-cc256x: warn about using audio sink in mono, define ENABLE_SCO_STEREO_PLAYBACK to use stereo playback in HSP/HFP demos 2019-03-04 15:58:06 +01:00
Matthias Ringwald
3abb6826ec portaudio: use correct sink/source in init 2019-03-04 15:24:48 +01:00