Difference between revisions of "MansOS Ref"
(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 |
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_Bit_utils | Bit utilities]] |
* [[MansOS_Bit_utils | Bit utilities]] |
||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
===Resources=== |
|||
These are HIL level functions |
|||
* '''[[MansOS_ADC | ADC]]''' - Analog to digital converters |
|||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
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 15: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
- ADC - Analog to digital converters
- Alarms, also sometimes called timers
- Flash storage (usually external to MCU)
- GPIO - general purpose IO pins and ports
- LEDs - for signalling status and user interface
- Radio interface
- Sleep functions
- USART and serial port access
Sensors
These are HIL level functions for certain sensors often found in embedded sensor nodes