aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-22Scaled gamma 1.3 table to cover whole power range.Piotr Esden-Tempski
2010-02-22Added proper gamma correction tables.Piotr Esden-Tempski
2010-02-22Added pwmleds example for mb252 board.Piotr Esden-Tempski
2010-02-22Modified include model of some files.Piotr Esden-Tempski
2010-01-26Use --no-print-directory option of 'make'.Uwe Hermann
2010-01-26Cosmetics in build output.Uwe Hermann
2010-01-26Fix Makefile to use new directory names.Uwe Hermann
2010-01-26Rename example directory names to all-lowercase.Uwe Hermann
2010-01-25Fixed a cut&paste typo in gpio.h.Piotr Esden-Tempski
2010-01-25Added bit definitions of AFIO registers.Piotr Esden-Tempski
2010-01-25Updated example README files.Piotr Esden-Tempski
2010-01-25Added all handlers to the vector table.Piotr Esden-Tempski
2010-01-25Moved vector_table to the library.Piotr Esden-Tempski
2010-01-25Fixed ROM start address in linker scripts.Piotr Esden-Tempski
2010-01-25Added fancyblink example for the MB525 eval board.Piotr Esden-Tempski
2010-01-22Moved all examples to a board specific folder.Piotr Esden-Tempski
2010-01-22Add RCC_AHBENR bit definitions.Uwe Hermann
2010-01-22Fix typo in TIM3RST #define.Uwe Hermann
2010-01-22Add initial (unfinished, untested) RTC support.Uwe Hermann
2010-01-19rcc: Add a few functions to set prescalers.Uwe Hermann
2010-01-19Add empty lib/nvic.c to make libopenstm32 compile.Uwe Hermann
2010-01-16Added basic NVIC register defs and functions.Piotr Esden-Tempski
2010-01-15Added usb descriptor definitions.Piotr Esden-Tempski
2010-01-15Added usb peripheral register definitions. It uses some tool macros defined i...Piotr Esden-Tempski
2010-01-15Adapted to the new header style. Added some defs.Piotr Esden-Tempski
2010-01-15Add some more generic info to the README.Uwe Hermann
2010-01-15Document that the library API is NOT yet stable!Uwe Hermann
2010-01-15Document the usage of the example projects.Uwe Hermann
2010-01-15Add flash.o to list of objects to build.Uwe Hermann
2010-01-15Use FLASH_MEM_INTERFACE_BASE (not FLASH_BASE).Uwe Hermann
2010-01-15Mention reserved memory map areas in code comments.Uwe Hermann
2010-01-15Prefix all flash related stuff with FLASH_.Uwe Hermann
2010-01-15Add reference to flash programming datasheet.Uwe Hermann
2010-01-15Add initial flash memory register support.Uwe Hermann
2010-01-15Whitespace fixes.Uwe Hermann
2010-01-15Added USART_ prefix to bit definitions.Piotr Esden-Tempski
2010-01-14Typo fixes in timer.Piotr Esden-Tempski
2010-01-14Added timer related register and bit definitions.Piotr Esden-Tempski
2010-01-14Fix logic bugs in rcc_wait_for_osc_ready().Uwe Hermann
2010-01-14Configure SPI as master in spi_init_master().Uwe Hermann
2009-12-31Modularize OpenOCD paths in the example Makefiles.Uwe Hermann
2009-12-30Add first version of spi_enable()/spi_disable().Uwe Hermann
2009-12-30Add initial SPI code.Uwe Hermann
2009-12-29Add initial version of an spi.h header file.Uwe Hermann
2009-09-04ADC #defines, contributed by Edward Cheeseman <ed@landcrab.co.nz>.Uwe Hermann
2009-08-31Add rcc_peripheral_{reset,clear_reset} functions.Uwe Hermann
2009-07-25Add AFIO register definitions.Uwe Hermann
2009-07-25Add default alternate function GPIO pin definitions.Uwe Hermann
2009-07-25Add a simple USART example project which sends some bytes.Uwe Hermann
2009-07-25Initial implementation of USART API functions.Uwe Hermann