svaarala / duktape-wiki

Duktape Wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add howto for Duktape on bare metal targets

svaarala opened this issue · comments

Topics to cover:

  • Footprint and memory range possible
  • Coming up with a good configuration
  • What platform replacement functions are usually needed
  • Transcendental math functions
  • Printf() and scanf(), Duktape minimal providers
  • Memory allocation through pool
  • Date replacement

There's now a minimal howto in master, which can be improved on. For example, the Howto could provide the concrete steps and example files for some chosen target platform.