cpu/stm32_common: correctly pull periph_flash_common dependency#10146
cpu/stm32_common: correctly pull periph_flash_common dependency#10146vincent-d wants to merge 1 commit intoRIOT-OS:masterfrom
Conversation
cladmi
left a comment
There was a problem hiding this comment.
This is a bit more complicated than this, I will give more details.
|
It is a problem I have in my radar and I am working on but I missed one part that I understood while explaining it to @kYc0o Problem in the implemented solution: If the problem was indeed a "dependency" (same for i2c_1 and i2c_2), then:
But in fact, the part that I missed before, here the selection of I will provide a PR in this direction. |
Actually flash_common is not really a feature as it exists only on stm32 for internal reasons. I'll take a look to your PR which seems better :) |
|
Close in favor of #10153 |
Contribution description
While working on #8774 it popped up that stm32
periph_flashpagefeature did not pullperiph_flashpage_commondependency correctly in some cases.Testing procedure
Add
FEATURES_REQUIRED += periph_flashpagein drivers or sysMakefile.dep. Without this PR,periph_flashpage_commonis not built.Issues/PRs references
#8774