diff options
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 3494707a5..5181ceee6 100644 --- a/readme.txt +++ b/readme.txt @@ -74,6 +74,12 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, *****************************************************************************
*** 0.7.3 ***
+- 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
options in order to make the chconf.h file simpler. The related subsystems
are almost always required and are now always included.
|