Code Monkey home page Code Monkey logo

Comments (6)

mdaeron avatar mdaeron commented on May 18, 2024

Update: I can now compile successfully for the unix, pybd_sf6 and pybv11 ports. The issue was on my end (I finally understood that I need to do edit the mpconfigport.h inside each port directory. Sorry for the noise!

from micropython-ulab.

v923z avatar v923z commented on May 18, 2024

Thanks for posting the fix, too! Your original post indicates that the manual was not clear enough. I will extend the section on compilation.

from micropython-ulab.

mdaeron avatar mdaeron commented on May 18, 2024

No problem. Constructive criticism: speaking as an inexperienced micropython compiler, it was a bit disorienting that the link to compilation instructions for micropython-ulab points to a section in the middle of the micropython-usermod documentation: it was not really clear how far back up I had to read the documentation if all I wanted to do was compile ulab.

In my opinion it would really help if the readme page for micropython-ulab just listed a simple series of steps to follow, e.g., (1) git clone micropython; (2) git clone micropython-ulab; (3) edit mpconfigport.h in the micropython/ports/xxx directory; (4) install cross-compiler; (5) run make command...

PS - IMHO ulab is the best improvement to micropython in years, and the quality of the micropython-ulab and micropython-usermod documentation makes a big difference for many users. Thanks again!

from micropython-ulab.

v923z avatar v923z commented on May 18, 2024

No problem. Constructive criticism: speaking as an inexperienced micropython compiler, it was a bit disorienting that the link to compilation instructions for micropython-ulab points to a section in the middle of the micropython-usermod documentation: it was not really clear how far back up I had to read the documentation if all I wanted to do was compile ulab.

In my opinion it would really help if the readme page for micropython-ulab just listed a simple series of steps to follow, e.g., (1) git clone micropython; (2) git clone micropython-ulab; (3) edit mpconfigport.h in the micropython/ports/xxx directory; (4) install cross-compiler; (5) run make command...

This is a fair point. I will update the README on the front page. By the way, I am more than happy to accept pull requests;)

from micropython-ulab.

mdaeron avatar mdaeron commented on May 18, 2024

from micropython-ulab.

v923z avatar v923z commented on May 18, 2024

On Nov 4, 2019, at 19:59, Zoltán Vörös @.***> wrote: This is a fair point. I will update the README on the front page. By the way, I am more than happy to accept pull requests;)
I'm not truly familiar with the whole git pull/push/merge workflow. If I wanted to propose edits to the readme, I assume I need to git clone, make edits, git commit, and then send a push request to your micropython-ulab repo? I'll read up on that again and make an attempt.

You would have to create a fork, which is then yours. Then you implement changes on that fork (you would probably pull that, modify the files on your computer, and then push it back to the server), and once you are satisfied with the modifications, you press the pull request button, which will then notify the original copy (i.e. v923z/micropython-ulab). I can then simply accept the changes, which then become part of my branch.

But i have already updated the README. Let me know if you would still like to extend it. And thanks for the comments, I really appreciate them!

from micropython-ulab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.