Skip to content

[STM32F7xx] LowPowerTicker implementation #1825

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[DISCO_F746NG] Enable LowPowerTimer
Change-Id: I442ffb9c58bd160cbced3fe8aa8883ddf879262e
  • Loading branch information
BartSX committed May 30, 2016
commit d923a182b4f3ce7544c1dfc17c47ecfb1b9be3be
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@

#define DEVICE_SLEEP 1

#define DEVICE_LOWPOWERTIMER 1

//=======================================

#define DEVICE_SEMIHOST 0
Expand Down