-
Notifications
You must be signed in to change notification settings - Fork 522
Closed
Description
Original author: [email protected] (April 08, 2011 10:09:13)
What steps will reproduce the problem?
- apps that use ppp protocol such as 'tos/lib/ppp/tests/Ipv6' can't compile on atm128-based platforms(mica-serial,iris), due to the lack of AlarmMilli32C/CounterMilli32C/PlatformLedC/avr_stdio.h.
- On avr-based platforms, the mote resets when printf() is called, because the putchar() function in PppPrintfP only works for msp430.
What version of the product are you using? On what operating system?
tinyos-main svn r5536, IRIS platform, Linux
Please provide any additional information below.
I attached the patch which makes ppp works on IRIS as I tested, hope to solve the problem.
Original issue: http://code.google.com/p/tinyos-main/issues/detail?id=29