forked from ARM-software/CSAL
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
csal: Documentation and makefile updates.
Created master makefile in root directory of project. Added architecture detection and cross-compile include makefile. Updated documentation for build process and project directory structure. Version revision to 2.3 Ensure all source files contain apache license statement. Signed-off-by: Mike Leach <[email protected]>
- Loading branch information
1 parent
5c31fa5
commit c21d8fb
Showing
19 changed files
with
434 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,12 +46,17 @@ Library supplied as a git repository on github - [email protected]:ARM-software/CSA | |
|
||
`./build` : The main library build `Makefile`. Change to this directory to build the library. | ||
|
||
`./python` : Build and source files to make a python module to interface to the library. | ||
`./python` : Build and source files to make a python module to interface to the library. (unmaintained) | ||
|
||
`./experimental` : Unmaintained and unsupported additional demos. | ||
|
||
`./doxygen-cfg.txt` : File to generate API documentation using __doxygen__. | ||
|
||
`./README.md` : This readme text file - which is also processed by __doxygen__. | ||
|
||
`./makefile` : master makefile - `make help` for list of targets. | ||
|
||
|
||
Documentation | ||
------------- | ||
|
||
|
@@ -145,10 +150,11 @@ Updates to APIs:- | |
- Updated topology detection to recognise an Embedded Logic Analyser type component. | ||
- Updated documentation for running Juno examples an shipping scripts to set up the platform. | ||
|
||
Version 3.0.0 | ||
Version 2.3 | ||
------------- | ||
- Transfer to github project | ||
- Versioning change | ||
- makefile updates for x-compile and master makefile in project root dir. | ||
- moved some code to 'experimental' directory - demos that are not maintained / supported. | ||
|
||
------------------------------------ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.