We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

haikuVM

HaikuVM has been started for hobbyists who develop applications for ARDUINO to open the world of JAVA and leJOS. Yes, you can program an ARDUINO with JAVA!

HaikuVM is so small that it even runs on an atmega8 (and the ASURO robot). And yes, you can program an ASURO robot with JAVA! And since version 1.4.0 the RCX lego brick.

You’re probably paying too much for cell phone service. Wirefly compares hundreds of plans to help you save. Enter what you need (minutes, data, texts) into Wirefly’s innovative plan comparison tools and see your savings instantly.

Website http://haiku-vm.sourceforge.net/
Tags
License
Features
  • Since version 1.4.3 it runs on the Raspberry Pi 3
  • Since version 1.4.2 it runs for target: esp8266
  • Since version 1.4.0 it runs for target: RCX the lego brick
  • Runs for targets: AVR (e.g. ATmega8, ATmega328p), UBUNTU, WINDOWS
  • Direct access to memory and IO ports
  • Native Interface (JNI)
  • Direct access to C/C++ functions and libraries via annotations @NativeCFunction / @NativeCppFunction
  • Insert C code into your Java file using annotation member 'cImpl'.
  • Preemptive threads
  • Exceptions
  • Synchronization
  • double and float support
  • Arrays, including multidimensional ones
  • Garbage collection
  • Configurable 64, 32 or 16 bit data types including half precision float
  • Zero Assembler Code
  • Compact: Requires only down to 5k Bytes of code memory which includes HaikuVM and your Java program.
  • Fast: About 55k Java opcodes per second on 8 Mhz AVR ATmega8
  • Needs only 250 Bytes RAM (the rest is for your JAVA variables and objects)
  • Uses a static linking model to reduce code footprint
  • one register stack-caching