I'm creating an app. for stm32f429 discovery.
Here is my code:
https://github.com/gnitnaw/f9-kernel/blob/master/user/apps/led/main.c
I would like to ask how to write the part "DECLARE_USER" and "DECLARE_FPAGE".
Another question: I have one stm32f072b and one stm32l476 board.
Are the files in platform/stm32-common compatible with these two boards?
Thanks.