Skip to content

Commit

Permalink
Merge pull request #26 from xross/develop
Browse files Browse the repository at this point in the history
Doc tidies
  • Loading branch information
xross authored Oct 18, 2024
2 parents acb6186 + ce1db9d commit d463dae
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 2,509 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lib_adat change log
2.0.1
-----

* CHANGED: Run standard library tests as part of Jenkins testing
* CHANGED: Documentation updated

2.0.0
-----
Expand Down
29 changes: 18 additions & 11 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,19 @@ pipeline {
defaultValue: 'v6.1.2',
description: 'The xmosdoc version'
)
string(
name: 'INFR_APPS_VERSION',
defaultValue: 'v2.0.1',
description: 'The infr_apps version'
)
}
environment {
REPO = 'lib_adat'
PIP_VERSION = "24.0"
PYTHON_VERSION = "3.12.1"
}
stages {
stage('Get sandbox') {
stage('Checkout') {
steps {
println "Stage running on: ${env.NODE_NAME}"

Expand All @@ -56,18 +61,20 @@ pipeline {
} // Build examples

stage('Library checks') {
steps {
runLibraryChecks("${WORKSPACE}/${REPO}", "v2.0.1")
} // steps
} // Library checks
steps {
runLibraryChecks("${WORKSPACE}/${REPO}", "${params.INFR_APPS_VERSION}")
}
}

stage('Documentation') {
steps {
dir("${REPO}") {
buildDocs()
} // dir("${REPO}")
} // steps
} // stage('Documentation')
steps {
dir("${REPO}") {
warnError("Docs") {
buildDocs()
}
}
}
}
} // stages
post {
cleanup {
Expand Down
16 changes: 11 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:orphan:

########################
lib_adat: ADAT Lightpipe
lib_adat: ADAT lightpipe
########################

:vendor: XMOS
Expand Down Expand Up @@ -29,26 +29,32 @@ Features
* Application for loopback testing on Simulator or hardware

************
Known Issues
Known issues
************

* ADAT Rx: Requirement for 100 MHz reference clock (#18)
* ADAT Tx: No support for 256x master clock (i.e. 48 kHz from 12.288 MHz master clock) (#17)

****************
Development repo
****************

* `lib_adat <https://www.github.com/xmos/lib_adat>`_

**************
Required Tools
Required tools
**************

* XMOS XTC Tools: 15.3.0

*********************************
Required Libraries (dependencies)
Required libraries (dependencies)
*********************************

* None

*************************
Related Application Notes
Related application notes
*************************

The following application notes use this library:
Expand Down
494 changes: 0 additions & 494 deletions __generator_rx/.cproject

This file was deleted.

76 changes: 0 additions & 76 deletions __generator_rx/.project

This file was deleted.

1 change: 0 additions & 1 deletion __generator_rx/.xproject

This file was deleted.

Loading

0 comments on commit d463dae

Please sign in to comment.