You are reading a single comment by @user156811 and its replies. Click here to read the full conversation.
  • CHANGES

    • build EMSCPRTION
    • moved state to a separate file called bangle_state.h
    • removed most of the EMULATED defines

    So to remove most of the EMULATED define i needed all the functions in the XX_impl.h header to be defined just not doing anything. So i just wrap each function definition in a macro that will generate a empty function. Example header how how it used. Then with the EMSCRIPT builds i just don't include the XXX_impl.c files.

    Status

    • So I'm able to build the emscription repo. I just don't see it when run the repo? Currently i won't be able to test with real hardware till next month.

    • So other then testing i can start working on the display module. Or try to address other concerns that you have.

About

Avatar for user156811 @user156811 started