blob: 41ce5619e9d7d2db65a1eb539a82651253b79d29 [file] [log] [blame]
Travis Geiselbrecht1d0df692008-09-01 02:26:09 -07001
2Platform support for the ATMEL AT91SAM7[XS] ARM7 microcontrollers.
3
4This is a base platform -- it needs to be specialized for a particular
5board (see sam7ex256 as an example of this) to be useful. In particular
6it does not provide the platform/board.h (which must include the
7correct at91sam7*h file and mux config).
8
9TODO:
10- support clock rates other than (and above) 18MHz
11- compute uart divisor, PIT interval, etc from MCK
12- timer hook should honor the requested interval
13- current_time() should return a meaningful value
14- actually pass argument to interrupt handlers?
15