[
https://issues.apache.org/jira/browse/MYNEWT-313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15368501#comment-15368501
]
ASF subversion and git services commented on MYNEWT-313:
--------------------------------------------------------
Commit 9b008aa849eea2f6dae5f44cc1d523add450b887 in incubator-mynewt-core's
branch refs/heads/master from [~wes3]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-core.git;h=9b008aa
]
MYNEWT-313: Low power modifications
There were a number of changes with this commit:
1) Porting the nrf51 code which uses an RTC timer for the OS timer tick to
the nrf52. The nrf52 used to use a higher power timer for its os tick.
2) Changing OS_TICKS_PER_SEC on the nrf51 and nrf52 to 128 (from 1000).
3) Modified blinky as it was doing a os_time_delay(1000) instead of
os_time_delay(OS_TICKS_PER_SEC).
> Add Low Power Support and tie-it into drivers that are linked together in a
> device tree
> ---------------------------------------------------------------------------------------
>
> Key: MYNEWT-313
> URL: https://issues.apache.org/jira/browse/MYNEWT-313
> Project: Mynewt
> Issue Type: New Feature
> Components: BSP, HAL
> Reporter: Sterling Hughes
> Assignee: William San Filippo
> Fix For: v0_10_0
>
>
> Need to have drivers support turning on and off based on system power
> settings automatically.Also need someway to semantically look-up initialized
> drivers in the system.
> For this, a device tree is proposed, where drivers register with the system,
> and provide a device ID. This device ID is what the rest of the system uses
> to look up a specific device.
> The OS uses this device list to notify when the system goes into a low power
> state, and the various drivers handle putting the system into a low power
> state.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)