Skip to content

Commit

Permalink
csal: update README and .gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Leach <[email protected]>
  • Loading branch information
mikel-armbb committed Jan 20, 2017
1 parent 721eb0d commit beb19aa
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 5 deletions.
62 changes: 62 additions & 0 deletions .gitignore
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
12 changes: 7 additions & 5 deletions readme.md → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
-------------
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit beb19aa

Please sign in to comment.