Factor out cm3/common.h and cm3/memorymap.h.

This commit is contained in:
Uwe Hermann
2010-12-30 00:53:52 +01:00
parent 01bfbfed41
commit 17b2e87ba3
30 changed files with 88 additions and 63 deletions

View File

@@ -34,7 +34,7 @@ Development guidelines
- All subsystem-specific function names should be prefixed with the
subsystem name. For example, gpio_set_mode() or rcc_osc_on().
- Please consistently use the short form types from <libopenstm32/common.h>,
- Please consistently use the short form types from <cm3/common.h>,
e.g. u8, u16, u32, and so on.
- Variables that are used to store register values read from registers or