- Notifications
You must be signed in to change notification settings - Fork1k
Update to latest F4, F7 firmware and USB host/device middleware#1027
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
12 commits Select commitHold shift + click to select a range
56c8d04
[F4] Update STM32F4xx HAL Drivers to v1.7.8
fpistm6f6e64f
[F4] Update STM32F4xx CMSIS Drivers to v2.6.5
fpistm58c8b12
[F4] Update wrapped files
fpistmb766ee7
[F4] Fix HAL_RCC_USART3 definition for STM32F412Cx
fpistmadabe23
[F4] I2C HAL fix: generate Start only once Stop is finished
ABOSTMea77445
[F7] Update STM32F7xx HAL Drivers to v1.2.8
fpistmd0f4889
[F7] Update STM32F7xx CMSIS Drivers to v1.2.5
fpistmb74759b
Update CMSIS Cortex-Mx Device Peripheral Access Layer System Source File
fpistm52642d9
[USB] Update STM32 USB Device library to v2.6.0
fpistm07b50a8
[USB] Update STM32 USB Host library to v3.3.4
fpistmfe50080
[USBD] Update after middleware update to 2.6.0
fpistm2790e61
[USB] Fix EPO STALL issue in STM32 USB Device library
fpistmFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
1 change: 1 addition & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll.h
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
12 changes: 12 additions & 0 deletionscores/arduino/stm32/LL/stm32yyxx_ll_fmpi2c.h
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#ifndef _STM32YYXX_LL_FMPI2C_H_ | ||
#define _STM32YYXX_LL_FMPI2C_H_ | ||
/* LL raised several warnings, ignore them */ | ||
#pragma GCC diagnostic push | ||
#pragma GCC diagnostic ignored "-Wunused-parameter" | ||
#pragma GCC diagnostic ignored "-Wstrict-aliasing" | ||
#ifdef STM32F4xx | ||
#include "stm32f4xx_ll_fmpi2c.h" | ||
#endif | ||
#pragma GCC diagnostic pop | ||
#endif /* _STM32YYXX_LL_FMPI2C_H_ */ |
747 changes: 356 additions & 391 deletionscores/arduino/stm32/usb/cdc/usbd_cdc.c
Large diffs are not rendered by default.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
19 changes: 6 additions & 13 deletionscores/arduino/stm32/usb/cdc/usbd_cdc.h
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
43 changes: 29 additions & 14 deletionscores/arduino/stm32/usb/cdc/usbd_cdc_if.c
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
2 changes: 1 addition & 1 deletioncores/arduino/stm32/usb/cdc/usbd_cdc_if.h
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
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.