[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
rtems 4.5.0 + filesystem
- Date: Mon, 04 Nov 2002 13:11:25 +0100
- From: oliver.wohlmuth at motorola.com (Oliver Wohlmuth)
- Subject: rtems 4.5.0 + filesystem
Hi all,
I'm working with rtems 4.5.0 and tried to integrate FAT filesystem support.
When trying to build the "libblock" library, I found that it expects OS calls
(e.g. CORE_mutex_Seize()) and headerfiles (e.g. for macro _IOWR) from the
rtems snapshots.
We are running rtems 4.5.0 on a custom HW, so before porting the BSP and CPU specific
code from rtems 4.5.0 to the latest snapshot, I would like to understand how stable
the current snapshort is. By stable I mean
- are OS calls likely to be changed ?
- will future rtems snapshots require BSP or CPU specific code to be reworked or
can I just copy in the code used in the previous snapshot ?
Thanks for you help,
Oliver