Add eeprom driver and command loop
authorKeith Packard <keithp@keithp.com>
Tue, 14 Apr 2009 21:21:56 +0000 (14:21 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 14 Apr 2009 21:21:56 +0000 (14:21 -0700)
commitac99982b10fd5772218660137ee21db9b90cd885
treeba63d3de2d647a7d159a2f3fe1cc7676125c0702
parentfbd8f4aff5058f4d371596b04715b7cb6d38e729
Add eeprom driver and command loop

This involved adding dma control and a mutex implementation.

Signed-off-by: Keith Packard <keithp@keithp.com>
25lc1024.h [new file with mode: 0644]
Makefile
ao.h
ao_cmd.c [new file with mode: 0644]
ao_dma.c [new file with mode: 0644]
ao_ee.c [new file with mode: 0644]
ao_main.c
ao_mutex.c [new file with mode: 0644]
ao_task.c