summaryrefslogtreecommitdiffstatshomepage
path: root/stm/lib
Commit message (Collapse)AuthorAge
* stm: USB host mode working! Restructure stm library directories.Damien George2014-01-26
|
* stm: Improved ADC module; add BOARD_NAME config value.Damien George2014-01-25
|
* Fix USB CORE PCGCCTL Wrong Addressmux2014-01-23
| | | | | * Fix PCGCCTL bug using address instead of value. * Fix issue #211
* Fix support for STM32F4DISCOVERYDave Hylands2014-01-21
|
* stm: Put HSE_VALUE and other defines in mpconfigport.h.Damien George2014-01-21
| | | | | mpconfigport.h is now included by stm32f4xx.h so that all STM files have access to these defines.
* stm: Put TARGET in mpconfigport.h; support PYBv4.Damien George2014-01-21
|
* stm: Upgrade ST peripheral library from 1.1.0 to 1.3.0.Damien George2014-01-19
|
* stm: Upgrade to latest CMSIS libraries.Damien George2014-01-19
| | | | | CMSIS V3.01 -> V3.20. Now in stm/cmsis to keep separate from ST libraries.
* Add missing ADC drivermux2014-01-14
| | | | * Add missing ADC driver from STM32F4xx_StdPeriph_Lib_V1.3.0
* stm: Re-instate C debugging USART port (disabled by default).Damien George2014-01-13
| | | | | | See pyb_usart_global_debug variable. Also did some work on USB OTG, but nothing working yet.
* stm: add pyb.sd_test; flash cache flushed only via MSD.Damien2013-12-20
|
* STM: add RNG support.Damien2013-11-09
|
* Add DAC, and simple audio driver to STM code.Damien2013-11-04
|
* Remove debugging print for SD card; add comment to possibly-buggy USB code.Damien2013-11-01
|
* Add syscfg and SPI libraries from STM.Damien2013-11-01
|
* PC13 (SDIO detect) can handle at most 2MHz speed config.Damien2013-10-30
|
* Add USART support, connected to stdio for REPL.Damien2013-10-26
|
* Add support for RTC, used as a calendar.Damien2013-10-26
|
* Add USB HID support. Runs as an alternative to VCP+MSC.Damien2013-10-25
|
* Add support for SD card (not working).Damien2013-10-24
|
* Implement simple servo control using PWM.Damien2013-10-23
|
* Implement boot-up commands; run main script after boot.Damien2013-10-23
|
* stm: improved GC, and cooked output for VCP.Damien2013-10-22
|
* Remove unnecessary USB files from stm.Damien2013-10-22
|
* VCP works, need to init comm port PC side; add some debugging output.Damien2013-10-21
|
* Try to get REPL working, but bug with CDC VCP...Damien2013-10-21
|
* Fix IRQ priority issue to give working USB; and some cleanup.Damien2013-10-19
|
* Try to re-add USB support...Damien2013-10-19
|
* Working SysTick, code factoring, some boot-up code.Damien2013-10-19
|
* Fix up linker script; improve startup code; printf to USB.Damien2013-10-17
|
* Change VID/PID info so USB works on Windows.Damien2013-10-14
|
* Implement crude but functional CDC + MSC USB device.Damien2013-10-13
|
* Inital commit of stm32f4xx framework.Damien2013-10-13