aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2010-05-03Added definitions for WWDG.Thomas Otto
2010-05-02Corrected IWDG_BASE calculations.Thomas Otto
2010-05-02Added initial IWDG definitions.Thomas Otto
2010-05-02Added rcc clock setup function for 16mhz crystal.Thomas Otto
2010-04-13Some improvements to systick.h+c.Thomas Otto
2010-04-12Added spi_send() to the spi.h.Thomas Otto
2010-04-02Fixed typo.Thomas Otto
2010-04-02Completed spi.h.Thomas Otto
2010-03-30Some additions to spi.c+h.Thomas Otto
2010-03-28Cosmetic fixes.Thomas Otto
2010-03-26Corrected definitions in dma.h.Thomas Otto
2010-03-26Changed address setting in dma.c+h.Thomas Otto