aboutsummaryrefslogtreecommitdiff
path: root/include/libopenstm32/nvic.h
AgeCommit message (Collapse)Author
2010-03-04Cleaned up header inclusion.Piotr Esden-Tempski
Now all examples are including only the modules they really need. Also each header file of the library is including only the necessary headers making it possible to use these modules in parallel with other implementations that may collide with the definitions in other modules.
2010-02-24Drop useless endif markers.Uwe Hermann
2010-01-16Added basic NVIC register defs and functions.Piotr Esden-Tempski