git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3207 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
02f5682694
commit
f005ce481f
|
@ -395,7 +395,7 @@
|
||||||
* @p panic_msg variable set to @p NULL.
|
* @p panic_msg variable set to @p NULL.
|
||||||
*/
|
*/
|
||||||
#if !defined(CH_DBG_ENABLE_STACK_CHECK) || defined(__DOXYGEN__)
|
#if !defined(CH_DBG_ENABLE_STACK_CHECK) || defined(__DOXYGEN__)
|
||||||
#define CH_DBG_ENABLE_STACK_CHECK TRUE
|
#define CH_DBG_ENABLE_STACK_CHECK FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -89,9 +89,9 @@
|
||||||
(backported to 2.2.4).
|
(backported to 2.2.4).
|
||||||
- FIX: Fixed timeout problem in the lwIP interface layer (bug 3302420)
|
- FIX: Fixed timeout problem in the lwIP interface layer (bug 3302420)
|
||||||
(backported to 2.2.4).
|
(backported to 2.2.4).
|
||||||
- Removed all the ch.ld files from the ARMCMx demos, now the makefiles point
|
- NEW: Removed all the ch.ld files from the ARMCMx demos, now the makefiles
|
||||||
to common ld files under the various ports. Less duplication and easier
|
point to common ld files under the various ports. Less duplication and
|
||||||
maintenance.
|
easier maintenance.
|
||||||
(do this to the other GCC ports too)
|
(do this to the other GCC ports too)
|
||||||
- NEW: Improved stack checking and reorganized memory map for the Cortex-Mx
|
- NEW: Improved stack checking and reorganized memory map for the Cortex-Mx
|
||||||
demos. Now stacks are allocated at the start of the RAM, an overflow of the
|
demos. Now stacks are allocated at the start of the RAM, an overflow of the
|
||||||
|
|
Loading…
Reference in New Issue