Difference between revisions of "MansOS Testing"

From DiLab
Jump to: navigation, search
(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 ...)
 
(No difference)

Latest revision as of 20:01, 12 November 2008

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