- 16 Nov, 2016 1 commit
-
-
Krzysztof Blazewicz authored
changes include: * use single GPIO.BSRR instead of BSRRH and BSRRL * change HSE_STARTUP_TIMEOUT to 100 ms * define LSE_STARTUP_TIMEOUT to 5 s
-
- 09 Mar, 2016 1 commit
-
-
Ryan Shaw authored
-
- 26 Nov, 2015 1 commit
-
-
Dave Hylands authored
The STMCube examples define both USE_USB_HS and USE_USB_HS_IN_FS when they use the HS in FS mode. The STM32F401 doesn't have a USB_HS at all, so the USB_OTG_HS instance doesn't even exist.
-
- 25 Nov, 2015 1 commit
-
-
Tobias Badertscher authored
-
- 29 Aug, 2015 1 commit
-
-
Bob Clough authored
-
- 07 Aug, 2015 1 commit
-
-
Dave Hylands authored
This needs to land afte #1407 lands, since #1407 is where the CMSIS_MCU was defined.
-
- 20 Jul, 2015 1 commit
-
-
Damien George authored
-
- 06 Aug, 2014 1 commit
-
-
Damien George authored
This patch updates ST's HAL to the latest version, V1.3.0, dated 19 June 2014. Files were copied verbatim from the ST package. Only change was to suppress compiler warning of unused variables in 4 places. A lot of the changes from ST are cosmetic: comments and white space. Some small code changes here and there, and addition of F411 header. Main code change is how SysTick interrupt is set: it now has a configuration variable to set the priority, so we no longer need to work around this (originall in system_stm32f4xx.c).
-
- 02 Jun, 2014 1 commit
-
-
bvernoux authored
-
- 30 Mar, 2014 1 commit
-
-
Damien George authored
All board config macros now begin with MICROPY_HW_. Renamed PYBv10 to PYBV10, since macros should be all uppercase. Made SDCARD_DETECT configurable in mpconfigport.h, so that the SD detect pin can be easily configured.
-
- 14 Mar, 2014 1 commit
-
-
Damien George authored
Enumerates CDC device over USB, but doesn't transmit/receive yet.
-
- 12 Mar, 2014 2 commits
-
-
Damien George authored
-
Dave Hylands authored
This compiles and links, but hasn't been tested on a board yet and even if it was run, it doesn't currently do anything.
-