fmlab / ucos_RaspberryPi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uCOS-II on Raspberry Pi

This is a very basic port of uCOS-II to Raspberry Pi. The version of uCOS-II we have used is V2.52.

Contents of each fold

bsp:Board support package. Handle interrupt,uart and timer build:Store obj files generated during compilation h:Head files init:Startup code lib:Library for standard c and libc port:Porting code ucos:Source code of uCOS-II.Here we don't proive the source code, and you can get the code from http://www.micrium.com usrApp:Entry function: main and a simple application

How to make

First, you should put the source code of uCOS-II in the fold "ucos".

For Windows: Download the yagarto toolchain. Then you can make directly. For Linux: Get the toolchain, You maybe need to rewrite the makefile according to the toolchain used.

About


Languages

Language:C++ 69.1%Language:C 16.9%Language:Assembly 14.1%