summaryrefslogtreecommitdiff
path: root/include/gpio.h
AgeCommit message (Expand)Author
2017-02-06gpio: Clarify APIMarcus Shawcroft
2017-01-25gpio: Merge the OPEN_DRAIN interface with the DRIVE_STRENGTH interface.Marcus Shawcroft
2017-01-25gpio: Support drive strength configuration.Marcus Shawcroft
2017-01-23gpio/stm32: provide GPIO driver implementation for STM32F3X familyAdam Podogrocki
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
2017-01-03gpio: Fix spelling mistake.Marcus Shawcroft
2016-11-22gpio: Add doxygen markup for internal only definitions.Marcus Shawcroft
2016-11-22gpio: Document public API return codes.Marcus Shawcroft
2016-11-03gpio_qmsi: Add get_pending_int APIJulien Delayen
2016-10-24drivers/gpio: Make references to driver_api constMarcus Shawcroft
2016-09-17trivial: fixed typosAnas Nashif
2016-09-14gpio: Remove obsolete API 1.0 callback mechanismTomasz Bursztyka
2016-06-22gpio: add device config helpersVlad Dogaru
2016-06-16doc: fix "WARNING: Error in type declaration." in callback typedefsInaky Perez-Gonzalez
2016-06-16doc: fix warnings "Error when parsing function declaration." due to __deprecatedInaky Perez-Gonzalez
2016-05-01gpio: fix typo in function documentationAnas Nashif
2016-04-25gpio: Deprecate API 1.0 callback functionTomasz Bursztyka
2016-04-22gpio: Improve the public API to handle multi callbacksTomasz Bursztyka
2016-03-26power_mgmt: Add device power management supportRamesh Thomas
2016-02-18gpio: clarify API docDaniel Leung
2016-02-11doc: Edit the GPIO driver APIsRodrigo Caballero
2016-02-05gpio: allow pins to be enabled/disabledDaniel Leung
2016-02-05doxygen: define groups for driversAnas Nashif
2016-02-05Change BSD-3 licenses to Apache 2Javier B Perez Hernandez
2016-02-05gpio: add polarity and pull up/down config flagsDaniel Leung
2016-02-05gpio: change inline functions to static inlineDaniel Leung
2016-02-05gpio: Fix function signature for gpio_set_callback()Dirk Brandewie
2016-02-05doxygen: javadoc styleAnas Nashif
2016-02-05gpio: Add header for gpio API functionsDirk Brandewie