From e33f56fbf2a16ab3d487d4f9cbc53b48d1b9a3a5 Mon Sep 17 00:00:00 2001 From: Terraneo Federico <fede.tft@miosix.org> Date: Sun, 10 Jan 2021 19:14:57 +0100 Subject: [PATCH] Begin integrating high-resolution timing infrastructure --- UNSTABLE README.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 UNSTABLE README.txt diff --git a/UNSTABLE README.txt b/UNSTABLE README.txt new file mode 100644 index 00000000..50a179c2 --- /dev/null +++ b/UNSTABLE README.txt @@ -0,0 +1,11 @@ +The commits where this file is present are not production grade. + +They contain in-development code to implement new features of Miosix, in particular the high-resolution timing infrastructure. + +They are known to break compiling on any architecture but the ones where development was done, namely: +- stm32f407vg_stm32f4discovery +- efm32gg332f1024_wandstem + +In addition, other bugs may be present. + +This file will be removed once the code is back to being production grade. -- GitLab