blob: 1c233de1d93005dd7cba8752dab14d29dbeb2aab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
########################################################################
# Firmware for USRP devices
########################################################################
fx2/
Description: firmware for FX2 device
Devices: USRP1 and B100
Tools: sdcc, cmake
Build Instructions:
1) mkdir <build directory>
2) cd <build directory>
3) cmake <source directory>
4) make
zpu/
Description: firmware for soft CPU in FPGA
Devices: USRP2 and N Series
Tools: zpu-gcc, cmake
Build Instructions:
1) mkdir <build directory>
2) cd <build directory>
3) cmake <source directory>
4) make
|