aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/usrp3/n230
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Update coding style to use lowercase commandsMartin Braun2018-11-141-1/+1
| | | | | | | | | | | | | | | | | Also updates our coding style file. Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. Run the following shell code (with GNU compliant sed): cmake --help-command-list | grep -v "cmake version" | while read c; do echo 's/\b'"$(echo $c | tr '[:lower:]' '[:upper:]')"'\(\s*\)(/'"$c"'\1(/g' done > convert.sed \ && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' \ '*CMakeLists.txt' | xargs -0 gsed -i -f convert.sed && rm convert.sed (Make sure the backslashes don't get mangled!)
* Firmware: fix failures due to fw_comm_protocol.h pathPaul David2017-03-223-2/+112
|
* n230: fixed header locationNicholas Corgan2016-01-155-128/+4
|
* n230: Made link state detection more accurateAshish Chaudhari2016-01-131-3/+11
|
* usrp3,n230: Moved all shared FW-Host headers to the host dirAshish Chaudhari2016-01-087-273/+9
|
* n230: Added hardware compatibility version checks to UHDAshish Chaudhari2016-01-082-2/+8
|
* n230: Added N230 device supportAshish Chaudhari2016-01-052-26/+15
|
* n230: Ethernet activity LED is now functionalAshish Chaudhari2016-01-054-11/+30
|
* n230: Added missing FW defsAshish Chaudhari2016-01-051-0/+2
|
* n230: Output interface ID in echo requestAshish Chaudhari2016-01-051-0/+1
|
* n230: Added dual-eth and link LED support to ZPU FWAshish Chaudhari2016-01-054-3/+87
|
* n230: Increased FW size to 8192Ashish Chaudhari2016-01-052-15/+11
| | | | - Updated to X300 bootloader
* n230: Initial checkin of firmware filesAshish Chaudhari2016-01-0512-0/+1914