Modified the AT91SAM7S port and the ATmega168 port to use a slimmed down MS/TP state machine and datalink layer. Tested on AT91SAM7S-EK board.

This commit is contained in:
skarg
2007-09-07 01:34:19 +00:00
parent 4f34f6994b
commit 8fb328ce23
10 changed files with 1285 additions and 359 deletions
-1
View File
@@ -35,7 +35,6 @@
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <string.h> /* memmove() */
#include "bits.h"
#include "apdu.h"
#include "bacdef.h"