Skip to content

Commit

Permalink
Merge pull request #52 from biot/odroid
Browse files Browse the repository at this point in the history
ODROID-C2 board file
  • Loading branch information
jackmitch committed Apr 27, 2016
2 parents 39df76f + 39f2449 commit 108c2b2
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,6 +7,7 @@ arm-oe-linux-gnueabi-libtool
autom4te.cache/
bindings/python/gpio.py
compile
config/
config.guess
config.log
config.status
Expand Down
1 change: 0 additions & 1 deletion config/m4/.gitignore

This file was deleted.

30 changes: 30 additions & 0 deletions contrib/board_files/odroid_c2.conf
@@ -0,0 +1,30 @@
[board]
model = Hardkernel ODROID-C2
# http://odroid.com/dokuwiki/doku.php?id=en:c2_hardware

[GPIO]
J2_3 = 205
J2_5 = 206
J2_7 = 249
J2_8 = 240
J2_10 = 241
J2_11 = 247
J2_12 = 238
J2_13 = 239
J2_15 = 237
J2_16 = 236
J2_18 = 233
J2_19 = 235
J2_21 = 232
J2_22 = 231
J2_23 = 230
J2_24 = 229
J2_26 = 225
J2_27 = 207
J2_28 = 208
J2_29 = 228
J2_31 = 219
J2_32 = 224
J2_33 = 234
J2_35 = 214
J2_36 = 218
1 change: 1 addition & 0 deletions lib/conffile.c
Expand Up @@ -5,6 +5,7 @@
#include <stdlib.h>
#include <string.h>

#include "libsoc_debug.h"
#include "libsoc_conffile.h"

static char *
Expand Down

0 comments on commit 108c2b2

Please sign in to comment.