Project

General

Profile

Statistics
| Revision:

root / branches / wireless / code / projects / unit_tests / test_wireless2.c @ 1792

History | View | Annotate | Download (14.1 KB)

# Date Author Comment
1792 04/19/2010 11:52 PM Ben Wasserman

Wireless: Updated library and test program. Library is now capable of sending and receiving basic packets, and low priority function groups in low reliability mode.

1788 04/19/2010 08:33 PM David Schultz

wireless: fixed test termination

1773 04/13/2010 08:03 PM Ben Wasserman

Wireless: updated library and test code for the new library.

1755 04/08/2010 10:17 PM David Schultz

wireless: update of wireless test

1754 04/08/2010 10:12 PM Ben Wasserman

Wireless: updated wireless_test2.c for continued testing progress.

1752 04/08/2010 09:32 PM David Schultz

changes to wireless test

1748 04/07/2010 07:42 PM David Schultz

wireless: get_basic works. made it all the way around the ring buffer.

1744 04/06/2010 02:47 AM Ben Wasserman

Wireless testing, made changes to wireless library (xbee.c, debugging changes only) and test_wireless2.c for continued wireless tests.

1707 03/29/2010 07:45 PM Ben Wasserman

Wireless: Updated test code.

1689 03/24/2010 07:53 PM David Schultz

wireless: TX works, basic buffer is full after first wl_get_basic() call

1683 03/22/2010 08:17 PM Ben Wasserman

Wireless: Adding code to debug the library.

1675 03/15/2010 09:02 PM Ben Wasserman

Wireless: Changes to wireless test program.

1663 03/01/2010 08:51 PM Ben Wasserman

Fixed test and library code so tests run, still debugging.

1658 03/01/2010 07:46 PM David Schultz

wireless: fixed debug statements and flash memory

1656 03/01/2010 07:37 PM Ben Wasserman

Debugged from last update.

1655 03/01/2010 07:32 PM Ben Wasserman

Put debug statements back in the code (instead of program space). Done by merging with version 1649, and just copying in the current new functions to send and receive.

1653 03/01/2010 07:12 PM Ben Wasserman

Added code to test_wireless2.c to actually test sending and receiving, and some ACK functionality.

1651 02/24/2010 06:28 PM David Schultz

wireless: reduced size by moving debug strings in xbee.c to flash memory. We now have 640 bytes left when compiling unit tests.

1650 02/22/2010 08:45 PM David Schultz

wireless: test_wireless2.c: moved debug strings to program space, so they all take up a total of 58 bytes. Still 300 bytes over the limit. Might have to separate the unit_tests such that only the currently running tests are compiled and linked.

1649 02/22/2010 07:45 PM Abraham Levkoy

Fixed return type of handlers.

1648 02/22/2010 07:41 PM David Schultz

wireless: test_wireless2.c updates

1647 02/22/2010 07:38 PM Abraham Levkoy

Made packet handlers have correct headers.

1646 02/22/2010 07:19 PM David Schultz

wireless: wireless2.c