summaryrefslogtreecommitdiff
path: root/chip/nrf51/gpio.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Correct GPIO alternate function parameterVijay Hiremath2019-11-011-4/+7
* chip/nrf51/gpio.c: Actually check the flag (instead of == 0)Patrick Georgi2019-09-121-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* cleanup: GPIO: Use common macro for converting mask to GPIOShawn Nematbakhsh2015-07-191-3/+3
* gpio: Refactor IRQ handler pointer out of gpio_listAseda Aboagye2015-04-101-6/+9
* nrf51: Reset clean up.Myles Watson2015-03-021-3/+4
* nrf51: Add support for the interrupts in GPIOTE to gpio.cMyles Watson2014-12-311-2/+139
* hadoken: Update I/O configuration.Myles Watson2014-12-311-7/+73
* hadoken: initial commit.Louis Yung-Chieh Lo2014-07-291-0/+101