UTIA EdkDSP platform
====================

For cross-compilation for UTIA EdkDSP platform copy following files into ./api
directory:

├── 00-pb-firmware
│   ├── dfu_fp01_1x1.h
│   └── dfu_fp01_1x1.psmo
└── 02-mb-petalinux
    ├── libbce_step3
    │   ├── bce_fp01_1x1_plbw.h
    │   ├── libbce_fp01_1x1.a
    │   ├── xbasic_types.h
    │   ├── xcope.h
    │   └── xstatus.h
    └── libwal
        ├── libwal.a
        ├── wal_bce_jk.h
        └── wal.h

Furthermore, apply ./api/02-mb-petalinux/libbce_step3/xcope.h.patch patch.

Now, you will need properly configured PicoBlaze and PetaLinux compiler for
library compilation. You can test it on example application in directory
./examples/simple with command:

make ARCH=microblaze
