DSP program for the Surfboard hardware (PCB to be open sourced) http://www.avbotz.com/ourauv/electrical/signal-processing/
Dependencies: MODDMA SimpleIOMacros mbed-dsp mbed
Revision 1:f69ec4c889ff, committed 2013-08-02
- Comitter:
- avbotz
- Date:
- Fri Aug 02 02:25:12 2013 +0000
- Parent:
- 0:2381a319fc35
- Commit message:
- Initial commit. Not working. MODDMA makes DMA setup slow, and the mbed SPI peripheral corrupts data sometimes. I will write my own SPI and DMA classes and see how it goes.
Changed in this revision
MODDMA.lib | Show annotated file Show diff for this revision Revisions of this file |
SimpleIOMacros.lib | Show annotated file Show diff for this revision Revisions of this file |
diff -r 2381a319fc35 -r f69ec4c889ff MODDMA.lib --- a/MODDMA.lib Fri Aug 02 02:23:36 2013 +0000 +++ b/MODDMA.lib Fri Aug 02 02:25:12 2013 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/AjK/code/MODDMA/#2aa6ffab5522 +http://mbed.org/users/avbotz/code/MODDMA/#2aa6ffab5522
diff -r 2381a319fc35 -r f69ec4c889ff SimpleIOMacros.lib --- a/SimpleIOMacros.lib Fri Aug 02 02:23:36 2013 +0000 +++ b/SimpleIOMacros.lib Fri Aug 02 02:25:12 2013 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/AjK/code/SimpleIOMacros/#2231ee4dc937 +http://mbed.org/users/avbotz/code/SimpleIOMacros/#2231ee4dc937