Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rwth-os/ostfriesentee
a darjeeling fork for cortex-m microprocessors
https://github.com/rwth-os/ostfriesentee
Last synced: 15 days ago
JSON representation
a darjeeling fork for cortex-m microprocessors
- Host: GitHub
- URL: https://github.com/rwth-os/ostfriesentee
- Owner: RWTH-OS
- License: lgpl-3.0
- Created: 2015-05-08T11:55:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-28T10:53:18.000Z (almost 9 years ago)
- Last Synced: 2023-08-06T11:10:58.222Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 849 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Ostfriesentee
`Ostfriesentee` is a fork of the [darjeeling](http://darjeeling.sourceforge.net)
JVM. While `darjeeling` supports `AVR` and `MSP430` targets, `Ostfriesentee`
currently only supports `ARM cortex-m` targets.Have a look at the [examples](https://github.com/RWTH-OS/ostfriesentee-examples)
to get started.## Infuser
This java program loads java `.class` files, converts JVM instructions
to `darjeeling`/`ostfriesentee` compatible instructions and links
them statically.### Build
~~~{.sh}
scons
~~~### Execute
~~~{.sh}
java -jar build/libs/ostfriesentee-infuser.jar ../ostfriesentee/app/testsuite/build/testsuite.jar -o test.di -h test.dih -d test.h -n hello
~~~However, this currently leads to unexpected results.
## License
As a fork of `darjeeling`, this is also licensed under `LGPLv3+`.