aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-03-26Merge branch 'master' of tommi@viadmin.org:/opt/git/libopenstm32Thomas Otto
2010-03-26Small corrections/additions to adc.h.Thomas Otto
2010-03-25Integrated systick into build system.Thomas Otto
2010-03-25Added systick.h definitions.Thomas Otto
2010-03-25Corrected Makefile for ADC exampleThomas Otto
2010-03-24Added some address setting functions to dma.Thomas Otto
2010-03-24Added generic values for ADC_SMPR_SMP to adc.h.Thomas Otto
2010-03-24Fixed binary name in READMEThomas Otto
2010-03-24Added adc_temperature_sensor to examplesThomas Otto
2010-03-24Completed scb.h definitions.Thomas Otto
2010-03-23Small correction in isr table.Thomas Otto
2010-03-23Added irq number definitions.Thomas Otto
2010-03-22splitted nvic and scbThomas 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 development guidelines and notes.Uwe Hermann
2010-03-05Factor out coding guidelines to HACKING.Uwe Hermann
2010-03-05Small README fixes.Uwe Hermann
2010-03-05Consistently use the hex file for flashing.Uwe Hermann
2010-03-05Makefile output cosmetic improvements.Uwe Hermann
2010-03-05Drop unused comments.Uwe Hermann
2010-03-05Print "Entering directory" only upon "make V=1".Uwe Hermann
2010-03-05Use standardized reg32 variable name.Uwe Hermann
2010-03-05Add i2c_stts75_sensor example.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-04Add missing spi.h #include.Uwe Hermann
2010-03-04Use direct #includes instead of libopenstm32.h.Uwe Hermann