aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-01-30Abstracted USB driver interface to to allow driver selection.Gareth McMullin
2011-01-30Added OTG_FS register definitions for connectivity line STM32.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
2010-12-31Some more file/path restructuring.Uwe Hermann
2010-12-31Rename include guards to LIBOPENCM3_*.Uwe Hermann
2010-12-31Add FSMC register definitions.Uwe Hermann
2010-12-31FSMC: Implement all missing bit defines.Uwe Hermann
2010-12-30Start adding FSMC #defines (FSMC_BCRx for now).Uwe Hermann
2010-12-30More renames for libopenstm32 -> libopencm3.Uwe Hermann
2010-12-30Drop unused and useless libopenstm32.h.Uwe Hermann
2010-12-30Rename include/libopenstm32 to include/stm32.Uwe Hermann
2010-12-30Add initial lpc-p1343/miniblink example (untested).Uwe Hermann
2010-12-30NXP LPC13XX: Initial memorymap.h and gpio.h.Uwe Hermann
2010-12-30Factor out cm3/common.h and cm3/memorymap.h.Uwe Hermann
2010-12-29Some more whitespace + cosmetics.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-29Merge branch 'martinmm'.Uwe Hermann
2010-12-29Improved usart api implementation to be more readable.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: 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-22Fixed defines for extended id's.Piotr Esden-Tempski
2010-12-22Fixed wrong register name in bit defines.Piotr Esden-Tempski
2010-12-22Added CAN bit definitions.Piotr Esden-Tempski
2010-12-21Added more pin remap pin definitions and gpio function remap definitions.Piotr Esden-Tempski
2010-12-17First implementation of CAN peripheral register definitions.Piotr Esden-Tempski
2010-12-17TIM1 GPIO remapping + gpio_port_config_lock().Uwe Hermann
2010-12-17Register definitions for the STM32F107 Ethernet.Uwe Hermann
2010-11-06Improved dispatching of user control callbacks.Gareth McMullin
2010-11-04Fixed logic for clearing data toggle bits.Gareth McMullin
2010-11-04Fixed HALT condition handling and data toggle.Gareth McMullin
2010-11-04add standard requestMartin Mueller
2010-11-02Initial USB device stack for STM32.Uwe Hermann
2010-10-18Add timer handling functions.Uwe Hermann
2010-10-18Add more support functions for flash handling.Uwe Hermann
2010-06-29Various cosmetic and coding style fixes.Uwe Hermann
2010-05-12Initial EXTI support.Thomas Otto
2010-05-11Deleted double definition IWDG_PR_DIV256.Thomas Otto
2010-05-11Changed rcc.h defs to rcc_registername_ prefix.Thomas Otto
2010-05-10Add more RTC functions and an RTC example.Uwe Hermann
2010-05-06Renamed power.h -> pwr.h.Thomas Otto
2010-05-03Changed defs POWER->PWR to be in sync with datasheet.Thomas Otto
2010-05-03Added BKP definitions.Thomas Otto
2010-05-03Added definitions for CRC.Thomas Otto
2010-05-03Added definitions for POWER control.Thomas Otto