From 4d0c50739e0db28f02e2ec55448c55283bd9c7cc Mon Sep 17 00:00:00 2001 From: Joachim Naulet Date: Tue, 8 Oct 2024 21:54:57 +0200 Subject: [PATCH] Release notes update --- RELEASE_NOTES.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 15b9c88e..3f209da2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,21 @@ # Release notes +## picoRTOS v1.9.9 +### What's new ? + +Minor update, support for new architecture: + + - STM8: support for STM8Sx003 + - STM8S minimal drivers (clock, mux, gpio) + demo, staging + +A few fixes have been made to the build system, mainly to accomodate for newer versions of +the gcc compiler, thanks to David J. Fiddes + +ATTiny414 machine has been added, courtesy of Platima. + +More tests & static analysis have been added in the corresponding directory & code has been +made more compliant with the newer versions of the tools in the meantime. + ## picoRTOS v1.9.8 ### What's new ?