Skip to content

Provides access to Low Layer (LL) API #199

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 1 commit into from
Jan 17, 2018
Merged

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented Jan 16, 2018

Includes all Low Layer header files.

Note: use

#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#pragma GCC diagnostic pop

to avoid several warnings due to LL.

Require #201

@fpistm fpistm added the enhancement New feature or request label Jan 16, 2018
@fpistm fpistm self-assigned this Jan 16, 2018
Includes all Low Layer header files.

Note: use
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#pragma GCC diagnostic pop

to avoid several warnings due to LL.

Signed-off-by: Frederic Pillon <[email protected]>
@fpistm fpistm merged commit 5f8a919 into stm32duino:master Jan 17, 2018
@fpistm fpistm deleted the LL branch January 17, 2018 16:38
benwaffle pushed a commit to benwaffle/Arduino_Core_STM32 that referenced this pull request Apr 10, 2019
Provides access to Low Layer (LL) API
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