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 stm32f303vc cpu #623

Closed
wants to merge 3 commits into from

Conversation

haukepetersen
Copy link
Contributor

  • includes Makefiles
  • include cpu config files
    --> Most implementations are still missing for license problems

Initial include of the basic structure for the STM32F303VC cpu as used by the STM32F3discovery (see PR #622).

Implementations are not included yet, as there are still pending licensing issues concerning start-up code and linker script...

@@ -0,0 +1,20 @@

# define the ST standard periphial library and the specific mcu
export STM_LIB_BASE = $(RIOTBASE)/pkg/stm32f3_stdperiph_lib/
Copy link
Member

Choose a reason for hiding this comment

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

That requires another PR, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

correct - just tying to do this step by step

Copy link
Member

Choose a reason for hiding this comment

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

Okay, I was just checking.

haukepetersen and others added 3 commits March 4, 2014 22:32
- includes Makefiles
- include cpu config files
--> Most implementations are still missing for license problems
- added gpio driver
- added timer driver
- added uart driver
@haukepetersen
Copy link
Contributor Author

Ok, fixed the newline in uart.c and did a rebase (just in case...)

@haukepetersen
Copy link
Contributor Author

Can be closed as it is contained in #932

@LudwigKnuepfer
Copy link
Member

@haukepetersen If anything speaks for not closing it: reopen it.

@haukepetersen haukepetersen deleted the stm32f303vc branch July 24, 2014 13:03
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