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

Initial import of the stm32f3discovery board #622

Closed
wants to merge 1 commit into from

Conversation

haukepetersen
Copy link
Contributor

  • import of board makefiles
  • import of board.h
    --> board.c is still missing due to licensing problems

The board configuration in board.h is using the low-level periphial driver as proposed in PRs #611 to #616.

In this state the board is not complete yet, I have further commits pending and will append them once we solved the licensing issue with some ST-lib start-up code...

- import of board makefiles
- import of board.h
--> board.c is still missing due to licensing problems
export LINK = $(PREFIX)gcc
export SIZE = $(PREFIX)size
export OBJCOPY = $(PREFIX)objcopy
export FLASHER = st-flash
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's that? Can we distribute this somehow? At least we should document where to get it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I have thought of that as well - I just didn't do anything about it yet. The tool is a free project (as not quite GPLisch): https://github.com/texane/stlink
We could either include the source in our dist directory or just link it from the documentation - how about creating a stm32 page in the wiki where we can give an introduction on how to compile and use the tool?!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@OlegHahm OlegHahm added this to the Release NEXT MAJOR milestone Feb 5, 2014
@haukepetersen
Copy link
Contributor Author

I guess this can be closed as it is contained in #932

@LudwigKnuepfer
Copy link
Member

@haukepetersen Guess again and close it if you think it is right.

@haukepetersen haukepetersen deleted the stm32f3discovery branch July 24, 2014 13:05
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.

4 participants