Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: Update coding style to use lowercase commands | Martin Braun | 2018-11-14 | 1 | -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 path | Paul David | 2017-03-22 | 3 | -2/+112 |
| | |||||
* | n230: fixed header location | Nicholas Corgan | 2016-01-15 | 5 | -128/+4 |
| | |||||
* | n230: Made link state detection more accurate | Ashish Chaudhari | 2016-01-13 | 1 | -3/+11 |
| | |||||
* | usrp3,n230: Moved all shared FW-Host headers to the host dir | Ashish Chaudhari | 2016-01-08 | 7 | -273/+9 |
| | |||||
* | n230: Added hardware compatibility version checks to UHD | Ashish Chaudhari | 2016-01-08 | 2 | -2/+8 |
| | |||||
* | n230: Added N230 device support | Ashish Chaudhari | 2016-01-05 | 2 | -26/+15 |
| | |||||
* | n230: Ethernet activity LED is now functional | Ashish Chaudhari | 2016-01-05 | 4 | -11/+30 |
| | |||||
* | n230: Added missing FW defs | Ashish Chaudhari | 2016-01-05 | 1 | -0/+2 |
| | |||||
* | n230: Output interface ID in echo request | Ashish Chaudhari | 2016-01-05 | 1 | -0/+1 |
| | |||||
* | n230: Added dual-eth and link LED support to ZPU FW | Ashish Chaudhari | 2016-01-05 | 4 | -3/+87 |
| | |||||
* | n230: Increased FW size to 8192 | Ashish Chaudhari | 2016-01-05 | 2 | -15/+11 |
| | | | | - Updated to X300 bootloader | ||||
* | n230: Initial checkin of firmware files | Ashish Chaudhari | 2016-01-05 | 12 | -0/+1914 |