aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-22Initial implementation of CAN test program.Piotr Esden-Tempski
2010-12-22Added selection of jtag serial number through make commandline.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 usart test version for obldc.Piotr Esden-Tempski
2010-12-21Corrected pwmleds to use the right GPIO defines.Piotr Esden-Tempski
2010-12-21Added more pin remap pin definitions and gpio function remap definitions.Piotr Esden-Tempski
2010-12-21Cosmetic fix.Piotr Esden-Tempski
2010-12-20Cosmetics.Uwe Hermann
2010-12-18Added obldc systick test program.Piotr Esden-Tempski
2010-12-18Added obldc board led test program.Piotr Esden-Tempski
2010-12-17First implementation of CAN peripheral register definitions.Piotr Esden-Tempski
2010-12-17Moved common example make code to a central file. Added more gitignores.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-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