Conversation
70c016f to
51683d2
Compare
51683d2 to
c6284ae
Compare
|
Rebased after #8928 was merged |
ad4ae89 to
e1b0993
Compare
- Keep counter value between resets - Let kinetis_mcg_init manage the RTC oscillator, to avoid disrupting the core clock in certain configurations - Remove some unnecessary macros for hardware abstraction; all Kinetis CPUs which have an RTC only have a single RTC instance, and the ISRs and hardware registers are named the same way in all Kinetis CPU headers.
e1b0993 to
31cf342
Compare
kYc0o
left a comment
There was a problem hiding this comment.
Tested ACK. I tested it on kw41z, k64f and mulle with success.
|
Well, this PR was also touching periph_conf files that will probably be changed with I2C rework... Why not waiting ? |
|
I think what we need is a certitude that the embargo is also in place for any change on all the periph_conf files. Therefore, if that's the case, we urge to have the I2C branch in really super fast, otherwise we block more than a half of the current PRs. |
|
You just have to look in the periph_conf if there's already some I2C configured, which was the case here. I think @gebart will probably take the I2C rework opportunity for updating old style (using defines) to new style (using array of struct) I2C configuration.
+1. So what are we waiting for ? |
|
I think I will cherry pick these kinetis PRs into my kinetis i2c branch and it will be automatically resolved when we rebase the new_i2c_if branch |
Contribution description
Issues/PRs references
Depends on #8928