Skip to content
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

STM32 Library Merge #2

Open
TomTinkering opened this issue Jun 26, 2019 · 1 comment
Open

STM32 Library Merge #2

TomTinkering opened this issue Jun 26, 2019 · 1 comment

Comments

@TomTinkering
Copy link

I was looking into supporting both boards. If you are interested, progress can be found here.

So far:

  • merged stm32 and at32 hal library by adding AT32F4x as a processor option

Todo

  • linker scripts/startup files
  • at32/stm32 specific initialization options in codebase using ifdefs
  • merge AT32/STM32 CMSIS folders
  • ...tbd
@cloidnerux
Copy link
Owner

I integrated both libraries and added a switch in the makefile. Calling make with either

make AT32

or

 make STM32

will cause the specific files to be used. I also added a custom_config.h so your adaptions to your specific boards don't have to be pushed to the main branch.

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

No branches or pull requests

2 participants