summaryrefslogtreecommitdiff
path: root/board/atmel/at91cap9adk/led.c
Commit message (Collapse)AuthorAgeLines
* ARM: remove broken "at91cap9adk" boardWolfgang Denk2011-09-04-43/+0
| | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Stelian Pop <stelian.pop@leadtechdesign.com>
* at91sam9/at91cap: move common led management to cpuJean-Christophe PLAGNIOL-VILLARD2009-03-22-40/+6
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Fix @ -> <at> substitutionStelian Pop2008-05-10-1/+1
| | | | | | | | | | | | When applying the AT91CAP9 patches upstream, something transformed the '@' character into the ' <at> ' sequence. The patch below restores the original form in all the places where it has been modified (the AT91CAP9 files, the AT91SAM9260 files which were copied from AT91CAP9, and a couple of other files where the ' <at> ' sequence was present). Signed-off-by: Stelian Pop <stelian@popies.net>
* Port AT91CAP9 to the new headersStelian Pop2008-04-01-23/+20
| | | | | | Adapt the existing AT91CAP9 code to the new headers and APIs. Signed-off-by: Stelian Pop <stelian@popies.net>
* AT91CAP9 support : move board files to Atmel vendor directory.Stelian Pop2008-02-14-0/+80
AT91CAP9 support : move at91cap9adk board files to Atmel vendor directory. Signed-off-by: Stelian Pop <stelian@popies.net>