Mercurial > flash_v2
comparison packages/NEWS @ 12:4cc3eff958ab ecos-sw-1999-06-04
Merge from eCos master repository on 1999-06-04-22:24:56-BST
| author | jlarmour |
|---|---|
| date | Fri, 04 Jun 1999 15:08:16 +0000 |
| parents | |
| children | 4f2df4ab82c8 |
comparison
equal
deleted
inserted
replaced
| 11:0efcb019050f | 12:4cc3eff958ab |
|---|---|
| 1 * Will be new in eCos 1.3 | |
| 2 | |
| 3 ** Target side platforms | |
| 4 | |
| 5 *** These are the eCos 1.2.1 platforms... | |
| 6 | |
| 7 **** ARM: | |
| 8 ARM7TDMI - ARM PID7T board | |
| 9 Sharp LH77790 (ARM7DI core) - ARM AEB-1 board | |
| 10 | |
| 11 **** Fujitsu SPARClite: | |
| 12 MB86831, MB86832, MB86833 - Fujitsu MB86800-MA01 board | |
| 13 SIS - SPARClite simulator | |
| 14 | |
| 15 **** Matsushita MN10300: | |
| 16 MN103002 - standard evaluation board | |
| 17 MN103002 - standard evaluation board simulator | |
| 18 | |
| 19 **** Toshiba TX39 (MIPS R3900 derivative): | |
| 20 TX39 - JMR3904 evaluation board | |
| 21 TX39 - JMR3904 evaluation board simulator | |
| 22 | |
| 23 **** MPC800 PowerPC: | |
| 24 MPC823 - Cogent CMA287-23 | |
| 25 MPC850 - Cogent CMA287-50 | |
| 26 MPC860 - Cogent CMA286-60 | |
| 27 MPC860 - MPC8xxFADS (NB unsupported by Cygnus, | |
| 28 contributed by Kevin Hester) | |
| 29 MPC823, MPC850, MPC860 - PSIM simulator | |
| 30 | |
| 31 **** i386/Linux synthetic target | |
| 32 | |
| 33 *** The following are the new target platforms... | |
| 34 | |
| 35 | |
| 36 | |
| 37 | |
| 38 ** Host side platforms | |
| 39 | |
| 40 *** These are the eCos 1.2.1 platforms.... | |
| 41 **** Redhat Linux 4.2 and later | |
| 42 **** Solaris 2.5.1 and later | |
| 43 **** Windows NT 4.0SP3 and later | |
| 44 **** Windows 95/98 (Beta) | |
| 45 | |
| 46 *** These are the new host platforms... | |
| 47 | |
| 48 **** FIXME | |
| 49 | |
| 50 ** Host tool features | |
| 51 | |
| 52 **** FIXME | |
| 53 | |
| 54 ** New toolchain features | |
| 55 | |
| 56 ** API additions (are there any?) | |
| 57 | |
| 58 *** FIXME | |
| 59 | |
| 60 ** API changes | |
| 61 | |
| 62 *** Kernel | |
| 63 | |
| 64 **** Debugging | |
| 65 The file <cyg/kernel/test/stackmon.h> defines some functions | |
| 66 that can be used to profile stack usage. | |
| 67 | |
| 68 **** KAPI | |
| 69 include/kapi.h (cyg_thread_delete): is now a boolean function to | |
| 70 indicate success. Failure is when the thread needs to run in | |
| 71 order to become killed. | |
| 72 | |
| 73 ** ISO C library | |
| 74 | |
| 75 ** HAL changes | |
| 76 | |
| 77 *** Common |
