#2435 closed enhancement (fixed)

gpio functions in bsp name improvement

Reported by: Ben Gras Owned by: Sudarshan Rajagopalan <sudarshan.rajagopalan@…>
Priority: normal Milestone: 4.11.1
Component: unspecified Version: 4.10
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

Fixes GPIO APIs Naming Convention and Comments.

Thanks to Sudarshan Rajagopalan <sudarshan.rajagopalan@…> for reporting this and the patch. Slightly revised patch will follow that auto-closes this bug.

This change renames these gpio-specific functions:

rtems_bsp_enable_interrupt
rtems_bsp_disable_interrupt
rtems_bsp_select_specific_io

to

rtems_gpio_bsp_enable_interrupt
rtems_gpio_bsp_disable_interrupt
rtems_gpio_bsp_select_specific_io

Attachments (1)

fix-2435.txt (6.1 KB) - added by Ben Gras on 10/21/15 at 15:35:46.

Download all attachments as: .zip

Change History (2)

Changed on 10/21/15 at 15:35:46 by Ben Gras

Attachment: fix-2435.txt added

comment:1 Changed on 10/21/15 at 15:38:19 by Sudarshan Rajagopalan <sudarshan.rajagopalan@…>

Owner: set to Sudarshan Rajagopalan <sudarshan.rajagopalan@…>
Resolution: fixed
Status: newclosed

In 5c337d7e37fe512c5780ac76bf6395d082c4bd4a/rtems:

Fixes GPIO APIs Naming Convention and Comments

Closes #2435.

Note: See TracTickets for help on using tickets.