aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-14Added dma based usart IO example.Piotr Esden-Tempski
2012-03-13Fixed operation order for dma bit calculations.Piotr Esden-Tempski
2012-03-12Added irq usart example for lisa/m 2.0Piotr Esden-Tempski
2012-03-11Added blocking usart printf for lisa/m 2.0Piotr Esden-Tempski
2012-03-11Added usart irq example for lisa/m 2.0Piotr Esden-Tempski
2012-03-11Added usart example to lisa/m 2.0Piotr Esden-Tempski
2012-03-03Fix search-replace left-over.Uwe Hermann
2012-03-02Some additional LGPL3+ license change cleanups.Piotr Esden-Tempski
2012-03-02License change of the library to LGPL, version 3 or later.Piotr Esden-Tempski
2012-02-29Corrected interrupt flag register defines.Piotr Esden-Tempski
2012-02-29Added dma_channel_reset prototype.Piotr Esden-Tempski
2012-02-29Cleaned up and streamlined DMA support for f1. Definitely needs a bunch of te...Piotr Esden-Tempski
2012-02-29Fixed spi convenience reset function to compile properly.Piotr Esden-Tempski
2012-02-28Added spi reset convenience function.Piotr Esden-Tempski
2012-02-24Added reset function to i2c convenience functions.Piotr Esden-Tempski
2012-02-24Added set priority group convenience function.Piotr Esden-Tempski
2012-02-24Updated SCB_AIRCR_PRIGROUP bit definitions to be more consistent with the sty...Piotr Esden-Tempski
2012-02-21Added fancyblink for lisa/m V2Piotr Esden-Tempski
2012-02-21Renamed current lisa-m tests to lisa-m-1 as it differs a bit from v2.Piotr Esden-Tempski
2012-02-13Added missing gpio definitions for timer 5.Piotr Esden-Tempski
2012-02-13Added combined gpio bank definitions to timers as you tend to set those up in...Piotr Esden-Tempski
2012-02-13Forgot some BANK suffixes.Piotr Esden-Tempski
2012-02-13Added bank definitions to f1 gpio header.Piotr Esden-Tempski
2012-02-12Fix setting alternate port functions on the STM32F2.Gareth McMullin
2012-02-12Linker scripts provide stack pointer at the top of RAM.Gareth McMullin
2012-02-12Fix setting alternate port functions on the STM32F4.Gareth McMullin
2012-02-12Add an interface for soft disconnection, and hook it up in the F107 driver.Mike Smith
2012-02-12Flash sector erase requires the FLASH_SER bit set.Mike Smith
2012-02-12F4 examples should build for F4, pass consistent arguments to the compiler an...Mike Smith
2012-02-11Added the entry point definiton to all stm32 linker scripts. This allows gdb ...Piotr Esden-Tempski
2012-02-06More coding-style and cosmetic fixes.Uwe Hermann
2012-02-06f2/dma.h: Whitespace and coding-style fixes.Uwe Hermann
2012-02-06Fixed typo in F2 dma header to match the datasheet.Fergus Noble
2012-02-06Fix numerous bugs in NVIC convenience functions, doing an |= on a clear regis...Fergus Noble
2012-02-06Added functions to enable and disable DMA from stm32 USART.Fergus Noble
2012-02-06Change stm32 usart baud rate generation to round rather than floor for more a...Fergus Noble
2012-02-06Cleaned up the jobygps examples.Fergus Noble
2012-02-06Fix nasty bug with GPIO alternate function setup on F2/F4 (sorry guys).Fergus Noble
2012-02-06Fix bug with F4 clock settings, change HPRE to PPRE.Fergus Noble
2012-02-06Discard .ARM.exidx section to make newlib 64bit (long long) printf support wo...Fergus Noble
2012-02-06DMA register definitions for F2.Fergus Noble
2012-02-06Fixing small bug/typo in F2 rcc code.Fergus Noble
2011-12-28usb: Added support for Interface Association descriptors.Gareth McMullin
2011-12-17Added USB example for stm32f4.Gareth McMullin
2011-11-16Added CAN example for lisa-m V1.1.Piotr Esden-Tempski
2011-11-16Updated all examples to use the new/old usart_set_baudrate api.Piotr Esden-Tempski
2011-11-16Reverted the api of the usart_set_baudrate function to hide the clock rail se...Piotr Esden-Tempski
2011-11-16Cleaned up header inclusion selection macros.Piotr Esden-Tempski
2011-11-16Added address legend to the interrupt vector. Made it easier to crosscheck fo...Piotr Esden-Tempski
2011-11-16Added UART4 and UART5 gpio definitions for stm32f1. Also corrected the naming...Piotr Esden-Tempski