diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-10-25 11:02:35 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-10-25 11:02:35 +0000 |
commit | 79280551050445d86045df9e160af2f9c85b40a3 (patch) | |
tree | fbe20f02bd441d24b2bda8aeb1ca4ffbeba0b13c /readme.txt | |
parent | 3547c3916175d387a43c6d3a36330550b1d278d5 (diff) | |
download | ChibiOS-79280551050445d86045df9e160af2f9c85b40a3.tar.gz ChibiOS-79280551050445d86045df9e160af2f9c85b40a3.tar.bz2 ChibiOS-79280551050445d86045df9e160af2f9c85b40a3.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@483 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt index 5181ceee6..fe51b009e 100644 --- a/readme.txt +++ b/readme.txt @@ -74,10 +74,9 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, *****************************************************************************
*** 0.7.3 ***
+- CHANGE: Removed the files chsleep.c and sleep.h.
- CHANGE: Renamed the files chdelta.c and delta.h to chvt.c and vt.h. All the
system time related functions and macros are now moved here.
-- CHANGE: Removed the files chsleep.c and sleep.h, the content was moved in
- other files.
- CHANGE: Renamed the structure DeltaList to VTList, it includes the system
time counter too now.
- CHANGE: Removed the CH_USE_SYSTEMTIME and CH_USE_VIRTUAL_TIMER configuration
|