aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/memorymap.h
AgeCommit message (Collapse)Author
2011-11-16Cleaned up header inclusion selection macros.Piotr Esden-Tempski
2011-10-31Add initial support for STM32F4Stephen Caudle
2011-10-12Fixing something I forgot to update after restructuring the include directories.Fergus Noble
2011-10-12Restructuring stm32 include directories.Fergus Noble
2011-10-12Moving renaming stm32 header files for f1 series.Fergus Noble
2011-02-08Added missing DBGMCU_BASE to STM32 memorymap.hGareth McMullin
2011-01-30Cosmetics, consistency fixes, fix compiler warnings.Uwe Hermann
2011-01-30Updated STM32 memory map, fixed USB_OTG_FS_BASEDamjan Marion
2010-12-31Some more file/path restructuring.Uwe Hermann
All #includes now explicitly use the "<libopencm3/stm32/rcc.h>" format. If you want to get rid of the "libopencm3" prefix in your local project you can add a respective -I entry in your Makefile (not recommended though). All .ld files and .a libs are installed in $(TOOLCHAIN_DIR)/lib directly (as before), but are now renamed to avoid potential conflicts now or in the future. Examples: libopencm3_lpc13xx.a libopencm3_lpc13xx.ld libopencm3_stm32.a libopencm3_stm32.ld