aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-07-25Add simple USART convenience macros.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-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 more RCC related API functions and their prototypes.Uwe Hermann
2009-07-22Add rcc_enable_peripheral_clock() et al, and respective prototypes.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-20Add RCC_CSR bit definitions and a osc_t enum.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
2009-07-19Whitespace fixes.Uwe Hermann
2009-07-18Partial merge of RCC support work contributed by Federico Ruiz-Ugalde.Uwe Hermann
2009-07-18Add gpio_get() API function.Uwe Hermann
2009-07-18Switch the license to GPL, version 3 or later.Uwe Hermann
2009-07-18Add initial GPIO API implementation.Uwe Hermann
2009-07-18Add initial minimal rcc.h implementation (not complete).Uwe Hermann
2009-07-18Remove one layer of indirection by killing unneeded #defines.Uwe Hermann
2009-07-18Merge stdint.h contents into common.h so we don't conflict with libc.Uwe Hermann
2009-07-17Add convenience GPIOx #defines and MMIO GPIO register #defines.Uwe Hermann
2009-07-17Add all base addresses for peripherals as per datasheet.Uwe Hermann
2009-07-17Add common.h, currently containing MMIO accessor functions.Uwe Hermann
2009-07-16Make gpio number argument 'unsigned int', there are no negative GPIOs.Uwe Hermann
2009-07-16Add some more GPIO related #defines.Uwe Hermann
2009-07-16Add memorymap.h with some peripheral base addresses.Uwe Hermann
2009-07-16Add dummy gpio.c implementation and final Makefile.Uwe Hermann
2009-07-16Add some initial gpio.h #defines.Uwe Hermann
2009-07-16Add top-level include file intended for lib users.Uwe Hermann
2009-07-16Add a stdint.h include file for u16, u32, etc.Uwe Hermann