I reverted the commit in which micropython was supported then in makefile, I changed the micropython version from 1.3.8 to 1.12, made the same change in Kconfig also. then tried to build but got following error :
apps/interpreters/micropython/micropython-1.12/py/mphal.h:34:23: fatal error: mphalport.h: No such file or directory#include <mphalport.h>
so i tried to search this file then it was in /mpy-cross and ports/unix folder then i tried to give the address manually#include "mpy-cross/mphalport.h"then it gave following error:
apps/interpreters/micropython/micropython-1.12/py/builtin.h:81:29: error: conflicting types for 'mp_builtin_open_obj'MP_DECLARE_CONST_FUN_OBJ_KW(mp_builtin_open_obj);
tried to include using ports/unix but still got the same above error.
please check this and let me know why it didn't include mphalport.h by itself and how can i correct the 2nd error.Thank in advance for help.
This has nothing to do with NuttX. Unless you happen to find a micropython person in this list, I think you are asking in the wrong forum. This is only for the OS, not micropython.