diff options
author | Nick Foster <nick@nerdnetworks.org> | 2010-10-08 12:50:00 -0700 |
---|---|---|
committer | Nick Foster <nick@nerdnetworks.org> | 2010-10-08 12:50:00 -0700 |
commit | 7db726e9b45b972c8fcb0c1dc366919e11256cc1 (patch) | |
tree | c72611b070710783b8013071b3673659cb8242e0 /firmware/microblaze/apps | |
parent | 4ed75835c8c1b7b633223cd7ad11269e84c41701 (diff) | |
download | uhd-7db726e9b45b972c8fcb0c1dc366919e11256cc1.tar.gz uhd-7db726e9b45b972c8fcb0c1dc366919e11256cc1.tar.bz2 uhd-7db726e9b45b972c8fcb0c1dc366919e11256cc1.zip |
U2P: Bootloader works, successfully loads production image.
Split I2C into async and sync halves to keep the size of the bootloader small.
Diffstat (limited to 'firmware/microblaze/apps')
-rw-r--r-- | firmware/microblaze/apps/txrx_uhd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/microblaze/apps/txrx_uhd.c b/firmware/microblaze/apps/txrx_uhd.c index 44be2cc9c..482332f7c 100644 --- a/firmware/microblaze/apps/txrx_uhd.c +++ b/firmware/microblaze/apps/txrx_uhd.c @@ -42,6 +42,7 @@ #include <string.h> #include "clocks.h" #include "usrp2/fw_common.h" +#include <i2c_async.h> #include <i2c.h> #include <ethertype.h> #include <arp_cache.h> |