Mercurial > ecos
comparison packages/devs/can/loop/current/doc/synth_test.ecm @ 2421:51899a482fdd
* doc/synth_test.ecm: Import file for running the tests on synth.
* tests/can_callback.c: Added test of CAN callback on event
* cdl/can_loop.cdl: Added can_callback.c into tests list
| author | asl |
|---|---|
| date | Fri, 24 Aug 2007 13:44:56 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 2420:113240d85246 | 2421:51899a482fdd |
|---|---|
| 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 eCos { | |
| 11 description "" ; | |
| 12 hardware linux ; | |
| 13 template default ; | |
| 14 package -hardware CYGPKG_HAL_SYNTH current ; | |
| 15 package -hardware CYGPKG_HAL_SYNTH_I386 current ; | |
| 16 package -hardware CYGPKG_DEVS_FLASH_SYNTH current ; | |
| 17 package -hardware CYGPKG_DEVS_ETH_ECOSYNTH current ; | |
| 18 package -hardware CYGPKG_DEVS_WATCHDOG_SYNTH current ; | |
| 19 package -hardware CYGPKG_DEVS_WALLCLOCK_SYNTH current ; | |
| 20 package -template CYGPKG_HAL current ; | |
| 21 package -template CYGPKG_IO current ; | |
| 22 package -template CYGPKG_IO_SERIAL current ; | |
| 23 package -template CYGPKG_INFRA current ; | |
| 24 package -template CYGPKG_KERNEL current ; | |
| 25 package -template CYGPKG_MEMALLOC current ; | |
| 26 package -template CYGPKG_ISOINFRA current ; | |
| 27 package -template CYGPKG_LIBC current ; | |
| 28 package -template CYGPKG_LIBC_I18N current ; | |
| 29 package -template CYGPKG_LIBC_SETJMP current ; | |
| 30 package -template CYGPKG_LIBC_SIGNALS current ; | |
| 31 package -template CYGPKG_LIBC_STARTUP current ; | |
| 32 package -template CYGPKG_LIBC_STDIO current ; | |
| 33 package -template CYGPKG_LIBC_STDLIB current ; | |
| 34 package -template CYGPKG_LIBC_STRING current ; | |
| 35 package -template CYGPKG_LIBC_TIME current ; | |
| 36 package -template CYGPKG_LIBM current ; | |
| 37 package -template CYGPKG_IO_WALLCLOCK current ; | |
| 38 package -template CYGPKG_ERROR current ; | |
| 39 package CYGPKG_IO_CAN current ; | |
| 40 package CYGPKG_DEVS_CAN_LOOP current ; | |
| 41 }; | |
| 42 | |
| 43 cdl_component CYGPKG_DEVS_CAN_LOOP_CAN0 { | |
| 44 user_value 1 | |
| 45 }; | |
| 46 | |
| 47 cdl_component CYGPKG_DEVS_CAN_LOOP_CAN1 { | |
| 48 user_value 1 | |
| 49 }; | |
| 50 | |
| 51 cdl_option CYGOPT_IO_CAN_TX_EVENT_SUPPORT { | |
| 52 user_value 1 | |
| 53 }; | |
| 54 | |
| 55 cdl_option CYGOPT_IO_CAN_SUPPORT_NONBLOCKING { | |
| 56 user_value 1 | |
| 57 }; | |
| 58 | |
| 59 cdl_option CYGOPT_IO_CAN_SUPPORT_CALLBACK { | |
| 60 user_value 1 | |
| 61 }; | |
| 62 | |
| 63 cdl_component CYGOPT_IO_CAN_SUPPORT_TIMEOUTS { | |
| 64 user_value 1 | |
| 65 }; | |
| 66 |
