M7350v1_en_gpl

This commit is contained in:
T
2024-09-09 08:52:07 +00:00
commit f9cc65cfda
65988 changed files with 26357421 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
Platform support for the ATMEL AT91SAM7[XS] ARM7 microcontrollers.
This is a base platform -- it needs to be specialized for a particular
board (see sam7ex256 as an example of this) to be useful. In particular
it does not provide the platform/board.h (which must include the
correct at91sam7*h file and mux config).
TODO:
- support clock rates other than (and above) 18MHz
- compute uart divisor, PIT interval, etc from MCK
- timer hook should honor the requested interval
- current_time() should return a meaningful value
- actually pass argument to interrupt handlers?