Travis Geiselbrecht | 1d0df69 | 2008-09-01 02:26:09 -0700 | [diff] [blame] | 1 | |
| 2 | Platform support for the ATMEL AT91SAM7[XS] ARM7 microcontrollers. |
| 3 | |
| 4 | This is a base platform -- it needs to be specialized for a particular |
| 5 | board (see sam7ex256 as an example of this) to be useful. In particular |
| 6 | it does not provide the platform/board.h (which must include the |
| 7 | correct at91sam7*h file and mux config). |
| 8 | |
| 9 | TODO: |
| 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 | |