Skip to content

Commit

Permalink
Merge pull request #249 from xmos/release/v2.0.0
Browse files Browse the repository at this point in the history
Merge release/v2.0.0 into master
  • Loading branch information
DaveAtkinsonXMOS authored Jul 22, 2021
2 parents 1312e5c + 08cf1f2 commit d93f900
Show file tree
Hide file tree
Showing 292 changed files with 11,903 additions and 14,291 deletions.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,15 @@ test_results.csv
.DS_Store
_README/**
**/pdf/**
**/.venv/**
*.doctree
sphinx.output
Installs/
.settings
**/.venv/**
tests/bin.txt
tests/log
tests/test_**/**test_xs2.xn
tests/test_**/**test_xs3_600.xn
tests/test_**/**test_xs3_800.xn
**/venv/**
*.gtkw
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
lib_xud Change Log
==================

2.0.0
-----

* ADDED: Initial support for XS3A based devices
* ADDED: Requirement to define XUD_CORE_CLOCK with xcore core clock speed
in MHz
* CHANGE: Removed support for XS1-G, and XS1-L (including U series) based
devices
* RESOLVED: Exception when Endpoint marked as disabled
* CHANGE: Use common XN files for tests

1.2.0
-----

Expand Down
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ getApproval()

pipeline {
agent {
label 'x86_64&&brew&&macOS'
label 'x86_64 && brew && macOS'
}
environment {
REPO = 'lib_xud'
VIEW = "${env.JOB_NAME.contains('PR-') ? REPO+'_'+env.CHANGE_TARGET : REPO+'_'+env.BRANCH_NAME}"
VIEW = getViewName(REPO)
}
options {
skipDefaultCheckout()
Expand Down
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ that allows you to control an USB bus via xCORE ports.

The library provides functionality to act as a USB *device* only.

This library is aimed primarily for use with xCORE-200 Series or xCORE U-Series devices but it does also support xCORE L-Series devices with the addition of an external USB PHY device.
This library is for use with xCORE-200 Series or xCORE-AI series devices only, previous generations of xCORE devices are no longer supported.

Features
........
Expand All @@ -20,6 +20,12 @@ Features
* Device mode
* Bulk, control, interrupt and isochronous endpoint types supported

Known Issues
............

* Operation on XS3 based devices only supported at 700MHz
* SOF tokens are not CRC checked on XS3 based devices (see tests/test_sof_badcrc)

Software version and dependencies
.................................

Expand Down
524 changes: 0 additions & 524 deletions __app_test/.cproject

This file was deleted.

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

This file was deleted.

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

This file was deleted.

66 changes: 0 additions & 66 deletions __app_test/Makefile

This file was deleted.

9 changes: 0 additions & 9 deletions __app_test/README

This file was deleted.

9 changes: 0 additions & 9 deletions __app_test/README.rst

This file was deleted.

Loading

0 comments on commit d93f900

Please sign in to comment.