Git Product home page Git Product logo

chibios-js's Introduction

ChibiOS-JS

ChibiOS Javascript environment for STM32F4 discovery Kit

This project provides an javascript environment with a basic RTOS functionality (courtesy of ChibiOS) At this moment it is only a basic implementation.

This is a try to emulate espurino javascript enviroment with a FLOSS tools.

Status

  • Basic ChibiOS 2.6.0 enviroment with usb cdc terminal
  • Command shell (no pipes, no process, no fg, no bg)
  • Basic POSIX compativility (open/close/write/read only for ChibiOS streams)
  • C++ runtime with exceptions (no RTTI) and std::containers support (thanks to libstdc++)
  • TinyJS interpreter with advance line edition

TODO

  • All of Espurino JS function compativility (Less or more similar to Arduino API)
  • Network support (ethernet, ppp, slip? Sure, LwIP based)
  • VFS support (FatFS, ROMFS, RAMFS)
  • Real POSIX layer (getenv/setenv, socket/bind/listen/etc)
  • Real serial-line-disipline (aka termcap) with line edition, echo/no-echo, CR/CR+LF
  • curses support (PDCurses based? ncurses based? minux curses based? Original BSD curses?)
  • Memory pool for Javascript support (Based on chMemoryPool? C++ templated based?)
  • Support for more (and more, and more) plataform than F4Discovery:
    • Emtech Lanin CM4 v1
    • Olimex E/H407
    • Generic F4x5/7 boards

Delirant TODO (aka non promised TODO)

  • VGA output via DMA
  • PS2 Key/Mice input via interrupt
  • USB HOST support (any good framework?)

chibios-js's People

Contributors

martinribelotta avatar

Watchers

 avatar

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.