From 02662d27e3fcec1c24822e754f9895986bebdeed Mon Sep 17 00:00:00 2001 From: Michael Cardell Widerkrantz Date: Mon, 27 Jan 2025 17:10:39 +0100 Subject: [PATCH] docs: Note the breaking change in the release notes The introduction of the USB Controller Protocol means we have a breaking change that makes device apps unable to communicate. --- doc/release_notes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/release_notes.md b/doc/release_notes.md index f741042..afc2c0c 100644 --- a/doc/release_notes.md +++ b/doc/release_notes.md @@ -7,6 +7,11 @@ Descriptions of the tagged TKey releases. Overview of changes since TK TK1-24.03 for the Castor milestone so far. +**Note well**: BREAKING CHANGE! The introduction of the USB Controller +Protocol betwen the programs running on the PicoRV32 CPU and the CH552 +means that device apps that have not been changed to use the protocol +will not have any way to communicate with the outside world. + ### General - Split repo: