gumstix utils: add char-driver, gpio-event, i2c and microwindows
authorKoen Kooi <koen@openembedded.org>
Sat, 10 Jan 2009 09:44:13 +0000 (10:44 +0100)
committerKoen Kooi <koen@openembedded.org>
Sat, 10 Jan 2009 09:44:13 +0000 (10:44 +0100)
commitd076ad3dbeac4bf7a58a335348c1560dd23799a7
treef402fe30741bb8ea76d0f411a1179c6ac937be76
parent06af67f2e653d6b0d45117f9aaad0b25db1eaa67
gumstix utils: add char-driver, gpio-event, i2c and microwindows
45 files changed:
packages/char-driver/char-driver.bb [new file with mode: 0644]
packages/char-driver/char-driver/makefile.patch [new file with mode: 0644]
packages/char-driver/char-driver/sysctl.patch [new file with mode: 0644]
packages/gpio-event/gpio-event.bb [new file with mode: 0644]
packages/gpio-event/gpio-event/makefile.patch [new file with mode: 0644]
packages/i2c/files/Config.h [new file with mode: 0644]
packages/i2c/files/Crc8.c [new file with mode: 0644]
packages/i2c/files/Crc8.h [new file with mode: 0644]
packages/i2c/files/DumpMem.c [new file with mode: 0644]
packages/i2c/files/DumpMem.h [new file with mode: 0644]
packages/i2c/files/Log.c [new file with mode: 0644]
packages/i2c/files/Log.h [new file with mode: 0644]
packages/i2c/files/i2c-api.c [new file with mode: 0644]
packages/i2c/files/i2c-api.h [new file with mode: 0644]
packages/i2c/files/i2c-dev.h [new file with mode: 0644]
packages/i2c/files/i2c-io-api.h [new file with mode: 0644]
packages/i2c/files/i2c-io.h [new file with mode: 0644]
packages/i2c/files/i2c.c [new file with mode: 0644]
packages/i2c/files/i2c.h [new file with mode: 0644]
packages/i2c/files/i2c.init [new file with mode: 0755]
packages/i2c/i2c.bb [new file with mode: 0644]
packages/microwindows/files/defconfig [new file with mode: 0644]
packages/microwindows/files/makefilerules.patch [new file with mode: 0644]
packages/microwindows/files/nochown.patch [new file with mode: 0644]
packages/microwindows/files/pagesize.patch [new file with mode: 0644]
packages/microwindows/files/staticwin.patch [new file with mode: 0644]
packages/microwindows/files/varargs.patch [new file with mode: 0644]
packages/microwindows/microwindows-snapshot.bb [new file with mode: 0644]
packages/microwindows/microwindows.inc [new file with mode: 0644]
packages/microwindows/microwindows_0.90.bb
packages/microwindows/microwindows_0.91.bb [new file with mode: 0644]
packages/microwindows/nxlib_0.45.bb [new file with mode: 0644]
packages/robostix-module/files/Makefile [new file with mode: 0644]
packages/robostix-module/files/robostix.c [new file with mode: 0644]
packages/robostix-module/files/robostix.h [new file with mode: 0644]
packages/robostix-module/files/robostix.init [new file with mode: 0755]
packages/robostix-module/robostix-module.bb [new file with mode: 0644]
packages/robostix-utils/robostix-cmdline.bb [new file with mode: 0644]
packages/robostix-utils/robostix-cmdline/robostix.c [new file with mode: 0644]
packages/robostix-utils/robostix-cmdline/robostix.h [new file with mode: 0644]
packages/robostix-utils/robostix-sertest.bb [new file with mode: 0644]
packages/robostix-utils/robostix-sertest/sertest.c [new file with mode: 0644]
packages/robostix/robostix.bb [new file with mode: 0644]
packages/robostix/robostix/gummake.patch [new file with mode: 0644]
packages/robostix/robostix/makefile-rules.patch [new file with mode: 0644]