From 21b757e62eec5ad34cf81309d25288c7e56713ae Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 12 Oct 2014 10:53:29 -0600 Subject: [PATCH] Cosmetic update to comments --- configs/stm3240g-eval/README.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configs/stm3240g-eval/README.txt b/configs/stm3240g-eval/README.txt index b7e7bf94a50..00a469aae2a 100644 --- a/configs/stm3240g-eval/README.txt +++ b/configs/stm3240g-eval/README.txt @@ -1067,6 +1067,14 @@ Where is one of the following: you do this a lot, you will probably want to invest a little time to develop a tool to automate these steps. + STATUS: + 2014-10-11: This worked at one time, but today I am getting a + failure inside of the GCC library. This occurred with the + computations at the end of touchscreen calibration. The + NuttX code seems to be working correctly, but there is some + problem with how the GCC integer math is hooked in??? I did + not dig into this very deeply. + nettest: -------