Skip to content

Integration with Espruino Web IDE #4

@gfwilliams

Description

@gfwilliams

Hi,

Just thought I'd post this here so we have somewhere to keep track of it - getting the flasher in the Web IDE to handle this would be absolutely awesome, so people could flash the board without needing Node.js (but it also means the command-line app (espruino on NPM) and the electron-based Web IDE could do it too).

Potentially it also means you could flash it right from https://espruino.github.io/EspruinoWebIDE/ using your headphone jack :)

Would that be ok?

I guess the things that'd need doing for that are:

  • Integration with the existing flasher menu
  • Use Espruino.Core.Serial.write(...)/etc instead of node-serialport (so Chrome/Node/Audio/BLE can be supported).
  • Remove/hack around needing require and the extra modules - since we'd have to work in the web browser, and the Web IDE doesn't use browserify or anything like that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions