aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-02-20USB driver for Connectivity-line devices partially working.Gareth McMullin
2011-02-10Minor cleanup of usb. Template driver for STM32F107 added.Gareth McMullin
2011-02-09Add rcc_clock_setup_in_hse_8mhz_out_24mhz().Uwe Hermann
2011-02-09gpio_toggle(): Add support for multiple GPIOs.Uwe Hermann
2011-02-09Minor cosmetics, whitespace.Uwe Hermann
2011-02-04Added initial support for the LuminaryMicro LM3S family.Gareth McMullin
2011-02-03Cosmetics, whitespace, reduced indentation level.Uwe Hermann
2011-02-01Added get flag and get counter functions to timer. Allow proper interrupt han...Piotr Esden-Tempski
2011-01-31Added set prescaler and set repetition counter functions to timer.Piotr Esden-Tempski
2011-01-31Added timer reset function.Piotr Esden-Tempski
2011-01-31Added timer flag reset function.Piotr Esden-Tempski
2011-01-31Added interrupt and event generation handling functions to timer. Updated pw...Piotr Esden-Tempski
2011-01-30Cosmetics, consistency fixes, fix compiler warnings.Uwe Hermann
2011-01-30Abstracted USB driver interface to to allow driver selection.Gareth McMullin
2011-01-30Reset CTR flag for endpoint from usbd_poll if no callback.Gareth McMullin
2011-01-30Clear user control request handlers on set_configuration request.Gareth McMullin
2011-01-28Added break and dead time convenience functions. Adapted 6step example to ref...Piotr Esden-Tempski
2011-01-28Replaced OC mode selection with an enum, makes it simpler to use.Piotr Esden-Tempski
2011-01-27Added output compare channel convenience functions and adapted the pwm_6step ...Piotr Esden-Tempski
2011-01-27Started a pwm 6step output example. Enabled timer convenience functions and s...Piotr Esden-Tempski
2011-01-07EXTI bugfix in exti_select_source().Uwe Hermann
2010-12-31Some more file/path restructuring.Uwe Hermann
2010-12-30More libopenstm32 renames.Uwe Hermann
2010-12-30More renames for libopenstm32 -> libopencm3.Uwe Hermann
2010-12-30Finish libopenstm32.ld to stm32.ld rename.Uwe Hermann
2010-12-30s/libopenstm32/libopencm3/ is some Makefiles.Uwe Hermann
2010-12-30More path and name changes.Uwe Hermann
2010-12-30Add missing files.Uwe Hermann
2010-12-30Rename include/libopenstm32 to include/stm32.Uwe Hermann
2010-12-30Move STM32-specific source to lib/stm32 subdir.Uwe Hermann
2010-12-30Factor out cm3/common.h and cm3/memorymap.h.Uwe Hermann
2010-12-29USB: Cosmetics and coding-style fixes.Uwe Hermann
2010-12-29Replace uint8_t with u8 et al, fix whitespace.Uwe Hermann
2010-12-29Move generic USB stuff to a subdir, dedupe .h files.Uwe Hermann
2010-12-29More whitespace fixes.Uwe Hermann
2010-12-29Make the build/clean targets a bit less verbose.Uwe Hermann
2010-12-29Merge branch 'martinmm'.Uwe Hermann
2010-12-29Improved usart api implementation to be more readable.Piotr Esden-Tempski
2010-12-27Added gc-sections. Now unused functions are being garbage collected.Piotr Esden-Tempski
2010-12-27Splitted out the usart recv and send functions to have blocking and non block...Piotr Esden-Tempski
2010-12-26CAN: Reduce nesting level via code transformations.Uwe Hermann
2010-12-26CAN: Cosmetics and coding-style fixes.Uwe Hermann
2010-12-25Factored out CAN helper functions out of the example. Test code now also uses...Piotr Esden-Tempski
2010-12-23Fixed behavior of rcc_peripheral_clear_reset...Piotr Esden-Tempski
2010-12-17TIM1 GPIO remapping + gpio_port_config_lock().Uwe Hermann
2010-12-17Fix typo.Uwe Hermann
2010-12-17Build fixes for ethernet.c, and hook it up.Uwe Hermann
2010-12-17Minor ld script changes.Uwe Hermann
2010-12-17Register definitions for the STM32F107 Ethernet.Uwe Hermann
2010-11-06Improved dispatching of user control callbacks.Gareth McMullin