Difference between revisions of "OCEOS/oceos use"
Jump to navigation
Jump to search
Okhoruzhyy (talk | contribs) |
Okhoruzhyy (talk | contribs) |
||
Line 1: | Line 1: | ||
= External view of the software = | =<span style="color:#0000ff">'''Introduction'''</span>= | ||
==<span style="color:#0000ff"> External view of the software </span>== | |||
OCEOS is provided as an object library, documentation and example source code. | |||
The files provided include:<br> | |||
# This User Manual | # This User Manual | ||
# OCEOS object library | # OCEOS object library | ||
Line 14: | Line 15: | ||
# Debug software tool e.g. OCE’s DMON. [http://ocetechnology.com/?page_id=306 Evaluation download]. | # Debug software tool e.g. OCE’s DMON. [http://ocetechnology.com/?page_id=306 Evaluation download]. | ||
= Drivers Porting Example = | =<span style="color:#0000ff">'''OCEOS Demo Tutorials'''</span>= | ||
=<span style="color:#0000ff">'''Drivers Porting Example'''</span>= | |||
TODO How to port project from other ROTS | |||
[[Category:backup]] | [[Category:backup]] |
Revision as of 11:27, 30 March 2022
Introduction
External view of the software
OCEOS is provided as an object library, documentation and example source code.
The files provided include:
- This User Manual
- OCEOS object library
- liboceos.a compiled for SPARC with BCC-2-gcc, BCC-2-llvm and BCC-2-llvm in rex mode compilers
- liboceos.a compiled for ARM with gcc-arm and armclang compilers
- OCEOS header files (oceos.h etc.)
- Application example (asw.h, asw.c, oceos_config.h, oceos_config.c)
- UART driver example for SPARC only (uart.h, uart.c, oceos_config.h, oceos_config.c)
The OCEOS build and test environment requires the following:
- SPARC Build environment (compiler, linker, libraries, etc.) Download here.
- ARM Build environment Download here and Download here
- Debug software tool e.g. OCE’s DMON. Evaluation download.
OCEOS Demo Tutorials
Drivers Porting Example
TODO How to port project from other ROTS