393 Commits (17d80aa5a4a3f32d28d94bcaedc45eca45ed5441)
 

Author SHA1 Message Date
Uwe Hermann 17d80aa5a4 Fix whitespace. 13 years ago
Piotr Esden-Tempski ca48da8dd4 Changed the lisa/m dfu example to run on stm32f105. 13 years ago
Gareth McMullin 284be93037 Restored OTG clock enable in RCC in f107 usb init. 13 years ago
Gareth McMullin b05a5dcf2a Fixed some F105/F107 USB issues. Added user callback on SOF. 13 years ago
Piotr Esden-Tempski f9a28a3d5e Changed clock on lisa-m hid example to 72MHz and removed disconnect pin control as the stm32f105 has built in pullups. 13 years ago
Piotr Esden-Tempski 9e4522ad21 Corrected led io for lisa/m v1.1 cleaned up some whitespace. Trying to get it to work... 13 years ago
Piotr Esden-Tempski 03a4a18ed6 Switched all makefiles to arm-none-eabi default. 13 years ago
Piotr Esden-Tempski 5d97653163 Added black magic probe flashing support to the example code makefile. 13 years ago
Piotr Esden-Tempski 0a66d52ec8 Switched the makefile default from arm-elf to arm-none-eabi. 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
Piotr Esden-Tempski 7d3608f746 Added fanciblink for Lisa/M. 14 years ago
Gareth McMullin e64a9d2bf9 Minor cleanup of usb. Template driver for STM32F107 added. 14 years ago
Uwe Hermann dfa9145a34 STM32VLDISCOVERY: Fix ld file comments (STM32F100RB). 14 years ago
Uwe Hermann 1cb45d8888 STM32VLDISCOVERY: Fix some incorrect GPIO comments. 14 years ago
Uwe Hermann 5bfffcbb29 Use ST STM32VLDISCOVERY board name consistently. 14 years ago
Uwe Hermann 62f3897a2e Add some examples for the STM32-Discovery board. 14 years ago
Uwe Hermann 0a0ce22762 Add rcc_clock_setup_in_hse_8mhz_out_24mhz(). 14 years ago