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.
Signed-off-by: Mike Leach <[email protected]>
- Loading branch information
1 parent
721eb0d
commit beb19aa
Showing
2 changed files
with
69 additions
and
5 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 |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# Object files | ||
*.o | ||
*.ko | ||
*.obj | ||
*.elf | ||
|
||
# Precompiled Headers | ||
*.gch | ||
*.pch | ||
|
||
# Libraries | ||
*.lib | ||
*.a | ||
*.la | ||
*.lo | ||
|
||
# Shared objects (inc. Windows DLLs) | ||
*.dll | ||
*.so | ||
*.so.* | ||
*.dylib | ||
|
||
# Executables | ||
*.exe | ||
*.out | ||
*.app | ||
*.i*86 | ||
*.x86_64 | ||
*.hex | ||
|
||
# Debug files | ||
*.dSYM/ | ||
|
||
# Vc++ build files | ||
*tlog | ||
Debug/ | ||
ipch/ | ||
*.opensdf | ||
*.sdf | ||
*.suo | ||
*.user | ||
*.idb | ||
*.pdb | ||
*.exp | ||
*.ilk | ||
|
||
# ignore emacs backup saves | ||
*~ | ||
|
||
# ignore bin test directory | ||
bin/ | ||
*.log | ||
*.lastbuildstate | ||
*.manifest | ||
*.cache | ||
*.bak | ||
*.orig | ||
*.orig | ||
*.VC.db | ||
*.VC.VC.opendb | ||
*.iobj | ||
*.ipdb |
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 |
---|---|---|
|
@@ -36,10 +36,7 @@ Optional support is provided for intrusive halting mode debug support of v7 Arch | |
Installation | ||
------------ | ||
|
||
The sources are provided in `[DS-5 install dir]/examples/CoreSight_Access_Library.zip` | ||
This file should be extracted into a suitable location for use. | ||
|
||
The `.zip` file extracts to provide the following directories and files:- | ||
Library supplied as a git repository on github - [email protected]:ARM-software/CSAL.git | ||
|
||
`./source` : Contains all the library source .c files. | ||
|
||
|
@@ -53,7 +50,7 @@ The `.zip` file extracts to provide the following directories and files:- | |
|
||
`./doxygen-cfg.txt` : File to generate API documentation using __doxygen__. | ||
|
||
`./readme.md` : This readme text file - which is also processed by __doxygen__. | ||
`./README.md` : This readme text file - which is also processed by __doxygen__. | ||
|
||
Documentation | ||
------------- | ||
|
@@ -148,6 +145,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 | ||
------------- | ||
- Transfer to github project | ||
- Versioning change | ||
|
||
------------------------------------ | ||
|
||
Licence Information | ||
|