Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vlsi/pru-emulator

This is a java emulator for TI PRU CPU
https://github.com/vlsi/pru-emulator

embedded pru ti-pru-cpu

Last synced: 2 days ago
JSON representation

This is a java emulator for TI PRU CPU

Awesome Lists containing this project

README

        

# pru-emulator

[![Build Status](https://travis-ci.org/vlsi/pru-emulator.svg?branch=master)](https://travis-ci.org/vlsi/pru-emulator)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.vlsi.pru/emulator/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.vlsi.pru/emulator)
[![codecov](https://codecov.io/gh/vlsi/pru-emulator/branch/master/graph/badge.svg)](https://codecov.io/gh/vlsi/pru-emulator)
[![Javadocs](http://javadoc.io/badge/com.github.vlsi.pru/emulator.svg)](http://javadoc.io/doc/com.github.vlsi.pru/emulator)

This is a java emulator for TI PRU CPU

The aim of the project is to implement basic assembler and emulator for TI PRU CPU.

http://processors.wiki.ti.com/index.php/Programmable_Realtime_Unit_Subsystem

Requirements: Java 8

License
-------

The library is distributed under terms of MIT license.

TODO
----

- Interrupts
- GPIO (explicit API to set/get IO values)
- Dual-PRU emulation (cross-PRU memory mapping)

Changelog
---------

v1.0.0-SNAPSHOT
- Supported instructions: arithmetic, LMBD, LDI, JAL, JMP, QB, LBBO/SBBO, LBCO/SBCO
- Not yet implemented: SCAN, SLP

Author
------
Vladimir Sitnikov