Skip to content

Add Low Power driver (Rework of PR 183) #255

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

Merged
merged 6 commits into from
May 25, 2018

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented May 23, 2018

This PR fully replace PR #283 (abandoned).

Hereafter, quick sumup of rework:

  • Fix build across all MCU
  • SYS_WKUP pins for all variants. List is generated in "PinNamesVar.h" thanks genpinmap script
    and included in the PinName enumeration if present to be generic. File is added to variant folder.
    Note: This file will be used for further update to add some other dedicated pins.
  • Wakeup from Serial is now fully functional without need to change all SystemClock_Config() and ensure clock configuration coherency and Serial for other L4 based boards than NUCLEO_L76RG is functional.

@fpistm fpistm changed the title (183 review Add Low Power driver (Rework of PR 183) May 23, 2018
@fpistm fpistm mentioned this pull request May 23, 2018
@fpistm fpistm self-assigned this May 23, 2018
@fpistm fpistm added enhancement New feature or request New feature labels May 23, 2018
fpr and others added 6 commits May 25, 2018 15:59
List is generated in "PinNamesVar.h" thanks genpinmap script
and included in the PinName enumeration

Signed-off-by: Frederic.Pillon <[email protected]>
Some SYS_WKUP are not in the MCU xml file so it is sometime
required to update them manually in PinNamesVar.h
Refers to MCU datasheet.

Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
@fpistm fpistm merged commit 287f559 into stm32duino:master May 25, 2018
@fpistm fpistm deleted the pr183-review branch May 25, 2018 14:05
@fpistm fpistm added this to the 1.2.1/1.3.0 milestone May 28, 2018
benwaffle pushed a commit to benwaffle/Arduino_Core_STM32 that referenced this pull request Apr 10, 2019
Add Low Power driver (Rework of PR 183)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant