summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/beagle/gpio (follow)
Commit message (Collapse)AuthorAgeFilesLines
* arm: Fixed typo in file bbb-gpio.cpunitvara2016-02-191-1/+1
| | | | | | This patch fixes typo "moode". Signed-off: Punit Vara <punitvara@gmail.com>
* Beaglebone Black: Fix rtems_gpio_bsp_disable_interrupt disabling all the ↵Martin Galvan2015-12-161-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.
* Leftover gpio function renameBen Gras2015-11-031-3/+3
| | | | | | Rename rtems_bsp_select_specific_io to rtems_gpio_bsp_select_specific_io. Should've gone with 5c337d7. Fixes #2456.
* Fixes GPIO APIs Naming Convention and CommentsSudarshan Rajagopalan2015-10-211-4/+4
| | | | Closes #2435.
* Beagle: GPIO support (for BBB)Ketul Shah2015-08-181-0/+564
GPIO Driver Development for BeagleBone Black based on the generic GPIO API