Mercurial > flash_v2
comparison packages/templates/default/current.ect @ 76:435cced73e2f ecos-v1_3_1-release
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
| author | jlarmour |
|---|---|
| date | Tue, 28 Mar 2000 14:10:45 +0000 |
| parents | |
| children | 2085233a121a |
comparison
equal
deleted
inserted
replaced
| 75:41bf073c0c32 | 76:435cced73e2f |
|---|---|
| 1 cdl_savefile_version 1; | |
| 2 cdl_savefile_command cdl_savefile_version {}; | |
| 3 cdl_savefile_command cdl_savefile_command {}; | |
| 4 cdl_savefile_command cdl_configuration { description hardware template package }; | |
| 5 cdl_savefile_command cdl_package { value_source user_value wizard_value inferred_value }; | |
| 6 cdl_savefile_command cdl_component { value_source user_value wizard_value inferred_value }; | |
| 7 cdl_savefile_command cdl_option { value_source user_value wizard_value inferred_value }; | |
| 8 cdl_savefile_command cdl_interface { value_source user_value wizard_value inferred_value }; | |
| 9 | |
| 10 cdl_configuration template_default { | |
| 11 description " | |
| 12 This is a default eCos configuration. It contains the infrastructure, | |
| 13 kernel, C and maths libraries, plus their support packages." ; | |
| 14 package CYGPKG_HAL current ; | |
| 15 package CYGPKG_IO current ; | |
| 16 package CYGPKG_INFRA current ; | |
| 17 package CYGPKG_KERNEL current ; | |
| 18 package CYGPKG_LIBC current ; | |
| 19 package CYGPKG_LIBM current ; | |
| 20 package CYGPKG_DEVICES_WALLCLOCK current ; | |
| 21 package CYGPKG_ERROR current ; | |
| 22 }; | |
| 23 | |
| 24 |
