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

Update libopencm3 #195

Merged
merged 3 commits into from
Dec 9, 2019
Merged

Update libopencm3 #195

merged 3 commits into from
Dec 9, 2019

Conversation

keepkeyjon
Copy link
Contributor

Closes #192

@keepkeyjon keepkeyjon requested a review from solipsis November 26, 2019 01:27
@@ -247,7 +247,7 @@ void timer_init(void)

#ifndef EMULATOR
// Set up the timer.
timer_reset(TIM4);
rcc_periph_reset_pulse(RST_TIM4);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@keepkeyjon
Copy link
Contributor Author

I haven't published the new v9 container yet, but I'll do that after merging.

@@ -20,7 +20,8 @@ SECTIONS
KEEP(*(.header));
} >rom AT >rom
}
INCLUDE libopencm3_stm32f2.ld

INCLUDE cortex-m-generic.ld
Copy link
Contributor Author

Choose a reason for hiding this comment

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

libopencm3 no longer provides stm32f2-specific linker scripts, so we'll have to go with the generic one (which is good enough)

@keepkeyjon keepkeyjon merged commit fcc4997 into master Dec 9, 2019
@keepkeyjon keepkeyjon deleted the update-libopencm3 branch December 9, 2019 21:13
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.

Update libopencm3
1 participant