Commit Graph

426 Commits

Author SHA1 Message Date
huaweiwx 6280ba7e14 Create epd.h 2017-06-20 16:39:18 +08:00
huaweiwx bc2d11eb89 Create camera.h 2017-06-20 16:38:57 +08:00
huaweiwx e51ae34dc9 Create audio.h 2017-06-20 16:38:38 +08:00
huaweiwx 5c14934802 Create accelero.h 2017-06-20 16:38:17 +08:00
huaweiwx 5aa736c849 Create stm32f429i_discovery_ts.h 2017-06-20 16:37:43 +08:00
huaweiwx 57776833ac Create stm32f429i_discovery_ts.c 2017-06-20 16:37:21 +08:00
huaweiwx c4e12c1573 Create stm32f429i_discovery_sdram.h 2017-06-20 16:36:41 +08:00
huaweiwx 980a4d2f7f Create stm32f429i_discovery_sdram.c 2017-06-20 16:36:13 +08:00
huaweiwx 7f7aa4d786 Create stm32f429i_discovery_lcd.h 2017-06-20 16:35:41 +08:00
huaweiwx 889b8ac5da Create stm32f429i_discovery_lcd.c 2017-06-20 16:35:14 +08:00
huaweiwx de0d1471c0 Create stm32f429i_discovery_io.h 2017-06-20 16:34:24 +08:00
huaweiwx 590e9d4271 Create stm32f429i_discovery_io.c 2017-06-20 16:33:33 +08:00
huaweiwx 7137b82515 Create stm32f429i_discovery_eeprom.h 2017-06-20 16:33:03 +08:00
huaweiwx 5f40780645 Create stm32f429i_discovery_eeprom.c 2017-06-20 16:32:28 +08:00
huaweiwx 1f702fbcea Create stm32f429i_discovery.h 2017-06-20 16:31:58 +08:00
huaweiwx d059449d6b Create stm32f429i_discovery.c 2017-06-20 16:31:26 +08:00
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
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 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
Daniel Fekete 21a856702b gpio: chang GPIO speed to medium to reduce noise 2017-06-13 17:18:05 +02:00
Daniel Fekete 2f35c3b9ce sdio: remove old files 2017-06-13 17:05:17 +02:00
Daniel Fekete 90f126e400 variant: black f407: set SPI pins to PA5/PA6/PA7 2017-06-13 06:22:38 +02:00
Daniel Fekete 557279aae2 sdio: use centralised DMA functions, instead of DMA spreading out everywhere 2017-06-13 06:14:29 +02:00
Daniel Fekete 4462e13e41 SdFat: check for ARDUINO_ARCH_STM32 instead of series specific macro 2017-06-13 05:34:56 +02:00
Daniel Fekete 676741ead3 SdFat: only compile with ENABLE_SDIO_CLASS 1 if the chip really has SDIO 2017-06-13 05:34:14 +02:00
Daniel Fekete 00cc621483 sdio: SDIOClass should not depend on SdFat library 2017-06-13 05:33:11 +02:00
Daniel Fekete 4bc4b7fe72 SdFat: set architectures=STM32 in library.properties 2017-06-13 04:47:11 +02:00
Daniel Fekete 7169ccb442 Merge remote-tracking branch 'victorpv/FW-Update' into testing 2017-06-12 18:44:32 +02:00
Daniel Fekete 4402dddbe0 variant: rename systemclock_config files to variant.c 2017-06-12 05:53:25 +02:00
Daniel Fekete 32f6ecd423 i2s: simplify example to not use buffer 2017-06-09 20:26:53 +02:00
Daniel Fekete b9410d7bfd i2s: add DMA 2017-06-09 20:22:19 +02:00
Daniel Fekete 9c5f9ec7b2 dma: Add central DMA handling 2017-06-09 19:49:40 +02:00
ChrisMicro 2201c0e0f9 Merge branch 'master' of https://github.com/danieleff/STM32GENERIC 2017-06-09 17:27:05 +02:00
ChrisMicro d284180602 touch exampled beyautified 2017-06-09 17:26:30 +02:00
ChrisMicro 800bc41e0e touch example added 2017-06-09 10:05:36 +02:00
ChrisMicro 7407d78d09 dispaly template for easier coding added 2017-06-09 09:47:14 +02:00
Daniel Fekete c7434acb97 fsmc: Add example for Black F407 2017-06-07 07:11:35 +02:00
Daniel Fekete f84a2b885c spi: Fix SPI DMA compilation errors by not compiling when not supported 2017-06-06 17:31:07 +02:00
ChrisMicro 49895bc82b F747NG Discovery examples remaned like Arduino examples naming convention 2017-06-06 09:24:04 +02:00
Daniel Fekete 6d266912d4 Merge pull request #19 from grafalex82/patch_1
Cleanup of unused stuff
2017-06-06 06:09:47 +02:00
Daniel Fekete a7959ceab8 example: change mandelbrot to use hardware float instead of software double 2017-06-06 06:09:29 +02:00
Daniel Fekete 2b7ea40db8 F746NG: Use hardware floating point 2017-06-06 06:01:54 +02:00
Daniel Fekete 094ea3603a SerialUSB: always have SerialUSB 2017-06-06 06:01:49 +02:00
Daniel Fekete 4166c778ca freertos: Fix when using USB 2017-06-06 06:01:46 +02:00
Oleksandr Masliuchenko 23ba9478dc Cleanup of unused stuff 2017-06-05 22:24:52 +03:00
ChrisMicro e015626ba4 Merge branch 'master' of https://github.com/danieleff/STM32GENERIC 2017-06-04 14:50:19 +02:00
Zou Hanya 1f1d3b2761 Fix typo of tools.maple_upload.path.macosx in platform.txt 2017-06-04 13:40:47 +09:00
ChrisMicro 5d3ac5aa4a tft mandelbrot example added 2017-06-03 18:12:19 +02:00
ChrisMicro 61ffc755f3 simple tft oscilloscope added 2017-06-03 15:46:14 +02:00
ChrisMicro efe43ef36f position changed 2017-06-03 15:22:11 +02:00
ChrisMicro 2870b70abf setRotation comment corrected 2017-06-03 15:11:10 +02:00
ChrisMicro d0b8a3a517 text position improved 2017-06-03 15:08:46 +02:00
ChrisMicro 80d12e4fa2 F7 Discovery voltmeter added 2017-06-03 10:15:27 +02:00
ChrisMicro b5b84c96d5 Merge branch 'master' of https://github.com/danieleff/STM32GENERIC 2017-06-03 06:34:45 +02:00
Daniel Fekete 54ee3b5f03 ltdc: Add example for F746 discovery display 2017-06-02 21:07:09 +02:00