-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #139 from xmos/release/v0.21.0-beta.0
Release/v0.21.0 beta.0
- Loading branch information
Showing
79 changed files
with
2,508 additions
and
463 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
56 changes: 52 additions & 4 deletions
56
doc/product_description/index.rst → doc/introduction/index.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
.. _sln_voice_ffd_power: | ||
|
||
######### | ||
power | ||
######### | ||
|
||
|
||
Overview | ||
======== | ||
|
||
This folder contains modules for lower power control and state reporting in the | ||
FFD application. | ||
|
||
|
||
Configuration Notes | ||
=================== | ||
|
||
The application monitors the VNR and produces low power events based on: | ||
|
||
- `appconfPOWER_VNR_THRESHOLD` | ||
- `appconfPOWER_LOW_ENERGY_THRESHOLD` | ||
- `appconfPOWER_HIGH_ENERGY_THRESHOLD` | ||
- `appconfPOWER_FULL_HOLD_DURATION` | ||
|
||
The first three configuration options above determine when to produce a | ||
`POWER_STATE_FULL` event. The last configuration option above determines when | ||
a timer period, on expiration, this timer will produce a `POWER_STATE_LOW` | ||
event. Additionally, when `POWER_STATE_FULL` events occur, this timer is reset | ||
thus keeping the device is `POWER_STATE_FULL` or at least another | ||
`appconfPOWER_FULL_HOLD_DURATION` milliseconds. | ||
|
||
`appconfPOWER_FULL_HOLD_DURATION` should be configured to take into account | ||
`appconfINFERENCE_RESET_DELAY_MS` and any time required to produce | ||
(audible/visual) feedback; in this application, the SLEEP_WAV tone should be | ||
considered. | ||
|
||
`appconfLOW_POWER_ENABLED` enables/disables use of this low power functionality. | ||
|
||
When `appconfLOW_POWER_SWITCH_CLK_DIV_ENABLE` is enabled, | ||
`appconfLOW_POWER_SWITCH_CLK_DIV` should be set appropriately. Clock divider | ||
values that result in frequencies greater than or equal to 20MHz have been | ||
observed to work. | ||
|
||
Values for `appconfLOW_POWER_CONTROL_TILE_CLK_DIV` that result in frequencies | ||
greater than or equal to 200MHz have been observed to work. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.