45 Commits

Author SHA1 Message Date
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
Matthias Ringwald
762a0fb4bc stm32-f4discovery-cc256x: increase l2cap_channels to 4 - avrcp creates channel before sdp is closed 2018-07-06 17:42:57 +02:00
Matthias Ringwald
85414bcc73 ports: enable SCO-over-HCI for CC256x ports 2018-06-26 13:28:24 +02:00
Matthias Ringwald
1aaaf1e99c stm32-f4discovery-cc256x: drop useless Makefile in main folder 2018-06-06 09:21:08 +02:00
Matthias Ringwald
87784a2bbb stm32-f4discovery-cc256x: fix Makefile 2018-05-05 22:35:18 +02:00
Matthias Ringwald
d9758b468b stm32-f4discovery-cc256x: increase mcu clock to 64 MHz 2018-02-26 16:14:01 +01:00
Matthias Ringwald
ff01079be9 add le_data_channel examples to most ports 2018-01-19 16:32:28 +01:00
Matthias Ringwald
9994cdda7d stm32-f4discovery-cc256x: support ENABLE_SEGGER_RTT 2018-01-12 16:37:57 +01:00
Matthias Ringwald
d5c4838448 stm32-f4discovery-cc256x: compile all examples with Makefile 2018-01-12 15:57:30 +01:00
Matthias Ringwald
367554ea4a stm32-f4discovery-cc256x: avoid warning about UNUSED 2018-01-12 15:53:24 +01:00
Matthias Ringwald
775a92bfc8 stm32-f4discovery-cc256x: comment debug printf in stm32f4_hal 2018-01-12 15:52:45 +01:00
Matthias Ringwald
54a9c1d849 stm32-f4discovery-cc256x: Makefile, linker and startup for LE Examples 2018-01-05 17:31:37 +01:00
Matthias Ringwald
8349ead0eb stm32-f4discovery-cc256x: setup system tlv instance 2017-10-26 15:02:57 +02:00
Matthias Ringwald
2b25cc0e93 stm32-f4discovery-cc256x: create update_gatt_db.py in python instead of shell script 2017-10-23 18:07:57 +02:00
Matthias Ringwald
709c5ddd29 stm32-f4discovery-cc256x: F407 has 1028 kB Flash and 128 + 64 kB RAM 2017-10-13 15:28:12 +02:00
Matthias Ringwald
17ae5bc4f4 FLASH HAL: use 'bank' instead of 'sector' 2017-08-16 15:58:03 +02:00
Matthias Ringwald
c03fe772bb stm32-f4discovery-cc256x: extracted hal_flash_sector_stm32.[ch] 2017-08-15 14:47:52 +02:00
Matthias Ringwald
cc480b8fa8 hal_flash_sector.h: add get_alignment() to get Flash read/write alignment requirements 2017-08-15 11:15:12 +02:00
Matthias Ringwald
d0a478ad14 stm32-f4discovery-cc256x: enable new le_device_db_tlv, fix compile 2017-08-14 14:17:55 +02:00
Matthias Ringwald
139f0ea75c stm32-f4discovery-cc256x: fix buffer swapping in modplayer 2017-07-15 21:29:32 +02:00
Matthias Ringwald
dad8eff978 stm32-f4discovery-cc256x: add missing stm32f4xx hal files for I2C and I2S 2017-07-15 20:46:07 +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
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
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
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
2d0fc1be49 cc256x: support CC256xB Service Pack v1.6 and use in all CC256x ports 2017-05-13 23:22: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