K 10 svn:author V 7 dmarion K 8 svn:date V 27 2012-06-13T20:14:41.154036Z K 7 svn:log V 330 Few changes in AM335x/beaglebone padconf: - added padconf to gpio mapping functions - renamed pad states - added more padmux definitions With this changes gpioctl(8) can be used for controlling gpios. Following example toggles LED1 (bank 1 pin 21) on beaglebone: gpioctl -f /dev/gpioc0 -c 53 OUT gpioctl -f /dev/gpioc0 -t 53 END