aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-14Initial import of F2 GPIO peripheral header file.Fergus Noble
2011-09-14Restructuring stm32 include directories.Fergus Noble
2011-09-13Moved timer stuff to common and added F2 specific header.Fergus Noble
2011-09-12Moved I2C to common, no changes needed.Fergus Noble
2011-09-12Moves usart over to common and added F2 specific header.Fergus Noble
2011-09-12Unnecessary include removed.Fergus Noble
2011-09-12Moved spi header over to common and created F2 specific header.Fergus Noble
2011-09-12Moved pwr.h to stm_common and added F2 series specific extensions in its own ...Fergus Noble
2011-09-12Fixing small typo.Fergus Noble
2011-09-12Ability to choose memorymap for stm_common headers with define.Fergus Noble
2011-09-12Renaming lib code for stm32 f1 series. Fergus Noble
2011-09-12Moving stm header files that are common to f1 and f2 series into their own fo...Fergus Noble
2011-09-12Moving renaming stm32 header files for f1 series.Fergus Noble
2011-09-12Adding memory map for the stm32f2 series.Fergus Noble
2011-09-09Update examples Makefiles to use the make shell function rather than backtick...Fergus Noble
2011-07-13Move enabling the USB Clock into stm32f10x_usbd_initUwe Bonnes
2011-07-13Add more files to ignoreUwe Bonnes
2011-04-28Merge remote-tracking branch 'gsmcmullin/master'.Uwe Hermann
2011-04-24Added extra interrupt vectors for STM32 connectivity line.Gareth McMullin
2011-04-24Check index bounds on usb string descriptor request.Gareth McMullin
2011-04-24Delete example dependencies on 'make clean'Gareth McMullin
2011-04-04Fixed stm32f107 usb driver to allow calling usbd_poll from irq handler.Gareth McMullin
2011-03-30Added usbd_ep_nak_set() to force flow control on OUT endpoints.Gareth McMullin
2011-03-23Fixes CAN identifiers on send and receive.Gareth McMullin
2011-03-15Added missing 12mhz to 72mhz rcc setup routine prototype.Piotr Esden-Tempski
2011-03-15Fixed non-control endpoints for connectivity line USB.Gareth McMullin
2011-03-15Added simple USB example for STM32F107.Gareth McMullin
2011-03-14Small cleanup and added random blinking option.Piotr Esden-Tempski
2011-03-14Connectivity line USB driver now enumerating correctly.Gareth McMullin
2011-03-13Cleaned up warning in led_stripe example.Piotr Esden-Tempski
2011-03-14Added dependency generation. Abort loops on error.Gareth McMullin
2011-03-13Added an example for STM32-H103 eval board to drive the ZJ168 addressable led...Piotr Esden-Tempski
2011-03-13More build improvements and fixed broken examples.Gareth McMullin
2011-03-13Simplified build system for adding new examples.Gareth McMullin
2011-03-11Usart baud rate setting function now uses the new apb1 and apb2 frequency var...Piotr Esden-Tempski
2011-03-11RCC now has two variables to hold the current apb1 and apb2 frequency.Piotr Esden-Tempski
2011-03-11Fixed a small typo in exti test.Piotr Esden-Tempski
2011-03-09Added 12MHz external clock rcc setup routine.Piotr Esden-Tempski
2011-03-07Merge remote-tracking branch 'gsmcmullin/master'Uwe Hermann
2011-02-20Added timer example that generates a variable frequency signal. In that parti...Piotr Esden-Tempski
2011-02-20USB driver for Connectivity-line devices partially working.Gareth McMullin
2011-02-18Added a printf example that is using irq and a ring buffer to write to USART1...Piotr Esden-Tempski
2011-02-17Added usart_printf example into the buildsystem.Piotr Esden-Tempski
2011-02-17Added an example using newlib printf for writing to UART1.Piotr Esden-Tempski
2011-02-17Added usart_irq to the build system.Piotr Esden-Tempski
2011-02-17Added usart_irq test for stm32-h103 board.Piotr Esden-Tempski
2011-02-17Made usart_irq example more robust. It should not duplicate bytes anymore.Piotr Esden-Tempski
2011-02-17Added example using ITM and TPIU for TRACESWO output.Gareth McMullin
2011-02-17Added ITM and TPIU register definitions.Gareth McMullin
2011-02-14Added fanciblink for Lisa/M.Piotr Esden-Tempski