aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-07-22Show example of rcc_enable_peripheral_clock() in miniblink.c.Uwe Hermann
2009-07-22Add rcc_enable_peripheral_clock() et al, and respective prototypes.Uwe Hermann
2009-07-22Turn rcc_osc_ready() into rcc_wait_for_osc_ready(), more useful.Uwe Hermann
2009-07-22Add RCC_AHBRSTR and RCC_CFGR2 bit definitions.Uwe Hermann
2009-07-22Reorder RCC bits, add missing bits for STM32 connectivity line.Uwe Hermann
2009-07-21Add RCC_APB1RSTR bit definitions.Uwe Hermann
2009-07-21Add RCC_APB2RSTR bit definitions.Uwe Hermann
2009-07-20Changed all includes to use <foo.h> notation.Piotr Esden-Tempski
2009-07-20Update .gitignore to match recent file/dir renames.Uwe Hermann
2009-07-20Turn miniblink in the smallest-possible example using the library.Uwe Hermann
2009-07-20Finish rename to 'miniblink'.Uwe Hermann
2009-07-20Move the 'blink' example into a 'miniblink' subdirectory.Uwe Hermann
2009-07-20Rename example subdir to examples, we'll have more than one.Uwe Hermann
2009-07-20Fix some compiler warnings.Uwe Hermann
2009-07-20Add slightly modified rcc.c file, contributed by Federico Ruiz-Ugalde.Uwe Hermann
2009-07-20Add RCC_CSR bit definitions and a osc_t enum.Uwe Hermann
2009-07-20Make example code build again (s/RCC_IOPCEN/IOPCEN).Uwe Hermann
2009-07-20Add RCC_BDCR bit definitions.Uwe Hermann
2009-07-20Add RCC_APB1ENR bit definitions.Uwe Hermann
2009-07-19Merge some more RCC related #defines contributed by Federico Ruiz-Ugalde.Uwe Hermann