aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
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-11Changed rtc.c to use the changed defines.Thomas Otto
2010-05-11Changed rcc.c to use the new definitions.Thomas Otto
2010-05-10Add more RTC functions and an RTC example.Uwe Hermann
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-04-13Some improvements to systick.h+c.Thomas Otto
2010-04-12Added spi_send() equivalent to usart_send().Thomas Otto
2010-03-30Some additions to spi.c+h.Thomas Otto
2010-03-28Make 72MHz the default in usart.cThomas Otto
2010-03-28Cosmetic fixes.Thomas Otto
2010-03-26Changed address setting in dma.c+h.Thomas Otto
2010-03-26Fixed settings of groups in adc.c.Thomas Otto
2010-03-25Integrated systick into build system.Thomas Otto
2010-03-25Added systick.h definitions.Thomas Otto
2010-03-24Added some address setting functions to dma.Thomas Otto
2010-03-23Small correction in isr table.Thomas Otto
2010-03-22added some SCB defs. Added some NVIC functions.Thomas Otto
2010-03-22added dma.h and basic functionsThomas Otto
2010-03-22added basic adc funktionsThomas Otto
2010-03-06Cosmetic fixes.Uwe Hermann
2010-03-06Fix bug: PLLMUL_PLL_CLK_MUL9 is correct.Uwe Hermann
2010-03-06Cosmetic and coding style changes.Uwe Hermann
2010-03-05Add some more ADC support.Uwe Hermann
2010-03-05gpio: Fix some issues with gpio_set_mode().Uwe Hermann
2010-03-04Use direct #includes instead of libopenstm32.h.Uwe Hermann