Skip to content

towoe/baremetal-libraries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpTiMSoC Baremetal Libraries

This repository contains some baremetal libraries for OpTiMSoC:

  • libbaremetal is the basic runtime support specific to OpTiMSoC.

  • libmp is the message passing library for OpTiMSoC.

  • libruntime is basic support for handling threads and virtual memory, along with a basic scheduler. It can be used to build your own simple runtime system and serves as hardware abstraction layer for gzll

Build instructions

./autogen.sh
mkdir build; cd build
../configure --prefix=/opt/optimsoc/sw --host=or1k-elf
make
sudo make install

About

OpTiMSoC baremetal libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published