Hi Dekiru,
I have still few problems trying to understand your suggestion:
> "Remember to change the macro in user config to not support REV5 in case you want to use that patch with older hardware revision."
I don't have such a macro in my user_config.h or anything similar.
There is the macro:
#define BSPCFG_ENABLE_ESDHC 0
which I presume must be enabled, right?
Still it would give an error on init_bsp.c line 220:
#if BSPCFG_ENABLE_ESDHC
#error This modul unsupported with Kiwkstik Board.Please disable BSPCFG_ENABLE_ESDHC to 0 in user_config.h
#endif
I can try to comment it.
On bsp_rev.h there is this macro:
#define BSP_REVISION 01
is it this one that I have to overwrite with revision 04? (I have kwikstik rev 4).
I feel _a bit_ lost :smileyhappy:
thanks for your suggestions,
Mik