-
- Downloads
Merge pull request #694 from g-oikonomou/contrib/gpio/with-ports
Extend the GPIO HAL to support a port/pin numbering scheme
Showing
- arch/cpu/cc2538/cc2538-def.h 3 additions, 1 deletionarch/cpu/cc2538/cc2538-def.h
- arch/cpu/cc2538/dev/gpio-hal-arch.c 10 additions, 9 deletionsarch/cpu/cc2538/dev/gpio-hal-arch.c
- arch/cpu/cc2538/dev/gpio-hal-arch.h 7 additions, 7 deletionsarch/cpu/cc2538/dev/gpio-hal-arch.h
- arch/cpu/cc26x0-cc13x0/cc13xx-cc26xx-def.h 3 additions, 3 deletionsarch/cpu/cc26x0-cc13x0/cc13xx-cc26xx-def.h
- arch/cpu/cc26x0-cc13x0/dev/gpio-hal-arch.c 4 additions, 4 deletionsarch/cpu/cc26x0-cc13x0/dev/gpio-hal-arch.c
- arch/cpu/cc26x0-cc13x0/dev/gpio-hal-arch.h 12 additions, 12 deletionsarch/cpu/cc26x0-cc13x0/dev/gpio-hal-arch.h
- arch/cpu/native/dev/gpio-hal-arch.c 15 additions, 14 deletionsarch/cpu/native/dev/gpio-hal-arch.c
- arch/cpu/native/native-def.h 2 additions, 1 deletionarch/cpu/native/native-def.h
- arch/cpu/simplelink-cc13xx-cc26xx/cc13xx-cc26xx-conf.h 0 additions, 9 deletionsarch/cpu/simplelink-cc13xx-cc26xx/cc13xx-cc26xx-conf.h
- arch/cpu/simplelink-cc13xx-cc26xx/cc13xx-cc26xx-def.h 5 additions, 0 deletionsarch/cpu/simplelink-cc13xx-cc26xx/cc13xx-cc26xx-def.h
- arch/cpu/simplelink-cc13xx-cc26xx/dev/gpio-hal-arch.c 6 additions, 6 deletionsarch/cpu/simplelink-cc13xx-cc26xx/dev/gpio-hal-arch.c
- arch/cpu/simplelink-cc13xx-cc26xx/dev/gpio-hal-arch.h 11 additions, 11 deletionsarch/cpu/simplelink-cc13xx-cc26xx/dev/gpio-hal-arch.h
- arch/dev/ext-flash/ext-flash.c 6 additions, 0 deletionsarch/dev/ext-flash/ext-flash.c
- arch/platform/simplelink/cc13xx-cc26xx/srf06/als-sensor.c 4 additions, 4 deletionsarch/platform/simplelink/cc13xx-cc26xx/srf06/als-sensor.c
- examples/dev/gpio-hal/README.md 10 additions, 1 deletionexamples/dev/gpio-hal/README.md
- examples/dev/gpio-hal/gpio-hal-example.c 36 additions, 27 deletionsexamples/dev/gpio-hal/gpio-hal-example.c
- os/dev/button-hal.c 15 additions, 5 deletionsos/dev/button-hal.c
- os/dev/button-hal.h 38 additions, 7 deletionsos/dev/button-hal.h
- os/dev/gpio-hal.c 39 additions, 4 deletionsos/dev/gpio-hal.c
- os/dev/gpio-hal.h 605 additions, 44 deletionsos/dev/gpio-hal.h
Loading
Please register or sign in to comment