Replies: 2 comments 2 replies
-
Sorry for late reply, I had a busy week at FRC :) Alright, I understand that this platform is not properly documented (if I don't say it's almost no document at all, like other Chinese commercial softwares :))) Ok, I know it will be really long, but I will still do it :) It might takes a while for writing the full tutorial, so probably I will write it in parts and put it here Thank you |
Beta Was this translation helpful? Give feedback.
-
Step 1: Setup the development environmentQuick summary:
1. Download and install MRE SDKGo to Releases in this repo to download the SDK.
If you want to use other language / compiler, then that's OK, as long as you can output ARM7TDMI machine code in ELF file format. If you use languages other than C / C++ or assembly, then there will be no support by SDK. You have to bind the API yourself. If you have devices other than Nokia running MRE, then you will have to download proper compiler for your platform. |
Beta Was this translation helpful? Give feedback.
-
If possible & interested, can you do a more in-depth on how to set up MRE SDK and how to create a simple app? I know there's a repo by UstadMobile, but it seems like it's the only repo that actually talks about "MRE". Extending to that information might be useful in the future.
Beta Was this translation helpful? Give feedback.
All reactions