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