pkg/micro-ecc: Update FEATURE_PERIPH_HWRNG -> MODULE_PERIPH_HWRNG #8227
pkg/micro-ecc: Update FEATURE_PERIPH_HWRNG -> MODULE_PERIPH_HWRNG #8227smlng merged 2 commits intoRIOT-OS:masterfrom
Conversation
PeterKietzmann
left a comment
There was a problem hiding this comment.
ACK from my side but your commit messages are too long
|
will reword |
Remove deprecated FEATURES_PERIPH_HWRNG symbol
36f5767 to
c47cfa6
Compare
|
done |
|
Build still fails for mips boards. Might be related to this comment. Let's see what @neiljay says. I don't even know if there platforms provide a hwrng. |
|
Do you know when the I think this was also the last lines using Line 1 in d69291c I will look into the MIPS PR. |
|
Waiting for PR: #8248 |
|
murdock isn't happy, some undef reference, can you fix for the release 2018.01? Otherwise we need to postpone. |
Done, needs second ACK now. |
|
even with #8248 merged the compile error persists. |
|
The mentioned fix makes murdock build correctly. |
smlng
left a comment
There was a problem hiding this comment.
well then lets do this! ACK and GO
`#ifdef FEATURE_PERIPH_NAME` usage should now be replaced by `#ifdef MODULE_PERIPH_NAME`. This deprecation was started by pull requests RIOT-OS#8226 and RIOT-OS#8227.
|
#8292 can now be merged as FEATURE_PERIPH_ are not used anymore. |
`#ifdef FEATURE_PERIPH_NAME` usage should now be replaced by `#ifdef MODULE_PERIPH_NAME`. This deprecation was started by pull requests RIOT-OS#8226 and RIOT-OS#8227.
The test application was successfully run on Mulle.