Giter VIP home page Giter VIP logo

micropython-unicorn's People

Contributors

dpgeorge avatar flowergrass avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

micropython-unicorn's Issues

Error building the python framework

I get this error when I run "make CONFIG=pyboard"

Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. CC ../micropython/py/../lib/utils/printf.c ../micropython/py/../lib/utils/printf.c:109:5: error: '__GI_vsnprintf' specifies less restrictive attributes than its target 'vsnprintf': 'nonnull', 'nothrow' [-Werror=missing-attributes] 109 | int __GI_vsnprintf(char *str, size_t size, const char *fmt, va_list ap) __attribute__((weak, alias ("vsnprintf"))); | ^~~~~~~~~~~~~~ ../micropython/py/../lib/utils/printf.c:112:5: note: '__GI_vsnprintf' target declared here 112 | int vsnprintf(char *str, size_t size, const char *fmt, va_list ap) { | ^~~~~~~~~ cc1: all warnings being treated as errors make: *** [build_pyboard/py/../lib/utils/printf.o] Error 1

When I run "make CONFIG=pyboard CFLAGS="-Wno-error" CXXFLAGS="-Wno-error" then I get this:

Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. CC ../micropython/py/../lib/utils/printf.c ../micropython/py/../lib/utils/printf.c:27:10: fatal error: py/mpconfig.h: No such file or directory 27 | #include "py/mpconfig.h" | ^~~~~~~~~~~~~~~ compilation terminated. make: *** [build_pyboard/py/../lib/utils/printf.o] Error 1

I searched and really there is no "mpconfig.h" file in the directory.

Issues with demo in Android Chrome

  1. Backspace doesn't work after first command is run
  2. After running first command the first word of the next commands is doubled, which is even worse due to the first bug because without Ctrl+C on the normal Android keyboards you are stuck.

Test scenario:

>>> import micropython
>>> dirdir(micropython) # was just trying for one for
#If I hit backspace now I get this, one print per press
>>> dirdir(micropython dirdir(micropytho dirdir(micropyth
#ad nauseum, these are put the current command line instead of being redrawn in place

Is this abandonware?

Is this abandonware?

I ask because nothing much has happened in the repo for years and the version of this software running on the MicroPython website is running a really old version of MicroPython.

I hope the project isn't abandoned as it is a great idea!

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.