Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finished GPS driver, more or less. | Nick Foster | 2010-08-16 | 1 | -8/+9 |
| | | | | 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 Foster | 2010-08-13 | 1 | -2/+2 |
| | |||||
* | Small fix for fngets | Nick Foster | 2010-08-13 | 1 | -2/+2 |
| | |||||
* | Increased UART timeout for slow Jackson Labs GPSDO. Fixed up timeout code. | Nick Foster | 2010-08-13 | 1 | -0/+1 |
| | |||||
* | Added timeout functionality for UART gets() calls. use fngets_timeout(). ↵ | Nick Foster | 2010-08-13 | 1 | -0/+9 |
| | | | | timeout defined in hal_uart.h. | ||||
* | Fixed GPS UART stuff. Works OK. | Nick Foster | 2010-08-12 | 1 | -4/+2 |
| | |||||
* | Added UART transactions to the DUDE/BRO protocol. | Nick Foster | 2010-08-12 | 1 | -0/+21 |
| | |||||
* | Working support for multiple UARTs. | Nick Foster | 2010-08-12 | 1 | -15/+51 |
| | | | | | | | 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 | -7/+7 |
| | |||||
* | New branch with firmware dir from USRP2P branch. | Nick Foster | 2010-07-26 | 1 | -0/+10 |
| | |||||
* | removed some unused things like gpio from microblaze code | Josh Blum | 2010-04-28 | 1 | -128/+0 |
| | |||||
* | Copied a snapshot of the usrp2 firmware into the microblaze firmware ↵ | Josh Blum | 2010-02-10 | 1 | -0/+323 |
directory in the uhd repo. Added erllc copyrights to the files created and modified at erllc. |