tock / tock-stm32

Ports of Tock for STM32 chips and discovery boards
Other
22 stars 5 forks source link

Update to recent kernel version #9

Closed george-hopkins closed 6 years ago

george-hopkins commented 6 years ago

Pull Request Overview

This pull request includes the necessary updates to build against 89e15e. The changeset for Cortex-M4 is fairly minimal. On Cortex-M3, I removed the custom arch crate and replaced the interrupt handler with the one from the main repository.

If merged, I plan to convert the drivers to the new register interface and clean up the stm32 crate along the way.

Testing Strategy

Nucleo-F103RB: blink works STM32F4DISCOVERY: compilation succeeds

TODO or Help Wanted

Formatting

george-hopkins commented 6 years ago

I went ahead and merged the update, feel free to open an issue if any problems arise.