diff options
-rw-r--r-- | demos/ARMCM3-STM32F103/chconf.h | 2 | ||||
-rw-r--r-- | readme.txt | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/demos/ARMCM3-STM32F103/chconf.h b/demos/ARMCM3-STM32F103/chconf.h index 12f6b82d7..14109b635 100644 --- a/demos/ARMCM3-STM32F103/chconf.h +++ b/demos/ARMCM3-STM32F103/chconf.h @@ -520,8 +520,6 @@ /* Port-specific settings (override port settings defaulted in chcore.h). */
/*===========================================================================*/
-/*#define CORTEX_SIMPLIFIED_PRIORITY TRUE*/
-
#endif /* _CHCONF_H_ */
/** @} */
diff --git a/readme.txt b/readme.txt index 1824f63c5..7b4729e8b 100644 --- a/readme.txt +++ b/readme.txt @@ -75,10 +75,13 @@ (backported to 2.2.4).
- NEW: Reorganization of the Cortex-Mx ports in order to reduced code and
comments duplication in the various headers.
-- NEW: Improved the ARMv7-M port now there are two modes: Compact and Advanced.
+- NEW: Improved the ARMv7-M sub-port now there are two modes: Compact and
+ Advanced.
The advanced mode is equivalent to the previous versions, the compact mode
- is new and makes the kernel *much* smaller and faster but does not support
- fast interrupts, see reports.
+ is new and makes the kernel *much* smaller and generally faster but does
+ not support fast interrupts, see the reports for details.
+- NEW: Now the port layer exports info regarding the compiler and the port
+ options. The info are printed into the test reports.
- CHANGE: Renamed the macros IDLE_THREAD_STACK_SIZE and INT_REQUIRED_STACK
to PORT_IDLE_THREAD_STACK_SIZE and PORT_INT_REQUIRED_STACK for consistency.
- CHANGE: Removed the "old" Cortex-M3 port from the code, the current port
|