Thanks to visit codestin.com
Credit goes to github.com

Skip to content

L4 integration: Added hal files for stm32l4xx. #1890

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 2 commits into from

Conversation

tobbad
Copy link
Contributor

@tobbad tobbad commented Mar 9, 2016

This is the 2nd PR in a series of PR to support the STM32L4 series in micropython. (see http://forum.micropython.org/viewtopic.php?f=12&t=1332&sid=64e2f63af49643c3edee159171f4a365)

I add the hal files from STM32Cube_FW_L4_V1.3.0 with windows line ending converted to unix. Only basic hal files are added. In addition the QSPI support is included to support later the QSPI flash as mass storage.

@tobbad
Copy link
Contributor Author

tobbad commented Mar 16, 2016

I added a patch in stm32l4_hal_uart.h to avoid the 64 bit division and therfore removed in the make file the inclusion of libgcc.

@tobbad tobbad force-pushed the l4_integration_hal branch from 9fb7e95 to 4699d26 Compare March 21, 2016 10:14
…divisior. The error is the better (1/(2*0x300)) as with 64 bit division (1/(0x300)).
@dpgeorge
Copy link
Member

Merged in f4942db and d4c3349.

@dpgeorge dpgeorge closed this Apr 16, 2016
@tobbad tobbad deleted the l4_integration_hal branch April 18, 2016 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants