aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/microblaze/lib/hal_uart.c
Commit message (Collapse)AuthorAgeFilesLines
* zpu: renamed the directory for the usrp2 fw to zpu to reflect the cpu typeJosh Blum2010-12-221-120/+0
|
* usrp-n: created cmake/zpu build for firmwareJosh Blum2010-12-121-1/+1
|
* Finished GPS driver, more or less.Nick Foster2010-08-161-1/+1
| | | | Should detect any 115kbaud GPS on the serial port, as long as it outputs GPRMC packets. Tweaked the serial driver for a stupid off-by-one mistake.
* Fixed behavior when no GPS present.Nick Foster2010-08-131-2/+1
|
* Increased UART timeout for slow Jackson Labs GPSDO. Fixed up timeout code.Nick Foster2010-08-131-1/+1
|
* Added timeout functionality for UART gets() calls. use fngets_timeout(). ↵Nick Foster2010-08-131-0/+11
| | | | timeout defined in hal_uart.h.
* first stab at a GPS driver in gps_ctrl.cpp. not the most expandable thing in ↵Nick Foster2010-08-131-0/+7
| | | | the world but there's only so many GPS interfaces out there.
* Fixed GPS UART stuff. Works OK.Nick Foster2010-08-121-1/+1
|
* Added UART transactions to the DUDE/BRO protocol.Nick Foster2010-08-121-1/+1
|
* Working support for multiple UARTs.Nick Foster2010-08-121-47/+42
| | | | | | | 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-13/+35
|
* New branch with firmware dir from USRP2P branch.Nick Foster2010-07-261-2/+11
|
* Copied a snapshot of the usrp2 firmware into the microblaze firmware ↵Josh Blum2010-02-101-0/+77
directory in the uhd repo. Added erllc copyrights to the files created and modified at erllc.