CPU specific files for the AT91SAM7S ARM-based microcontrollers

This commit is contained in:
ksb 2007-02-24 00:09:45 +00:00
parent 9a5501485b
commit 13af443115
22 changed files with 3331 additions and 0 deletions

6
cpu/at91sam7s/uip-log.c Normal file
View file

@ -0,0 +1,6 @@
#include <stdio.h>
void uip_log(char *msg)
{
printf("uip: %s\n", msg);
}