Add GPIO config, interrupt registers, GPIO interrupt support, 'button' example

This commit is contained in:
Angus Gratton 2015-06-08 18:09:06 +10:00
parent 822533fd92
commit 0078252df3
7 changed files with 377 additions and 16 deletions

2
examples/button/Makefile Normal file
View file

@ -0,0 +1,2 @@
TARGET=button
include ../../common.mk