424 Commits (6ec01401e12d957b38947c9236a8d3086bca4eca)
 

Author SHA1 Message Date
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
Uwe Hermann e0a488f586 gpio_toggle(): Add support for multiple GPIOs. 14 years ago
Gareth McMullin d67795f383 Added missing lm3s header files. 14 years ago
Gareth McMullin 4b5f9b4a35 Added missing lm3s gpio.h. 14 years ago
Uwe Hermann 559bc52fa4 Add some missing LIBOPENCM3_ prefixes. 14 years ago
Uwe Hermann 401a0a8e8b FPB: More consistency fixes. 14 years ago
Uwe Hermann 87c94e9a37 FPB: Fix typo. 14 years ago
Uwe Hermann 47e2736013 FPB: Minor additions, consistency fixes. 14 years ago
Uwe Hermann 447c333cec Minor cosmetics, whitespace. 14 years ago
Gareth McMullin 5aa39a5264 Added missing DBGMCU_BASE to STM32 memorymap.h 14 years ago
Gareth McMullin 0d7d0fe829 Added Flash Patch and Breakpoint (FPB) register definitions. 14 years ago
Gareth McMullin 4954b4c006 Added ARMv7-M Core Debug (SCS) register definitions. 14 years ago
Gareth McMullin d4b04cbd26 Added STM32 DBGMCU register definitions. 14 years ago
Gareth McMullin 769a932f3e Added initial support for the LuminaryMicro LM3S family. 14 years ago
Uwe Hermann 729a48c655 Cosmetics, whitespace, reduced indentation level. 14 years ago
Piotr Esden-Tempski c7587f11ec Added get flag and get counter functions to timer. Allow proper interrupt handling and recording timer counter values. 14 years ago
Piotr Esden-Tempski d40fb96fcf Added set prescaler and set repetition counter functions to timer. 14 years ago
Piotr Esden-Tempski 92edc113f9 Added timer reset function. 14 years ago
Piotr Esden-Tempski e85c55a9a7 Added timer flag reset function. 14 years ago
Piotr Esden-Tempski dd0018ffdf Added interrupt and event generation handling functions to timer. Updated pwm 6step example to use those and commutate on button press using PWM ON scheme. 14 years ago