Changeset 2502e26d in rtems
- Timestamp:
- 11/03/15 17:00:15 (8 years ago)
- Branches:
- 5, master
- Children:
- 370c09a1
- Parents:
- 08a807b0
- git-author:
- Ben Gras <beng@…> (11/03/15 17:00:15)
- git-committer:
- Ben Gras <ben@…> (11/03/15 17:02:26)
- Location:
- c/src/lib/libbsp/arm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/beagle/gpio/bbb-gpio.c
r08a807b0 r2502e26d 256 256 } 257 257 258 rtems_status_code rtems_ bsp_select_specific_io(258 rtems_status_code rtems_gpio_bsp_select_specific_io( 259 259 uint32_t bank, 260 260 uint32_t pin, … … 502 502 } 503 503 504 rtems_status_code rtems_ bsp_select_specific_io(504 rtems_status_code rtems_gpio_bsp_select_specific_io( 505 505 uint32_t bank, 506 506 uint32_t pin, -
c/src/lib/libbsp/arm/raspberrypi/gpio/rpi-gpio.c
r08a807b0 r2502e26d 120 120 } 121 121 122 rtems_status_code rtems_ bsp_select_specific_io(122 rtems_status_code rtems_gpio_bsp_select_specific_io( 123 123 uint32_t bank, 124 124 uint32_t pin,
Note: See TracChangeset
for help on using the changeset viewer.