467 Commits

Author SHA1 Message Date
Matthias Ringwald
1586edfb48 stm32-l053r8-em9304: Reset EM9304 at start 2017-07-04 21:13:38 +02:00
Matthias Ringwald
5c0535c926 stm32-l053r8-em9304: STM32CubeMX-based Makefile project, PoC HCI Reset 2017-07-04 21:13:38 +02:00
Matthias Ringwald
ba9e989ad9 Rename btstack_link_key_db_fixed into btstack_link_key_db_static 2017-06-20 11:04:57 +02:00
Matthias Ringwald
037db3880d libusb: add convenient clean_src that deletes .o in src folders 2017-06-12 12:29:55 +02:00
Matthias Ringwald
b6c1f7f5cc stm32-f4discovery-cc256x: implement hal_flash_sector_t interface for STM32 F4 2017-06-06 12:05:03 +02:00
Matthias Ringwald
938e9a3261 stm32-f4discovery-cc256x: set NVM_NUM_LINK_KEYS 2017-06-05 11:56:42 +02:00
Matthias Ringwald
a48e17d9c4 example/avdtp_sink: fix compile for POSIX without Portaudio, disable HAVE_PORTAUDIO in libusb again 2017-06-02 14:45:35 +02:00
Matthias Ringwald
08c0d996ca example/avdtp_sink: move avdtp_sink_demo to examples 2017-06-02 14:32:04 +02:00
Matthias Ringwald
6606393ee2 stm32-f4discovery-cc256x: add hal_audio_dma.h implementation, add mod player based on it 2017-06-02 11:08:05 +02:00
Matthias Ringwald
cbf42cc2b7 stm32-f4discovery-cc256x: add audio part from F4 Board Support Package + fix for incorrect i2s clock setup 2017-06-02 11:04:39 +02:00
Matthias Ringwald
e0f088ee8b stm32-f4discovery-cc256x: use fixed link key db 2017-06-02 11:02:02 +02:00
Matthias Ringwald
a5da5505ec stm32-f4discovery-cc256x: cleanup btstack_config.h 2017-06-02 10:55:14 +02:00
Matthias Ringwald
13e71c7bf4 wiced: add le_device_db_wiced_dct to store LE pairing info in DCT 2017-05-30 13:54:20 +02:00
Matthias Ringwald
9562527120 stm32-f4discovery-cc256x: use 4 mbps to UART again 2017-05-29 12:10:33 +02:00
Matthias Ringwald
6b7351146f stm32-f4discovery-cc256x: configure for a2dp 2017-05-27 22:49:38 +02:00
Matthias Ringwald
829e22376a stm32-f4discovery-cc256x: add support for btstack_stdin 2017-05-27 21:59:01 +02:00
Matthias Ringwald
7ea7688a8f btstack_stdin: replace stdin_support.[ch] with btstack_stdin.h and platform implementations 2017-05-27 21:50:19 +02:00
Matthias Ringwald
3bf4123940 esp32: enable link key db memory for now 2017-05-25 19:41:03 +02:00
Matthias Ringwald
49232d5c0e fix compile 2017-05-17 23:22:05 +02:00
Matthias Ringwald
9000f9159a esp32: pulled esp-idf 2017-05-15 18:05:21 +02:00
Matthias Ringwald
17062df7cc cc256x: support CC256xB Service Pack v1.6 and use in all CC256x ports 2017-05-13 23:31:16 +02:00
Matthias Ringwald
2d0fc1be49 cc256x: support CC256xB Service Pack v1.6 and use in all CC256x ports 2017-05-13 23:22:59 +02:00
Matthias Ringwald
caf56077b9 ios: fix IOKit spelling 2017-05-09 09:43:59 +02:00
Matthias Ringwald
055ec3888b stm32-f4discovery-cc256x: copywriting 2017-05-05 16:30:58 +02:00
Matthias Ringwald
7ade95d741 stm32-f4discovery-cc256x: diable eHCILL, use 4 mbps 2017-05-05 16:30:58 +02:00
Matthias Ringwald
5e55a87370 stm32-f4discovery-cc256x: update readme 2017-05-05 16:30:58 +02:00
Matthias Ringwald
c6a9f5e1c8 stm32-f4discovery-cc56x: port and eclipse project generator 2017-05-05 16:30:58 +02:00
Matthias Ringwald
0e6963e5c7 esp32: update sdkconfig 2017-05-05 15:20:31 +02:00
Matthias Ringwald
add51d7238 esp32: use micro-ecc from esp-idf 2017-05-05 15:20:31 +02:00
Matthias Ringwald
5f209a26d8 esp32: drop single_threaded attribute from function names 2017-05-05 15:20:31 +02:00
Matthias Ringwald
7d5f53998d esp32: drop single_threaded attribute from function names 2017-05-05 15:20:31 +02:00
Matthias Ringwald
00948339ed esp32: copywriting 2017-05-05 15:20:31 +02:00
Matthias Ringwald
5d426cd2e5 esp32: copywriting 2017-05-05 15:20:31 +02:00
Matthias Ringwald
2d4acfc3f8 esp32: update readme 2017-05-05 15:20:31 +02:00
Matthias Ringwald
e1af16c963 esp32: disable packet log, disable host controller to host flow control until fixed in host controller implementation 2017-05-05 15:20:31 +02:00
Matthias Ringwald
14406c56cc esp32: use data source instead of 'execute on main thread' to deliver packet sent and received HCI packets 2017-05-05 15:20:31 +02:00
Matthias Ringwald
dad714c0fb esp32: don't use btstack_run_loop_freertos_single_threaded_execute_code_on_main_thread_from_isr anymore 2017-05-05 15:20:31 +02:00
Matthias Ringwald
3f3812fa56 esp32: add len tag to packet ringbuffer, use HCI_PACKET_BUFFER_SIZE instead of reserving space for 3DH5 packets 2017-05-05 15:20:31 +02:00
Matthias Ringwald
1701a7440a esp32: add make examples, make clean to create/delete example projects 2017-05-05 15:20:31 +02:00
Matthias Ringwald
40e336b75a esp32: update code for component/bt/lib @ 0986936 2017-05-05 15:20:31 +02:00
Matthias Ringwald
6503ab8282 freertos: provide btstack_uart_block_freertos_single_threaded.c 2017-05-05 15:20:31 +02:00
Matthias Ringwald
64dc14e0f6 esp32: add filetags 2017-05-05 15:20:31 +02:00
Matthias Ringwald
b9f3f1a478 esp32: enable Controller to Host Flow Control 2017-05-05 15:20:31 +02:00
Matthias Ringwald
a681a241a7 esp32: create projects for all BTstack examples 2017-05-05 15:20:31 +02:00
Matthias Ringwald
93131000b2 esp32: update readme 2017-05-05 15:20:31 +02:00
Matthias Ringwald
82cfdfc2b7 esp32: prepare example template 2017-05-05 15:20:31 +02:00
Matthias Ringwald
d238d4bbab esp32: drop custom fork 2017-05-05 15:20:31 +02:00
Matthias Ringwald
df3cad9f20 esp32: new config options 2017-05-05 15:20:31 +02:00
Matthias Ringwald
b3c351fe85 esp32: directly call esp_vhci_host_check_send_available instead of tracking callback 2017-05-05 15:20:31 +02:00
Matthias Ringwald
7fa64bedbd esp32: place HCI from VHCI in ringbuffer to avoid blocking VHCI thread 2017-05-05 15:20:31 +02:00