Re: RTEMS Block Driver Execution Flow

2018-05-18 Thread Chris Johns
On 19/5/18 9:45 am, Joel Sherrill wrote: > I am starting to write a block driver which doesn't have a media matching > any of the existing ones. I was trying to get a feel for the flow of > operations > and having trouble figuring it out. flashdisk looks to be a good guide except  > it is using rt

RTEMS Block Driver Execution Flow

2018-05-18 Thread Joel Sherrill
Hi I am starting to write a block driver which doesn't have a media matching any of the existing ones. I was trying to get a feel for the flow of operations and having trouble figuring it out. flashdisk looks to be a good guide except it is using rtems_disk_create_phys() which #3358 marks as depre