forked from stm32duino/Arduino_Core_STM32
-
Notifications
You must be signed in to change notification settings - Fork 0
Sync_180531 #1
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
Sync_180531 #1
Conversation
This file contains hidden or 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
Signed-off-by: Frederic.Pillon <[email protected]>
To disable use of I-Cache, define 'I_CACHE_DISABLED' To disable use of D-Cache, define 'D_CACHE_DISABLED' Signed-off-by: Frederic.Pillon <[email protected]>
day and mask pointers arguments of RTC_GetAlarm() could be NULL Fix unused variable warning Signed-off-by: Frederic.Pillon <[email protected]>
PLLM to 6 is not possible with PLLN set to 40. Fix USB clock to have 48MHz instead of MSI one Signed-off-by: Frederic.Pillon <[email protected]>
[Disco-L475VG] Fix SystemClock_Config
va_start & va_end was not defined To have them defined include wiring_private.h Fix #240 Signed-off-by: Frederic Pillon <[email protected]>
Update wiring_private.h to include stdarg.h
Signed-off-by: fpr <[email protected]>
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: fpr <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
Add Low Power driver (Rework of PR 183)
Issue and fix reported by @jmchiappa Fix #256 Signed-off-by: Frederic Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
Based and closes #238 Signed-off-by: EvArk <[email protected]>
Signed-off-by: Frederic Pillon <[email protected]>
HAL_RTCEx_EnableBypassShadow is only available for STM32L1 ULPH Signed-off-by: Frederic.Pillon <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated with Official version at 180531