From 124ae8291b84a6b69499e6fb9eb41d48f33233fe Mon Sep 17 00:00:00 2001 From: Bill Greiman Date: Fri, 27 Jan 2017 06:08:23 -0800 Subject: [PATCH 1/4] Fix 1.80 problem --- libraries/ChibiOS_AVR/src/utility/chthreads.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/ChibiOS_AVR/src/utility/chthreads.c b/libraries/ChibiOS_AVR/src/utility/chthreads.c index aec1248..ae0d955 100644 --- a/libraries/ChibiOS_AVR/src/utility/chthreads.c +++ b/libraries/ChibiOS_AVR/src/utility/chthreads.c @@ -394,6 +394,7 @@ void chThdYield(void) { * * @api */ +void chThdExit(msg_t msg) attribute((used)); void chThdExit(msg_t msg) { chSysLock(); From 2afad87d85e535e51b5edb504b7c5dec14d04d61 Mon Sep 17 00:00:00 2001 From: Bill Greiman Date: Tue, 1 Aug 2017 08:29:56 -0700 Subject: [PATCH 2/4] Notice of version 4.0.0 --- readme.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.txt b/readme.txt index f720aca..70583d1 100644 --- a/readme.txt +++ b/readme.txt @@ -1,3 +1,8 @@ +Please try the newer version of ChibiOS/RT in the ChRT repository. + +It is version 4.0.0 of the ChibiOS/RT kernel from version +17.6 of ChibiOS. + This is a port of ChibiOS/RT version 3.0.3 for Arduino. AVR, Due, and Teensy 3.x boards are supported. From fa1e60ffb6fe3c55c8f96073137a9e7755a70bd9 Mon Sep 17 00:00:00 2001 From: Bill Greiman Date: Tue, 1 Aug 2017 08:32:01 -0700 Subject: [PATCH 3/4] Correct notice of new version. --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 70583d1..b7abcdc 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Please try the newer version of ChibiOS/RT in the ChRT repository. +Please try the newer version of ChibiOS/RT in the ChRt repository. It is version 4.0.0 of the ChibiOS/RT kernel from version 17.6 of ChibiOS. From 2aa9b1d9504bf4a6e6720d33dd3d5acfc8ace7f0 Mon Sep 17 00:00:00 2001 From: Bill Greiman Date: Thu, 3 Oct 2019 06:49:06 -0700 Subject: [PATCH 4/4] End of support for this library. --- readme.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index b7abcdc..10ab83e 100644 --- a/readme.txt +++ b/readme.txt @@ -1,9 +1,10 @@ Please try the newer version of ChibiOS/RT in the ChRt repository. -It is version 4.0.0 of the ChibiOS/RT kernel from version -17.6 of ChibiOS. +It is version 6.0.3 of the ChibiOS/RT kernel from release +19.1.3 of ChibiOS. -This is a port of ChibiOS/RT version 3.0.3 for Arduino. +This is a port of ChibiOS/RT version 3.0.3 for Arduino and will +not be updated. AVR, Due, and Teensy 3.x boards are supported.