copyright + changelog

This commit is contained in:
Shuchita Khare
2024-05-29 15:54:34 +01:00
parent e92665174d
commit 5caee234e5
2 changed files with 2 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ UNRELEASED
* FIXED: Samples transferred to ADAT tx too frequently in TDM mode * FIXED: Samples transferred to ADAT tx too frequently in TDM mode
* FIXED: S/MUX not initialised to a value based on DEFAULT_FREQ in clockgen * FIXED: S/MUX not initialised to a value based on DEFAULT_FREQ in clockgen
* FIXED: Trap when moving to DSD mode on XS3A based devices * FIXED: Trap when moving to DSD mode on XS3A based devices
* ADDED: CT_END token based handshake in MIDI channels transactions
4.0.0 4.0.0
----- -----

View File

@@ -1,4 +1,4 @@
// Copyright 2011-2022 XMOS LIMITED. // Copyright 2011-2024 XMOS LIMITED.
// This Software is subject to the terms of the XMOS Public Licence: Version 1. // This Software is subject to the terms of the XMOS Public Licence: Version 1.
#ifndef _XUA_MIDI_H_ #ifndef _XUA_MIDI_H_
#define _XUA_MIDI_H_ #define _XUA_MIDI_H_