Browse Source

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

pull/8698/head
Joel Challis 4 years ago
committed by GitHub
parent
commit
2392ddb76b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 18 additions and 18 deletions
  1. +1
    -1
      keyboards/acheron/austin/chconf.h
  2. +1
    -1
      keyboards/acheron/keebspcb/chconf.h
  3. +1
    -1
      keyboards/at_at/660m/chconf.h
  4. +1
    -1
      keyboards/candybar/chconf.h
  5. +1
    -1
      keyboards/cannonkeys/an_c/chconf.h
  6. +1
    -1
      keyboards/cannonkeys/chimera65/chconf.h
  7. +1
    -1
      keyboards/cannonkeys/instant60/chconf.h
  8. +1
    -1
      keyboards/cannonkeys/iron165/chconf.h
  9. +1
    -1
      keyboards/cannonkeys/satisfaction75/chconf.h
  10. +1
    -1
      keyboards/cannonkeys/savage65/chconf.h
  11. +1
    -1
      keyboards/cannonkeys/tmov2/chconf.h
  12. +1
    -1
      keyboards/cheshire/curiosity/chconf.h
  13. +1
    -1
      keyboards/handwired/ck4x4/chconf.h
  14. +1
    -1
      keyboards/handwired/onekey/stm32f0_disco/chconf.h
  15. +1
    -1
      keyboards/projectkb/alice/chconf.h
  16. +1
    -1
      keyboards/retro_75/chconf.h
  17. +1
    -1
      keyboards/wete/chconf.h
  18. +1
    -1
      keyboards/xiaomi/mk02/chconf.h

+ 1
- 1
keyboards/acheron/austin/chconf.h View File

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


+ 1
- 1
keyboards/acheron/keebspcb/chconf.h View File

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


+ 1
- 1
keyboards/at_at/660m/chconf.h View File

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


+ 1
- 1
keyboards/candybar/chconf.h View File

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


+ 1
- 1
keyboards/cannonkeys/an_c/chconf.h View File

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


+ 1
- 1
keyboards/cannonkeys/chimera65/chconf.h View File

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


+ 1
- 1
keyboards/cannonkeys/instant60/chconf.h View File

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


+ 1
- 1
keyboards/cannonkeys/iron165/chconf.h View File

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


+ 1
- 1
keyboards/cannonkeys/satisfaction75/chconf.h View File

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


+ 1
- 1
keyboards/cannonkeys/savage65/chconf.h View File

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


+ 1
- 1
keyboards/cannonkeys/tmov2/chconf.h View File

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


+ 1
- 1
keyboards/cheshire/curiosity/chconf.h View File

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


+ 1
- 1
keyboards/handwired/ck4x4/chconf.h View File

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


+ 1
- 1
keyboards/handwired/onekey/stm32f0_disco/chconf.h View File

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


+ 1
- 1
keyboards/projectkb/alice/chconf.h View File

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


+ 1
- 1
keyboards/retro_75/chconf.h View File

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


+ 1
- 1
keyboards/wete/chconf.h View File

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


+ 1
- 1
keyboards/xiaomi/mk02/chconf.h View File

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


Loading…
Cancel
Save