Skip to content

Comments

[stm32f0xx] Fix '072 vector table.#240

Merged
konkers merged 1 commit intolittlekernel:masterfrom
konkers:pr/072fix
Jan 24, 2019
Merged

[stm32f0xx] Fix '072 vector table.#240
konkers merged 1 commit intolittlekernel:masterfrom
konkers:pr/072fix

Conversation

@konkers
Copy link
Collaborator

@konkers konkers commented Jan 24, 2019

The STM32F072 and STM32F070 have different vector tables. We can't
#ifdef on the existance of the constans like PVD_IRQn because they
are enum values. Right now, since we only have two supported variants,
we're switching on the variant. This will likely not scale.

 The STM32F072 and STM32F070 have different vector tables.  We can't
 #ifdef on the existance of the constans like PVD_IRQn because they
 are enum values.  Right now, since we only have two supported variants,
 we're switching on the variant.  This will likely not scale.
@konkers konkers requested a review from teisenbe January 24, 2019 19:52
@konkers konkers merged commit 7ca88d2 into littlekernel:master Jan 24, 2019
@konkers konkers deleted the pr/072fix branch January 24, 2019 21:30
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