You are reading a single comment by @DrAzzy and its replies. Click here to read the full conversation.
  • Well, you could probably do:

    git clone https://github.com/espruino/Espruino.git­
    cd Espruino
    git checkout Pico_Extra_RAM
    git merge master
    scripts/create_pico_1v3_image.sh # something like this
    

    No guarantees it'll last for long I'm afraid.

    I'd really love to use a JS PC emulator to let people download an image containing GCC that they could use to build their own Espruino image. Not sure how realistic that is at the moment though...

  • Commands do not work, yeilds this

    What is the correct command to use instead of: git merge master - git merge master isn't scriptable because it opens an interactive application.

    And what is it going on about a commit about?

About

Avatar for DrAzzy @DrAzzy started