aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-19Add proper C runtime init, add reset handler.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-06-29rcc: Cosmetics and coding style fixes.Uwe Hermann
2010-05-12Initial EXTI support.Thomas Otto
2010-05-12Fix of rtc_set_counter_val(). supplied by Jim <lordjames@y7mail.com>Thomas Otto
2010-05-11Deleted double definition IWDG_PR_DIV256.Thomas Otto
2010-05-11Changed examples to new rcc definitions.Thomas Otto
2010-05-11Changed rtc.c to use the changed defines.Thomas Otto
2010-05-11Changed rcc.c to use the new definitions.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-02Make examples/other make use of new clock setup.Thomas Otto
2010-05-02Added rcc clock setup function for 16mhz crystal.Thomas Otto
2010-05-02Fixed channel group setting with more then 6 items.Thomas Otto
2010-05-02Added DOGM128 LCD display example (SPI).Thomas Otto
2010-04-13Corrected comment only.Thomas Otto
2010-04-13Added systick example to Makefile.Thomas Otto
2010-04-13Added little systick example.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-12Added spi_send() equivalent to usart_send().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-28Added timer_interrupt example.Thomas Otto
2010-03-28Added dma_mem2mem example.Thomas Otto
2010-03-28Make 72MHz the default in usart.cThomas 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
2010-03-26Fixed settings of groups in adc.c.Thomas Otto