summaryrefslogtreecommitdiffstats
path: root/target/device/Atmel/atstk100x/target_skeleton
Commit message (Collapse)AuthorAgeFilesLines
* skeleton: fix atstk1005, ststk100x and atngw100 for POSIX complianceYann E. MORIN2010-09-301-3/+3
| | | | | | | | Using two '=' for string comparison is a bashism. Revert to using one, as stated in POSIX 1003.1-2008. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Atmel/atstk100*: make /etc/mtab a symlink to /proc/mountsPeter Korsgaard2010-07-181-0/+0
| | | | | | | | Closes #2233 To match the other skeletons. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target/device/Atmel: add /sys to target skeletonsPeter Korsgaard2008-10-181-0/+0
| | | | Reported by John Schimandle
* This patch renames the Atmel atstk1002 target board to a more generic ↵John Voltz2008-04-2456-0/+4334
atstk100x name. This to make it easier to add support for other CPU-boards than atstk1002. Submitted by Hans-Christian Egtvedt