Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zpu: renamed the directory for the usrp2 fw to zpu to reflect the cpu type | Josh Blum | 2010-12-22 | 1 | -718/+0 |
| | |||||
* | Merge branch 'udp_ports' into next | Josh Blum | 2010-12-22 | 1 | -1/+11 |
|\ | | | | | | | | | | | | | | | Conflicts: firmware/microblaze/apps/txrx_uhd.c host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_impl.cpp host/lib/usrp/usrp2/usrp2_impl.hpp | ||||
| * | udp_ports: set the source and destination ports | Josh Blum | 2010-12-17 | 1 | -2/+5 |
| | | |||||
| * | usrp2: added support in fw for setting dsp0 and err0 ports with protocol ↵ | Josh Blum | 2010-12-15 | 1 | -1/+8 |
| | | | | | | | | framer changes | ||||
* | | usrp-n2xx: corrected memory map weirdness, disable verbose in net common | Josh Blum | 2010-12-22 | 1 | -7/+3 |
| | | |||||
* | | ZPU: bootloader for 210 mods | Nick Foster | 2010-12-15 | 1 | -0/+2 |
| | | |||||
* | | usrp-n2xx: moved perifs out of 0-16k to +20k to not intersect with a virtual ↵ | Josh Blum | 2010-12-15 | 1 | -47/+15 |
| | | | | | | | | cpu address space | ||||
* | | packet_router: added control register to set the udp control port | Josh Blum | 2010-12-11 | 1 | -1/+2 |
| | | |||||
* | | packet_router: added cpu input and output control registers, modified ↵ | Josh Blum | 2010-12-11 | 1 | -1/+3 |
| | | | | | | | | control code | ||||
* | | packet_router: added sregs for ip addr and ports | Josh Blum | 2010-12-11 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | the pkt control now programs the inspector with port and ip addr set the eth mac to pass all unicast added easy debug flag to net common | ||||
* | | usrp2: remove non-relevant buffer pool things from memory map | Josh Blum | 2010-12-11 | 1 | -4/+2 |
| | | |||||
* | | usrp2: removed buffer pool macros and constants from memory map | Josh Blum | 2010-12-11 | 1 | -108/+0 |
|/ | |||||
* | Firmware mem map changes for flow ctrl somehow didn't get propagated. | Nick Foster | 2010-11-18 | 1 | -0/+4 |
| | | | | Also removed firmware update fw rev checking -- it occurs to me that checking fw rev in order to update fw is counterproductive. | ||||
* | Change to get codec_impl to compile, dur. | Nick Foster | 2010-08-25 | 1 | -2/+2 |
| | | | | Changed memory map to correspond to new tx_policy code. | ||||
* | Working support for multiple UARTs. | Nick Foster | 2010-08-12 | 1 | -4/+2 |
| | | | | | | | Default behavior (printf, gets, etc.) routes to DEFAULT_UART, set in hal_uart.h. Use fputstr() to print to other UARTs. Bring fgets() from hal_io.c out in hal_io.h if you want to read data from other UARTs. Still blocking. No interrupt-driven stuff yet. | ||||
* | Branch to make use of quad UART on USRP2P. | Nick Foster | 2010-08-11 | 1 | -1/+4 |
| | |||||
* | Clock bugs, LED order. | Nick Foster | 2010-07-29 | 1 | -6/+10 |
| | | | | | | | | | | Figured out cold-start problem with Matt's help -- the DCM wasn't being reset. This also explains why USRP2 didn't like it when clocks_mimo_config was omitted -- it was sneakily resetting the DCM while enabling/disabling ref outputs. Also re-did USRP2P LED order and genericized the LED settings so LED_D is LED_D for both USRP2 and USRP2P. | ||||
* | New branch with firmware dir from USRP2P branch. | Nick Foster | 2010-07-26 | 1 | -0/+838 |