aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/microblaze/usrp2p/memory_map.h
Commit message (Collapse)AuthorAgeFilesLines
* Firmware mem map changes for flow ctrl somehow didn't get propagated.Nick Foster2010-11-181-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 Foster2010-08-251-2/+2
| | | | Changed memory map to correspond to new tx_policy code.
* Working support for multiple UARTs.Nick Foster2010-08-121-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 Foster2010-08-111-1/+4
|
* Clock bugs, LED order.Nick Foster2010-07-291-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 Foster2010-07-261-0/+838