* Added f2xxx for two series (for example z1)

* f1xxx is baseline and always included
* Cleaned up the names of uart and spi (no x in names)
* Updated SPI configuration for WiSMote
This commit is contained in:
Niclas Finne 2011-10-06 14:05:57 +02:00
parent 1a761ec3eb
commit cdfa8708e3
15 changed files with 289 additions and 204 deletions

View file

@ -179,7 +179,7 @@ void
clock_delay(unsigned int i)
{
while(i--) {
asm("nop");
_NOP();
}
}
/*---------------------------------------------------------------------------*/