85 Commits

Author SHA1 Message Date
Matthias Ringwald
8a28d1ff7d lwip: add pan_lwip_http_server example to stm32-f4discovery-cc256x 2019-06-09 18:10:39 +02:00
Matthias Ringwald
0c26301252 Revert "posix: close fd on network down"
This reverts commit 8c0c8f9f17087b31bd9c14cc2b5d85c276f756de.
2019-04-26 16:07:57 +02:00
Matthias Ringwald
8c0c8f9f17 posix: close fd on network down 2019-04-25 18:33:42 +02:00
Matthias Ringwald
f67eb7c279 port: allow to defined BTSTACK_ROOT and include exising Makefiles. Fixes #198 2019-04-15 14:34:59 +02:00
Matthias Ringwald
69f977f3f4 stm32-f4discovery-cc256x: use -Os 2019-03-29 18:08:25 +01:00
Matthias Ringwald
432bd28d3f stm32-f4discovery-cc256x, test/avrcp: fix compile 2019-03-27 15:21:19 +01:00
Matthias Ringwald
3617b23246 stm32-f4discovery-cc256x: fix path to STM32F4 HAL 2019-03-11 20:09:57 +01:00
Matthias Ringwald
93f7f43bb1 stm32-f4discovery-cc256x: fix source file paths and remove explicit VPATHs 2019-03-11 17:41:17 +01:00
Matthias Ringwald
3d2aa3e6ff stm32-f4discovery-cc256x: re-add PDM library 2019-03-11 17:26:02 +01:00
Matthias Ringwald
225f4ba4fe stm32-f4discovery-cc256x: use new Makefile-based port 2019-03-11 16:59:56 +01:00
Matthias Ringwald
751e5d5aae stm32-f4discovery-cc256x: remove original eclipse-based port 2019-03-11 16:58: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
1ba35d6a8d stm32-f4discovery-cc256x: use irq priority 0 for Bluetooth UART and both DMA Channels 2019-03-04 18:08:38 +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
82af58d38d stm32-f4discovery-cc256x: use criticial section to avoid lossing TX Commplete Interrup 2019-03-04 11:55:38 +01:00
Matthias Ringwald
d4bf5cc155 stm32-f4discovery-cc256x: adapt PDM ringbuffer to sample rate to keep constant audio recording callback interval and latency 2019-03-03 21:38:03 +01:00
Matthias Ringwald
f97bf0e459 stm32-f4discovery-cc256x: add missing includes and 3rd-party libraries 2019-03-03 19:16:04 +01:00
Matthias Ringwald
e5988b8b56 stm32-f4discovery-cc256x: use PDM microphone 2019-03-03 17:00:20 +01:00
Matthias Ringwald
bb92a97f89 stm32-f4discovery-cc256x: enable PDM filter and output mono signal 2019-03-03 16:28:51 +01:00
Matthias Ringwald
524ed2b259 stm32-f4discovery-cc256x: switch to float-abi=softfp and link to PDM filter 2019-03-03 16:26:06 +01:00
Matthias Ringwald
4e871e86c3 stm32-f4discovery-cc256x: add PDM filter from STM32Cube_FW_F4_V1.16.0 2019-03-03 16:23:41 +01:00
Matthias Ringwald
46a20e6bfa stm32-f4discovery-cc256x: single PCM recording buffer 2019-03-02 10:25:28 +01:00
Matthias Ringwald
06fc0f4b5a stm32-f4discovery-cc256x: configure I2S Clock only during Sink init 2019-03-01 22:23:09 +01:00
Matthias Ringwald
b93f385697 stm32-f4discovery-cc256x: add disabled hard fault analysis helper code 2019-03-01 16:19:33 +01:00
Matthias Ringwald
0bb91267e2 stm32-f4discovery-cc256x: audio sample microphone, but simulate sine wave 2019-02-26 15:26:01 +01:00
Matthias Ringwald
f0acaf2eec stm32-f4discovery-cc256x: configure audio source 2019-02-26 13:43:31 +01:00
Matthias Ringwald
01b78a8f8c stm32-f4discovery-cc256x: cnofigure dma for microphone input 2019-02-26 13:42:49 +01:00
Matthias Ringwald
7cff3af764 stm32-f4discovery-cc256x: add audio_duplex example 2019-02-26 13:30:40 +01:00
Matthias Ringwald
58beb2facd stm32-f4discovery-cc256x: use DAM1_Stream4/Channel 7 for Bluetooth UART TX 2019-02-26 10:18:36 +01:00
Matthias Ringwald
3809e0ab14 stm32-f4discovery-cc256x: provided hal_audio_sink_stop 2019-02-24 15:31:10 +01:00
Matthias Ringwald
fb90eb3f62 btstack_audio_embedded: implement recording path 2019-02-24 13:08:36 +01:00
Matthias Ringwald
ff0081ee81 embedded/hal_audio: rename hal_audio -> hal_audio_sink 2019-02-24 13:08:36 +01:00
Matthias Ringwald
0402264ca0 btstack_audio_embedded: implement audio sink interface 2019-02-24 13:04:39 +01:00
Matthias Ringwald
2948493268 stm32-f4discovery-cc256x: commented code to measure sample rate 2019-02-21 15:24:40 +01:00
Matthias Ringwald
e9c5f44ee8 a2dp_sink_demo: use linear resampling to fix samplerate drift 2019-02-21 12:03:23 +01:00
Matthias Ringwald
01f4595269 stm32-f4discovery-cc256x: compile sine_player example 2019-02-19 16:08:28 +01:00
Matthias Ringwald
b93ef66162 stm32-f4discovery-cc256x: include btstack_config to enable circular DMA 2019-02-19 15:15:26 +01:00
Matthias Ringwald
06abcc1ed2 stm32-f4discovery-cc256x: print local bd addr on start 2019-02-19 14:34:12 +01:00
Matthias Ringwald
77d835d892 more .gitignore 2018-10-08 11:29:52 +02:00
Matthias Ringwald
6420389d1a added yxml to esp32, max32630-fthr, and stm32-f4discovery-cc256x 2018-09-27 12:54:46 +02:00
Matthias Ringwald
0be429342e stm32-f4discovery-cc256x: add md5, fix compile 2018-09-17 20:23:54 +02:00
Matthias Ringwald
04115d8549 stm32f4-discovery-cc256x: use relative path for files from port 2018-08-23 20:27:27 +02:00
Matthias Ringwald
612ee88638 remove hal_audio_dma.h 2018-07-20 17:28:45 +02:00
Matthias Ringwald
9116bae8e8 stm32-f4discovery-cc256x: fix compile warning 2018-07-20 16:34:54 +02:00
Matthias Ringwald
c4b3e553ae stm32-f4discovery-cc256x: use new hal_audio implementation 2018-07-20 16:31:14 +02:00
Matthias Ringwald
730bc5a03e hal_audio implementation for f4discovery port 2018-07-20 16:30:43 +02:00
Matthias Ringwald
f1dc9b7f25 stm32-f4discovery-cc2564: use circular dma for audio playback if HAVE_HAL_AUDIO is defined 2018-07-20 16:18:44 +02:00
Matthias Ringwald
3c4781d0d6 stm32-f4discover-cc256x: enable btstack_stdin, hfp_wide_band_speec, and allow for 2 HCI connections 2018-07-06 23:13:42 +02:00