Device driver registration

Chris Johns chrisj at rtems.org
Sun Oct 21 23:41:19 UTC 2007


hwulf at et-inf.fho-emden.de wrote:
> 
> when registering my own RTEMS device driver, do I have to create the  
> file name for my device before the call to rtems_io_register_name() or  
> does RTEMS create that file automatically for me when calling  
> rtems_io_register_name() ?
> 

The 'rtems_io_register_name()' will create the file system node for you. It 
will be a character device type node.

Regards
Chris




More information about the users mailing list