--- Quote Start ---
originally posted by ken@Nov 29 2004, 10:06 AM
if you're not interested in building a driver, then the hardware can be accessed from a regular linux application as it would be in a non-hal standalone application. --- Quote End ---
Let’s assume that I am not interested in the Linux driver, at least for now, and want to access my HW from uClinux application (which should be far easier for a hardware guy like me). This is not a problem from within a standalone non-HAL application: there are IOWR and IORD macros to use, but are there any equivalents of these in the uClinux environment?