Skip to content

PPP can't work on atm128-based platforms #32

@tinyos-issues

Description

@tinyos-issues

Original author: [email protected] (April 08, 2011 10:09:13)

What steps will reproduce the problem?

  1. 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.
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions