AT91: distinct CPU definitions for AT91SAM7X and AT91SAM7S family
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 27 Oct 2010 09:43:26 +0000 (09:43 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 27 Oct 2010 09:43:26 +0000 (09:43 +0000)
commit27b6bdaf73e1e61b8ab8760547b68929e7be8837
tree1181b2ce252c77dba364da6b8b54e06e2a5d44c2
parent8de4a97f20464fc0fe516a385513f6b56cf010bd
AT91: distinct CPU definitions for AT91SAM7X and AT91SAM7S family

Add distinct definitions for AT91SAM7X and AT91SAM7S families to allow
the definition of modules that are supported by one architecture and not
the other (e.g., the ethernet module).

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4472 38d2e660-2303-0410-9eaa-f027e97ec537
bertos/cpu/arm/info/AT91SAM7S128.cdef
bertos/cpu/arm/info/AT91SAM7S256.cdef
bertos/cpu/arm/info/AT91SAM7S512.cdef
bertos/cpu/arm/info/AT91SAM7S64.cdef
bertos/cpu/arm/info/AT91SAM7X128.cdef
bertos/cpu/arm/info/AT91SAM7X256.cdef
bertos/cpu/arm/info/AT91SAM7X512.cdef
bertos/cpu/arm/info/at91sam7s.common [new file with mode: 0644]
bertos/cpu/arm/info/at91sam7x.common [new file with mode: 0644]
bertos/drv/eth.h