Difference between revisions of "MansOS Ref"

From DiLab
Jump to: navigation, search
(New page: This document describes the basic HIL level functions organized by resources available to applications. This is also useful when porting to a new hardware platform, to check what has to b...)
 
Line 1: Line 1:
This document describes the basic HIL level functions organized by resources available to applications.
This document describes the basic functions organized by resources available to applications.
This is also useful when porting to a new hardware platform, to check what has to be implemented.
This is also useful when porting to a new hardware platform, to check what has to be implemented.


===Utilities===
* [[MansOS_ADC | ADC]]
These functions are implemented in the library section of the system
* [[MansOS_Alarm | Alarm]], also sometimes called times
* [[MansOS_Bit_utils | Bit utilities]]
* [[MansOS_Bit_utils | Bit utilities]]
* [[MansOS_Flash | Flash storage]] (usually external to MCU)
* [[MansOS_GPIO | GPIO]] - general purpose IO pins and ports
* [[MansOS_Leds | LEDs]] - for signalling status and user interface
* [[MansOS_Radio | Radio]] interface
* [[MansOS_Sleep | Sleep]] functions
* [[MansOS_USART | USART]] and serial port access



Sensors
===Resources===
These are HIL level functions
* '''[[MansOS_ADC | ADC]]''' - Analog to digital converters
* '''[[MansOS_Alarm | Alarms]]''', also sometimes called timers
* '''[[MansOS_Flash | Flash storage]]''' (usually external to MCU)
* '''[[MansOS_GPIO | GPIO]]''' - general purpose IO pins and ports
* '''[[MansOS_Leds | LEDs]]''' - for signalling status and user interface
* '''[[MansOS_Radio | Radio]]''' interface
* '''[[MansOS_Sleep | Sleep]]''' functions
* '''[[MansOS_USART | USART]]''' and serial port access


===Sensors===
These are HIL level functions for certain sensors often found in embedded sensor nodes

* [[MansOS_Light | Light]]
* [[MansOS_Light | Light]]
* [[MansOS_Humidity | Humidity]]
* [[MansOS_Humidity | Humidity]]

Revision as of 16:10, 27 August 2010

This document describes the basic functions organized by resources available to applications. This is also useful when porting to a new hardware platform, to check what has to be implemented.

Utilities

These functions are implemented in the library section of the system


Resources

These are HIL level functions


Sensors

These are HIL level functions for certain sensors often found in embedded sensor nodes