400 Commits (6912cbe71fe1a4773a3ad0aa7ee04186422dd60d)
 

Author SHA1 Message Date
Fergus Noble 6912cbe71f Some updates to the F2 GPIO header plus implementation of GPIO convenience functions. 13 years ago
Fergus Noble aa3089e8c4 Initial import of F2 GPIO peripheral header file. 13 years ago
Fergus Noble af64b76bd6 Restructuring stm32 include directories. 13 years ago
Fergus Noble 87d4045c22 Moved timer stuff to common and added F2 specific header. 13 years ago
Fergus Noble f3779fbefa Moved I2C to common, no changes needed. 13 years ago
Fergus Noble 00e26ec7b6 Moves usart over to common and added F2 specific header. 13 years ago
Fergus Noble 57868b1f67 Unnecessary include removed. 13 years ago
Fergus Noble 0ab26a05a8 Moved spi header over to common and created F2 specific header. 13 years ago
Fergus Noble 5e5988e284 Moved pwr.h to stm_common and added F2 series specific extensions in its own header. 13 years ago
Fergus Noble 8a5ad8f564 Fixing small typo. 13 years ago
Fergus Noble 89eb1921d9 Ability to choose memorymap for stm_common headers with define. 13 years ago
Fergus Noble bd33f2d256 Renaming lib code for stm32 f1 series. 13 years ago
Fergus Noble da1af2cece Moving stm header files that are common to f1 and f2 series into their own folder. 13 years ago
Fergus Noble 1a1d8d63ba Moving renaming stm32 header files for f1 series. 13 years ago
Fergus Noble 8f5da14250 Adding memory map for the stm32f2 series. 13 years ago
Fergus Noble bba026ce33 Update examples Makefiles to use the make shell function rather than backticks for shell command expansion. Backticks are unreliable and don't work on all platforms. 13 years ago
Uwe Bonnes 32c276a708 Move enabling the USB Clock into stm32f10x_usbd_init 14 years ago
Uwe Bonnes 6a8eb81480 Add more files to ignore 14 years ago
Uwe Hermann 089bb73018 Merge remote-tracking branch 'gsmcmullin/master'. 14 years ago
Gareth McMullin 3ac0ae839d Added extra interrupt vectors for STM32 connectivity line. 14 years ago
Gareth McMullin 7434d50fda Check index bounds on usb string descriptor request. 14 years ago
Gareth McMullin cd88855d13 Delete example dependencies on 'make clean' 14 years ago
Gareth McMullin 3d820c6ed7 Fixed stm32f107 usb driver to allow calling usbd_poll from irq handler. 14 years ago
Gareth McMullin ef0ff192f7 Added usbd_ep_nak_set() to force flow control on OUT endpoints. 14 years ago
Gareth McMullin 692266bf67 Fixes CAN identifiers on send and receive. 14 years ago
Piotr Esden-Tempski 149c0c7dc0 Added missing 12mhz to 72mhz rcc setup routine prototype. 14 years ago
Gareth McMullin 6bbc4c2f7c Fixed non-control endpoints for connectivity line USB. 14 years ago
Gareth McMullin 67e3452855 Added simple USB example for STM32F107. 14 years ago
Piotr Esden-Tempski 4095c167d3 Small cleanup and added random blinking option. 14 years ago
Gareth McMullin bf0d1a7b41 Connectivity line USB driver now enumerating correctly. 14 years ago
Piotr Esden-Tempski 5754b9856c Cleaned up warning in led_stripe example. 14 years ago
Gareth McMullin 7faea389e8 Added dependency generation. Abort loops on error. 14 years ago
Piotr Esden-Tempski af33448c09 Added an example for STM32-H103 eval board to drive the ZJ168 addressable led strips, using the LPD6803 controller. 14 years ago
Gareth McMullin 95286a22f0 More build improvements and fixed broken examples. 14 years ago
Gareth McMullin 08990e5243 Simplified build system for adding new examples. 14 years ago
Piotr Esden-Tempski 1f3e431527 Usart baud rate setting function now uses the new apb1 and apb2 frequency variables. And calculates the full BRR value. 14 years ago
Piotr Esden-Tempski 3d20f37b27 RCC now has two variables to hold the current apb1 and apb2 frequency. 14 years ago
Piotr Esden-Tempski 675b13ed2b Fixed a small typo in exti test. 14 years ago
Piotr Esden-Tempski 7073637430 Added 12MHz external clock rcc setup routine. 14 years ago
Uwe Hermann ef766da468 Merge remote-tracking branch 'gsmcmullin/master' 14 years ago
Piotr Esden-Tempski 6694f3dc0c Added timer example that generates a variable frequency signal. In that particular case it is generating the SOS morse code on the eval board led. 14 years ago
Gareth McMullin 554feb7f27 USB driver for Connectivity-line devices partially working. 14 years ago
Piotr Esden-Tempski 662e77b4ee Added a printf example that is using irq and a ring buffer to write to USART1 port. It is also reflecting the text you write to the device. 14 years ago
Piotr Esden-Tempski a71c4c128a Added usart_printf example into the buildsystem. 14 years ago
Piotr Esden-Tempski fedad2eb9a Added an example using newlib printf for writing to UART1. 14 years ago
Piotr Esden-Tempski 4667760392 Added usart_irq to the build system. 14 years ago
Piotr Esden-Tempski d1baf00629 Added usart_irq test for stm32-h103 board. 14 years ago
Piotr Esden-Tempski 310561ac50 Made usart_irq example more robust. It should not duplicate bytes anymore. 14 years ago
Gareth McMullin 4ed536c988 Added example using ITM and TPIU for TRACESWO output. 14 years ago
Gareth McMullin f0a1282d42 Added ITM and TPIU register definitions. 14 years ago