Driver Programming

Well, i’m posting it here because i searched it in the forum and i didn’t find it, however, my english is very bad and i may not know the specific term =(

Well… The question is:

Drivers can only be programmed in C or Assembly?

Thanks

Drivers are called “modules”

PIC based MIOS: (see this directory) it doesn’t matter if you program them in C or assembly. I prefer assembly to achieve best performance on the PIC

MIOS32: (see this directory) only C to improve portability

Best Regards, Thorsten.