https://github.com/kim366/odin-on-embedded
Odin on Embedded Systems
https://github.com/kim366/odin-on-embedded
Last synced: 4 months ago
JSON representation
Odin on Embedded Systems
- Host: GitHub
- URL: https://github.com/kim366/odin-on-embedded
- Owner: kim366
- Created: 2023-01-31T14:06:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T14:08:37.000Z (over 3 years ago)
- Last Synced: 2025-03-22T00:12:46.899Z (about 1 year ago)
- Language: Odin
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Odin on Embedded Systems
This is a starter project for running the Odin Programming Language on an ARM Cortex M3 using the Zephyr RTOS. These endeavours are based on previous work by https://github.com/tangybbq/non-c-on-zephyr.
This project uses a custom version of Odin and as such compiling will not work with standard Odin. The custom version will be released soon.