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

Adds Support for STM32F401CCU6 board #245

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

zinahe
Copy link

@zinahe zinahe commented Jun 25, 2019

. New project (stm32f401-test) and target (stm32f401)
. Modifies the stm32f4xx platform for differences in STM32F401
. Aligns the VecTable (platform/stm32f4xx/vectab.c) with stm32f4xx.h; STM32F401 supports a limited subset of IRQs

Changes to be committed:
modified: external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/CMSIS/stm32f4xx.h
modified: external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/rules.mk
modified: platform/stm32f4xx/rules.mk
modified: platform/stm32f4xx/vectab.c
new file: project/stm32f401-test.mk
new file: target/stm32f401/README
new file: target/stm32f401/include/target/debugconfig.h
new file: target/stm32f401/include/target/gpioconfig.h
new file: target/stm32f401/init.c
new file: target/stm32f401/rules.mk

. A new project (stm32f401-test) and target (stm32f401)
. Updates the stm32f4xx platform for diferences in STM32F401
. Aligns the VecTable (platform/stm32f4xx/vectab.c) with stm32f4xx.h

Changes to be committed:
	modified:   external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/CMSIS/stm32f4xx.h
	modified:   external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/rules.mk
	modified:   platform/stm32f4xx/rules.mk
	modified:   platform/stm32f4xx/vectab.c
	new file:   project/stm32f401-test.mk
	new file:   target/stm32f401/README
	new file:   target/stm32f401/include/target/debugconfig.h
	new file:   target/stm32f401/include/target/gpioconfig.h
	new file:   target/stm32f401/init.c
	new file:   target/stm32f401/rules.mk
@mu578
Copy link

mu578 commented Jun 25, 2019

you have an extra space DEFAULT_HANDLER(FMC_IRQ);

On branch master
Changes to be committed:
	new file:   app/blink/blink.c
	new file:   app/blink/rules.mk
	modified:   project/stm32f401-test.mk
	modified:   target/stm32f401/rules.mk
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