aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-06-27 09:12:43 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-06-27 09:12:43 +0000
commitd2fb55a6bc64b2f793017589a7b1faabf2e33b28 (patch)
tree6b2b3280889f285e761d4c7a69498e036adf86f6 /readme.txt
parent90527794f02f544505e34b89687401aeaa964e35 (diff)
downloadChibiOS-d2fb55a6bc64b2f793017589a7b1faabf2e33b28.tar.gz
ChibiOS-d2fb55a6bc64b2f793017589a7b1faabf2e33b28.tar.bz2
ChibiOS-d2fb55a6bc64b2f793017589a7b1faabf2e33b28.zip
Removed call to localtime_r() function for non-GNU compilers.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8056 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index a6d65539c..962607c6a 100644
--- a/readme.txt
+++ b/readme.txt
@@ -74,6 +74,8 @@
*****************************************************************************
*** 3.0.0p6 ***
+- HAL: Removed call to localtime_r() function for non-GNU compilers in
+ STM32F1xx RTC driver.
- DEM: Fixed the FatFS demo timeout, now it is expressed in milliseconds.
- DEM: Added -Wundef to all the demos and test programs in order to find
common error cases.