Commit 16d5cd88 authored by Federico Vaga's avatar Federico Vaga Committed by Federico Vaga

doc: move generic documentation into doc directory

Put the generic information in the doc/ directory.
A lot of project management systems look into the project
root directory for some typical file. Create a symbolic link for
those files.
Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 68c57db8
# Change Log
## [2.0] - 2016-06-08
### Changed
- Project change name to Mock Turtle. this means renaming all files
functions, data structures, enumerates and variables to a new
convention
- port output real-time application to the real-time library
- improve kernel driver performance
### Added
- unittest
## [1.1] - 2015-10-20
### Changed
- minor changes in API behaviour on error
## [1.0] - 2015-09-17
- first release White Rabbit Node Core
[2.0] http://www.ohwr.org/projects/wr-node-core-sw/repository/show?rev=mock-turtle-2.0
[1.1] http://www.ohwr.org/projects/wr-node-core-sw/repository/show?rev=mock-turtle-1.1
[1.0] http://www.ohwr.org/projects/wr-node-core-sw/repository/show?rev=mock-turtle-1.0
doc/CHANGELOG
\ No newline at end of file
CODE
====
The projects use the following languages:
- C for the driver, the user-space library and the embedded library
- Python to export library functionality to Python
RULES
=====
The master branch is protected so you need special permission to touch it.
Do you development on your own branch and push it.
In the project we are following the Linux kernel code style.
All the functions, defines, structures, enumeraters exported should use
the `trl_` prefix.
All file names start with ''mockturtle-''
\ No newline at end of file
doc/CONTRIBUTING.md
\ No newline at end of file
This diff is collapsed.
doc/LICENSE
\ No newline at end of file
Mock Turtle
===========
The project provide the software necessary to access Mock Turtle
infrastructure on an FPGA.
The software stack for the Mock Turtle is made of:
- a driver that allow you to communication with the Mock Turtle CPUs over
the Host Message Queue mechanism. It exports also a debug interface.
- one library that ease the driver access from user-space
- a Python class that wrap the C library
- a set of command line tools to perform basic operations on the Mock Turtle
components
\ No newline at end of file
doc/README.md
\ No newline at end of file
# Change Log
## [2.0] - 2016-06-08
### Changed
- Project change name to Mock Turtle. this means renaming all files
functions, data structures, enumerates and variables to a new
convention
- port output real-time application to the real-time library
- improve kernel driver performance
### Added
- unittest
## [1.1] - 2015-10-20
### Changed
- minor changes in API behaviour on error
## [1.0] - 2015-09-17
- first release White Rabbit Node Core
[2.0] http://www.ohwr.org/projects/wr-node-core-sw/repository/show?rev=mock-turtle-2.0
[1.1] http://www.ohwr.org/projects/wr-node-core-sw/repository/show?rev=mock-turtle-1.1
[1.0] http://www.ohwr.org/projects/wr-node-core-sw/repository/show?rev=mock-turtle-1.0
CODE
====
The projects use the following languages:
- C for the driver, the user-space library and the embedded library
- Python to export library functionality to Python
RULES
=====
The master branch is protected so you need special permission to touch it.
Do you development on your own branch and push it.
In the project we are following the Linux kernel code style.
All the functions, defines, structures, enumeraters exported should use
the `trl_` prefix.
All file names start with ''mockturtle-''
\ No newline at end of file
This diff is collapsed.
Mock Turtle
===========
The project provide the software necessary to access Mock Turtle
infrastructure on an FPGA.
The software stack for the Mock Turtle is made of:
- a driver that allow you to communication with the Mock Turtle CPUs over
the Host Message Queue mechanism. It exports also a debug interface.
- one library that ease the driver access from user-space
- a Python class that wrap the C library
- a set of command line tools to perform basic operations on the Mock Turtle
components
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment