Mercurial > ecos
diff packages/hal/arm/pid/current/include/pkgconf/hal_arm_pid.h @ 56:755351606154 ecos-sw-1999-12-01
Merge from eCos master repository on 1999-12-01-18:03:05-GMT
| author | jlarmour |
|---|---|
| date | Wed, 01 Dec 1999 18:33:37 +0000 |
| parents | a0774359f013 |
| children | 6e51d764f8f1 |
line wrap: on
line diff
--- a/packages/hal/arm/pid/current/include/pkgconf/hal_arm_pid.h +++ b/packages/hal/arm/pid/current/include/pkgconf/hal_arm_pid.h @@ -65,6 +65,16 @@ The PID board comes with an ARM7 CPU as standard." } + cdl_option CYGHWR_HAL_ARM_PID_ARM7BE { + display "ARM PID evaluation board with ARM7 CPU (big-endian mode)" + parent CYGPKG_HAL_ARM_PID + platform pidBE + type radio + description " + The PID board comes with an ARM7 CPU which can be operated in big-endian + mode instead of little-endian mode." + } + cdl_option CYGHWR_HAL_ARM_PID_ARM9 { display "ARM PID evaluation board with ARM9 CPU" parent CYGPKG_HAL_ARM_PID
