diff options
Diffstat (limited to 'readme.txt')
| -rw-r--r-- | readme.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 7739b5fab..cbd40f646 100644 --- a/readme.txt +++ b/readme.txt @@ -93,6 +93,10 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, - NEW: Added a configuration option that enables the priority enqueuing on
semaphores. It is defaulted to off because usually semaphores are used for
I/O related tasks without hard realtime requirements.
+- NEW: Now the all the options in chconf.h and the various driver headers
+ can be overridden externally, as example from within the Makefile.
+ The options are no mode a simple define but a define with an assigned
+ TRUE/FALSE value within an #ifndef block.
- NEW: Idle thread hook macro added to the configuration file.
- OPT: Improved ARM7 thumb port code, thanks to some GCC tricks involving
registers usage now the kernel is much smaller, faster and most OS APIs
|
