Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/orenskl/pico-jvm
Browse files Browse the repository at this point in the history
  • Loading branch information
orenskl committed Jan 3, 2024
2 parents eb8cc3d + 3f76266 commit 0571234
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![Build status](https://github.com/orenskl/pico-jvm/actions/workflows/main.yml/badge.svg)

# Pico JVM

This is a Java virtual machine for the [Raspberry Pi Pico](https://www.raspberrypi.com/products/raspberry-pi-pico/), this project is based on the [CLDC](https://en.wikipedia.org/wiki/Connected_Limited_Device_Configuration) virtual machine and more specificly on the [phoneME](https://phonej2me.github.io) project from Sun/Oracle. The [phoneME](https://phonej2me.github.io) is a very old project that currently is not maintaned anymore. However I was able to find a github [repo](https://github.com/magicus/phoneME) that I used as a reference. This JVM is targeted to small embedded devices with limited resources so don't expected a full blown Java experience on [Raspberry Pi Pico](https://www.raspberrypi.com/products/raspberry-pi-pico/).
Expand Down

0 comments on commit 0571234

Please sign in to comment.