aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/gpio.h
AgeCommit message (Collapse)Author
2012-11-13Change to make L1 series fit with common filesKen Sarkies
2012-11-13rebase and fixKen Sarkies
2011-10-12Moving renaming stm32 header files for f1 series.Fergus Noble
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