Enable memcore to fix malloc/rand crashes (#8695)

miryoku-merge-master
Joel Challis 6 years ago committed by GitHub
parent 6de77141a4
commit 2392ddb76b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

Loading…
Cancel
Save