cpu/fe310: Add call to periph_init()#10825
Conversation
|
@kenrabold: Would you mind to test his PR? If #10806 is rebased against this PR, #10806 should then also work (hopefully). |
|
I hope noone started to review now, so I'll just squash |
dd890a6 to
b8b7591
Compare
Until now fe310's cpu_init() was missing a call to periph_init(). This commit adds this call.
b8b7591 to
08fba76
Compare
|
OK, now every issue uncovered by Murdock is solved. Sadly, I'm completely unable to tell if this PR actually works without having the hardware... |
|
@kenrabold: Thanks for testing. Maybe @miri64 could also give this a quick look. |
|
I'm not really involved with the internals of the |
|
If I read the git logs correctly, @haukepetersen has worked on both |
|
@haukepetersen: Mind to review? Only 5 lines changed ;-) |
|
@jcarrano and @smlng seem to also have worked on cpu/fe310. Maybe one of you could review? @kenrabold thankfully already tested this PR. |
Contribution description
Until now fe310's cpu_init() was missing a call to periph_init(). This commit adds this call.
Testing procedure
Check if the HiFive1 board still boots as expected
Issues/PRs references
Required for #10806