Commit Graph

611 Commits

Author SHA1 Message Date
huaweiwx 830bf2ca6e Create BSP_f429i_discovery.h 2017-06-20 16:30:58 +08:00
huaweiwx d8ace1658c Create f429_disc_template.ino 2017-06-20 16:29:58 +08:00
huaweiwx c28fc35e0b Delete f429_disc_template.ino 2017-06-20 16:29:13 +08:00
huaweiwx 953a3fe706 Create f429_disc_template.ino 2017-06-20 16:28:38 +08:00
huaweiwx 73a8b9d0b4 Delete f429_disc_template 2017-06-20 16:27:59 +08:00
huaweiwx f8860958b1 Create f429_disc_template 2017-06-20 16:25:55 +08:00
huaweiwx 82baf9ba82 Create ibrary.properties 2017-06-20 16:24:27 +08:00
huaweiwx 70115c89b4 Create keywords.txt
discovery f429zi  BSP drivers
2017-06-20 16:23:29 +08:00
huaweiwx 2fa81de69d Update stm32_gpio_af.c
for stm32f1  spi3 err
2017-06-20 16:15:06 +08:00
huaweiwx 836f10bbd0 Create f103xE.ld 2017-06-20 15:49:38 +08:00
huaweiwx 764977ce14 Create f103xF.ld 2017-06-20 15:49:09 +08:00
huaweiwx 88ec6469ad Create f103xG.ld 2017-06-20 15:48:44 +08:00
huaweiwx bf4ea725e6 Update boards.txt
add stm32f103zx boards
2017-06-20 15:47:02 +08:00
huaweiwx 33338f96ee Update boards.txt
add DISCOVERY_F303VC  board
2017-06-20 15:32:45 +08:00
huaweiwx 9b07c7131f Update Arduino.h
include <bit_constants.h>
2017-06-20 15:22:07 +08:00
huaweiwx fc134eed27 Create bit_constants.h
for arduino
2017-06-20 15:19:49 +08:00
huaweiwx f845775979 Create ldscript.ld 2017-06-20 15:03:46 +08:00
huaweiwx f719afba92 Create variant.h 2017-06-20 15:02:48 +08:00
huaweiwx a9d5277a25 Create variant.c 2017-06-20 15:01:35 +08:00
huaweiwx 0a27e1e3db Create ldscript.ld 2017-06-20 14:59:09 +08:00
huaweiwx 7323efbb92 Create variant.h 2017-06-20 14:53:59 +08:00
huaweiwx 3b7ce8d45b Create variant.c
for discovery_f303vc
2017-06-20 14:49:11 +08:00
huaweiwx e8288ee4ad Update stm32_dma.c
fix err
2017-06-20 11:02:05 +08:00
huaweiwx f931898b07 Update stm32_dma.c
fix f1 dma2_4 IRQHandler  redefine err.
2017-06-20 10:58:38 +08:00
huaweiwx 4a6282dca6 Update stm32_dma.c
fix   stm32f1 DMA2_Channel4_5_IRQHandler  redefine  err.
2017-06-20 10:50:09 +08:00
Daniel Fekete 078f055fa0 ldscript: Add ALIGN(4) to .text section 2017-06-18 17:14:00 +02:00
Daniel Fekete b5c1ef4e96 sdio: Add delay to HAL_SD_InitCard, seems to fix random sdio init errors 2017-06-18 16:49:43 +02:00
Daniel Fekete 596e2523cb f1: Add menu item to make debug pins free 2017-06-18 16:48:51 +02:00
Daniel Fekete 75a893d13e example: video + audio 2017-06-16 06:53:16 +02:00
Daniel Fekete abd96adbb3 spi: add 16 bit transfer methods 2017-06-15 22:38:58 +02:00
Daniel Fekete 63b8c33205 i2s: improve performance, add extra methods 2017-06-15 22:34:45 +02:00
Daniel Fekete 1373c95224 documentation: update spi / i2s docs 2017-06-15 15:11:01 +02:00
Daniel Fekete ad1c5ab795 spi: add nonblocking transfer() with callback 2017-06-15 07:26:43 +02:00
Daniel Fekete 3f32b7e417 spi: Add LL SPI 2017-06-15 07:21:16 +02:00
Daniel Fekete a78a254a52 spi: Move spi_ff_buffer into the class 2017-06-15 06:04:37 +02:00
Daniel Fekete 0b9943973f spi: Use centrally managed DMA 2017-06-15 05:41:37 +02:00
Daniel Fekete 561a67590c spi: wait for transfer enable 2017-06-15 05:39:09 +02:00
Daniel Fekete 6f3f16e888 dma: Add SPI to central DMA handling for F1 2017-06-15 05:30:46 +02:00
Daniel Fekete c1896698a0 sdio: Check for SD_InitTypeDef, because SDIO is defined even if the chip does not have it 2017-06-15 05:29:55 +02:00
Daniel Fekete 06b7e97fd3 i2c: Fixing I2C initialization issue #20 2017-06-15 05:28:56 +02:00
Daniel Fekete 973a883371 sdio: Do not use DMA on unaligned reads / writes 2017-06-15 05:05:51 +02:00
Daniel Fekete 4de51c1fb1 upload: Use STLink by default. Mass Storage upload is not reliable 2017-06-15 04:57:41 +02:00
ChrisMicro bfe1cf59a7 F7 discovery TFT shwo SD-card example added 2017-06-13 22:58:04 +02:00
ChrisMicro 74454189ee Merge branch 'master' of https://github.com/danieleff/STM32GENERIC 2017-06-13 21:56:18 +02:00
Daniel Fekete bd083f73ef variant: Fix F7 UART rx 2017-06-13 19:53:24 +02:00
Daniel Fekete 692713d449 example: sdio: remove unnecessary STM32SdFatSdio.h files 2017-06-13 19:44:14 +02:00
Daniel Fekete e96d284336 SdFat: fix SDIO ifdef 2017-06-13 18:59:42 +02:00
Daniel Fekete df9c5dbb96 sdio: fix missing SDIO IRQHandler 2017-06-13 18:59:18 +02:00
Daniel Fekete d100258029 sdio: Add SDMMC compatibility macros 2017-06-13 17:23:19 +02:00
Daniel Fekete 7b13128353 SdFat: only try to use DMA if it is implemented 2017-06-13 17:19:42 +02:00