MansOS Testing

From DiLab
Revision as of 20:01, 12 November 2008 by Leo (talk | contribs) (New page: There are debugging and testing features being built in the MansOS operating system. For example: * PRINT, PRINTLN and PRINTF macros that output the information to the serial, radio, or ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

There are debugging and testing features being built in the MansOS operating system. For example:

  • PRINT, PRINTLN and PRINTF macros that output the information to the serial, radio, or other communication link depending on the application configuration (choice of the included print_*.h header file).
  • Remote device query and modification using SMP - sensor management protocol.
  • On the fly update of the flash program memory.
  • Support for partial or full memory dump.


...and others to be developed