Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Move IRQ handler inside core #3

Merged
merged 1 commit into from Sep 20, 2018
Merged

Move IRQ handler inside core #3

merged 1 commit into from Sep 20, 2018

Conversation

ghost
Copy link

@ghost ghost commented Sep 18, 2018

Move all interrupt handler definition from variant to core. But can't move IRQ vector definition because vector are badly linked when there are in core.a.
Create a specific file to store all interrupt handler because on STM8L interrupt vector can be used from multiple interrupt source.

Can't move IRQ vector definition because vector are badly linked when
there are in core.a.
@ghost ghost requested review from fpistm and VVESTM September 18, 2018 08:19
@VVESTM VVESTM merged commit c2eca7d into stm32duino:master Sep 20, 2018
Copy link
Member

@fpistm fpistm left a comment

Choose a reason for hiding this comment

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

LGTM

@fpistm fpistm added the enhancement New feature or request label Jul 16, 2020
@fpistm fpistm added this to the 0.2.0 milestone Jul 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants