aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-07-25Add some more USART related bit definitions.Uwe Hermann
2009-07-25Some random cosmetic changes and additional comments.Uwe Hermann
2009-07-25Add simple USART convenience macros.Uwe Hermann
2009-07-25Fix docs: OpenOCD 'resume' command doesn't work properly, use 'reset'.Uwe Hermann
2009-07-25Factor out some code into gpio_setup().Uwe Hermann
2009-07-25Fix comment.Uwe Hermann
2009-07-25Add mini ld scripts in the example which include the global one.Uwe Hermann
2009-07-25The -L linker option should come before any ldscript file.Uwe Hermann
2009-07-24Install the ld script upon 'make install'.Uwe Hermann
2009-07-24Factor out ld scripts into one common script in the lib.Uwe Hermann
2009-07-24Add more comments, fix copy-paste error in descriptions.Uwe Hermann
2009-07-24Add RCC_CR3 values and some more comments.Uwe Hermann
2009-07-24Add RCC_CR2 bit definitions.Uwe Hermann
2009-07-24Fix compile by using the correct variable name.Uwe Hermann
2009-07-24Add missing #include <stdint.h>.Uwe Hermann
2009-07-24Make u8/u16/etc. simple aliases.Uwe Hermann
2009-07-24Simplify example Makefiles by using only one TOOLCHAIN_DIR variable.Uwe Hermann
2009-07-22Examples now use the toolchain installed libopenstm32 in default setting. (Un...Piotr Esden-Tempski
2009-07-22Add register #defines for all available USARTs/UARTs.Uwe Hermann
2009-07-22Add initial framework for USART support. So far only some #defines.Uwe Hermann
2009-07-22Add -Wstrict-prototypes to CFLAGS for more strict checking.Uwe Hermann
2009-07-22Implement clock_setup() in fancyblink, STM32 should now run at 72 MHz.Uwe Hermann
2009-07-22Add more RCC related API functions and their prototypes.Uwe Hermann
2009-07-22Add a 'fancyblink' example, currently mostly a copy of miniblink.Uwe Hermann
2009-07-22Fix typo, s/example/examples/ after an earlier rename.Uwe Hermann