Commit Graph

481 Commits

Author SHA1 Message Date
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
Daniel Fekete ecbd17e3ac compile: regenerate chip files 2017-05-30 17:58:39 +02:00
Daniel Fekete d100650f91 compile: generate new style pin list 2017-05-30 17:57:48 +02:00
Daniel Fekete 3c6a2e8545 compile: only include af remaps that are actually used 2017-05-30 17:31:24 +02:00
Daniel Fekete de5ab1d310 compile: Fix implicit decladation of Error_Handler() 2017-05-30 17:20:03 +02:00
Daniel Fekete fe4da9aa28 chip: fix generated pin header script, remove pins not available 2017-05-30 17:11:36 +02:00
Daniel Fekete 80429a32ce LL: Add F1 low level gpio header 2017-05-29 20:45:53 +02:00
Daniel Fekete 3c00150306 pins: add inlineable pin changing methods 2017-05-29 20:44:45 +02:00
Daniel Fekete a84b8f4bb9 pins: change variant pins into macros, and deduplicate variant_pin_list 2017-05-29 20:36:45 +02:00
Daniel Fekete 3f348268f4 USB: same class cannot be used on multiple USB ports 2017-05-29 17:55:50 +02:00
Daniel Fekete 31d839ec09 Merge remote-tracking branch 'victorpv/103RFT' 2017-05-29 16:40:25 +02:00
Daniel Fekete d1b910d582 USB: mass storage: move fat12 format into independent function 2017-05-28 06:32:57 +02:00
victorpv 517ad3c418 Added CMD13 to check status
Still having trouble with cards not reponding after several minutes of
inactivity.
2017-05-27 09:09:48 -05:00
Daniel Fekete b897bedc99 compilation: ignore errors in HAL when compiling with -Werror 2017-05-27 15:26:36 +02:00
Daniel Fekete 6d95fbcbe5 pwm: do not use HAL_TIM_PeriodElapsedCallback
Reduces RAM usage when using pinMode, but not using analogWrite
2017-05-26 19:21:33 +02:00
Daniel Fekete 53eed0c2a5 Merge branch 'FW-update' 2017-05-26 18:51:27 +02:00
Daniel Fekete 4c03a77124 Upload: Fix mass storage name for Nucleo F030R8 2017-05-26 08:37:59 +02:00
victorpv 51384097cc Added some debug prints to SDIO
Also corrected errors from merging back from master.
2017-05-25 08:54:06 -05:00
victorpv 8f773aee4a Merge remote-tracking branch 'refs/remotes/danieleff/master' into FW-Update
# Conflicts:
#	STM32/cores/arduino/stm32/stm32_PWM.c
#	STM32/cores/arduino/stm32/stm32_gpio_af.c
2017-05-25 00:13:10 -05:00
victorpv 0b09ae7b7d small updates to try to catch errors.
Some changes to the library, and added CRC calculation to the copytest
sketch so it calculates and compares CRC value of in and out file.
2017-05-24 23:57:40 -05:00
Daniel Fekete bd55204438 Mass storage: change documentation 2017-05-24 21:01:04 +02:00
Daniel Fekete 86a3defc0a Mass storage: add ram block device 2017-05-24 20:39:12 +02:00
Daniel Fekete e06c64fc96 Mass storage: add library 2017-05-24 20:38:58 +02:00
Daniel Fekete d02b7ff902 Mass storage: add block device interface 2017-05-24 20:38:25 +02:00
Daniel Fekete 892d07fdda upload: fix timeout when waiting for serial 2017-05-24 07:09:26 +02:00
Daniel Fekete 9aa1235ce3 upload: use wait script in upload scripts 2017-05-23 20:27:45 +02:00
Daniel Fekete c14d265e9b Upload: add wait for serial scripts 2017-05-23 20:17:41 +02:00