I am newbie for the uclinux device drivers please guide me how to do this..
suppose I have connected a switch to one of the cortex m3 controller pin and whenever the switched is press the LED connected to other pin of controller as to light.
how to write the driver and registering of driver and how can access the driver from the user space...??
Please explain me with a simple example.