summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/beagle/gpio (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-19arm: Fixed typo in file bbb-gpio.cpunitvara1-1/+1
This patch fixes typo "moode". Signed-off: Punit Vara <punitvara@gmail.com>
2015-12-16Beaglebone Black: Fix rtems_gpio_bsp_disable_interrupt disabling all the ↵Martin Galvan1-1/+1
GPIO interrupts Currently, rtems_gpio_bsp_disable_interrupt disables the interrupts for all the pins, not just the one that actually caused the interrupt. This patch fixes that issue. Closes #2497.
2015-11-03Leftover gpio function renameBen Gras1-3/+3
Rename rtems_bsp_select_specific_io to rtems_gpio_bsp_select_specific_io. Should've gone with 5c337d7. Fixes #2456.
2015-10-21Fixes GPIO APIs Naming Convention and CommentsSudarshan Rajagopalan1-4/+4
Closes #2435.
2015-08-18Beagle: GPIO support (for BBB)Ketul Shah1-0/+564
GPIO Driver Development for BeagleBone Black based on the generic GPIO API