This repository has been archived by the owner. It is now read-only.
  
  
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
        
          Bertos free RTOS: http://dev.bertos.org
        
  
        
            C
            C++
            Makefile
            Python
            Assembly
            Ruby
            Other
        
      
      - C 93.3%
 - C++ 3.6%
 - Makefile 1.4%
 - Python 1.1%
 - Assembly 0.2%
 - Ruby 0.1%
 - Other 0.3%
 
    Cannot retrieve the latest commit at this time.
  
| Type | Name | Latest commit message | Commit time | 
|---|---|---|---|
| Failed to load latest commit information. | |||
| 
            
             | 
          bertos | 
             | 
        |
| 
            
             | 
          boards | ||
| 
            
             | 
          doc | ||
| 
            
             | 
          examples | ||
| 
            
             | 
          spec/at91sam7s-ek | 
             | 
        |
| 
            
             | 
          test | ||
| 
            
             | 
          wizard | 
             | 
        |
| 
            
             | 
          .gdbinit | ||
| 
            
             | 
          .gitignore | ||
| 
            
             | 
          Doxyfile | ||
| 
            
             | 
          Doxyfile-common | 
             | 
        |
| 
            
             | 
          Doxyfile-offline | 
             | 
        |
| 
            
             | 
          Doxyfile-snapshot | 
             | 
        |
| 
            
             | 
          LICENSE.GPL | ||
| 
            
             | 
          Makefile | 
             | 
        |
| 
            
             | 
          Makefile.test | 
             | 
        |
| 
            
             | 
          README | ||
| 
            
             | 
          VERSION | ||
README
This is the source code of BeRTOS operating system.
You can generate the documentation using doxygen with the file Doxyfile-offline:
$ doxygen Doxyfile-offline
You can read the generated documentation by opening the file:
    doc/offline-reference/html/index.html
You can read the latest documentation online at the following address:
    http://dev.bertos.org/doxygen
Have fun with BeRTOS!