M7350/bootable/bootloader/lk/platform/at91sam7
2024-09-09 08:52:07 +00:00
..
include/platform M7350v1_en_gpl 2024-09-09 08:52:07 +00:00
at91sam7s.pins M7350v1_en_gpl 2024-09-09 08:52:07 +00:00
at91sam7x.pins M7350v1_en_gpl 2024-09-09 08:52:07 +00:00
debug.c M7350v1_en_gpl 2024-09-09 08:52:07 +00:00
emac_dev.c M7350v1_en_gpl 2024-09-09 08:52:07 +00:00
init_clock_48mhz.S M7350v1_en_gpl 2024-09-09 08:52:07 +00:00
init_clock.S M7350v1_en_gpl 2024-09-09 08:52:07 +00:00
interrupts.c M7350v1_en_gpl 2024-09-09 08:52:07 +00:00
mkboard.py M7350v1_en_gpl 2024-09-09 08:52:07 +00:00
mux.c M7350v1_en_gpl 2024-09-09 08:52:07 +00:00
platform_early.S M7350v1_en_gpl 2024-09-09 08:52:07 +00:00
platform.c M7350v1_en_gpl 2024-09-09 08:52:07 +00:00
README M7350v1_en_gpl 2024-09-09 08:52:07 +00:00
rules.mk M7350v1_en_gpl 2024-09-09 08:52:07 +00:00
timer.c M7350v1_en_gpl 2024-09-09 08:52:07 +00:00

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?