Commit Graph

357 Commits

Author SHA1 Message Date
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 dac90592aa documentation: update documentation for adding boards 2017-06-12 18:39:35 +02:00
Daniel Fekete 4402dddbe0 variant: rename systemclock_config files to variant.c 2017-06-12 05:53:25 +02:00
Daniel Fekete 9d36fb69c1 documentation: i2s: document bufferred transfer, remove 32 bit write 2017-06-12 05:22:42 +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
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
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
Daniel Fekete 25e024cb1e Merge pull request #18 from ChrisMicro/master
update examples
2017-06-06 06:01:20 +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
Daniel Fekete 837defdfd2 Merge pull request #17 from hanyazou/Fix_typo_MacOS_maple_upload_path
Fix typo of tools.maple_upload.path.macosx in platform.txt
2017-06-04 07:27:25 +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
Daniel Fekete 5964f6806a ltdc: Add class for F746 discovery 2017-06-02 20:09:30 +02:00
Daniel Fekete 16d29a2fa3 ltdc: Add LTDC class 2017-06-02 20:09:10 +02:00
ChrisMicro ae6e87bb05 BluePill ILI9341 example added 2017-06-02 06:46:01 +02:00
ChrisMicro 55a3e42254 Merge branch 'master' of https://github.com/danieleff/STM32GENERIC 2017-06-01 19:47:56 +02:00
Daniel Fekete 771da3d4aa Remove empty files 2017-06-01 19:26:26 +02:00
Daniel Fekete 56cb432941 pin: move pinModeLL into its own compilation unit 2017-05-31 19:22:48 +02:00
Daniel Fekete 16c1e52650 pin: use LL for compile time gpio 2017-05-31 19:13:41 +02:00
Daniel Fekete 40a079585f maplemini: Enable pwr clock for USB 2017-05-31 17:59:41 +02:00
Daniel Fekete e4bca48953 LL: Add F1 low level headers 2017-05-31 17:55:00 +02:00
Daniel Fekete fde12daf27 gpio: Add generic ll_gpio.h 2017-05-31 17:52:38 +02:00
Daniel Fekete 2f5aedcac5 pins: remove unnecessary pin list from variant 2017-05-31 06:04:05 +02:00
Daniel Fekete 3eae917c34 pins: Move duplicated pin enum into common stm32_pin_list file 2017-05-31 06:03:14 +02:00
Daniel Fekete 26a5bd399b chip: add default chip pin lists 2017-05-31 05:51:33 +02:00
Daniel Fekete d2bfb9e27d gpio: use inline static 2017-05-30 17:58:51 +02:00