Browse Source

ChibiOS enable memory allocations (#11620)

pull/11621/head
Nick Brassel 3 years ago
committed by GitHub
parent
commit
3b1ffd2ede
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 16 additions and 16 deletions
  1. +1
    -1
      keyboards/akegata_denki/device_one/chconf.h
  2. +1
    -1
      keyboards/ergodox_stm32/chconf.h
  3. +1
    -1
      keyboards/handwired/onekey/blackpill_f401/chconf.h
  4. +1
    -1
      keyboards/handwired/onekey/blackpill_f411/chconf.h
  5. +1
    -1
      keyboards/handwired/onekey/teensy_32/chconf.h
  6. +1
    -1
      keyboards/handwired/onekey/teensy_lc/chconf.h
  7. +1
    -1
      keyboards/handwired/pill60/blackpill_f401/chconf.h
  8. +1
    -1
      keyboards/handwired/pill60/blackpill_f411/chconf.h
  9. +1
    -1
      keyboards/handwired/riblee_f401/chconf.h
  10. +1
    -1
      keyboards/handwired/riblee_f411/chconf.h
  11. +1
    -1
      keyboards/handwired/twadlee/tp69/chconf.h
  12. +1
    -1
      keyboards/jm60/chconf.h
  13. +1
    -1
      keyboards/matrix/m20add/chconf.h
  14. +1
    -1
      keyboards/matrix/noah/chconf.h
  15. +1
    -1
      platforms/chibios/QMK_PROTON_C/configs/chconf.h
  16. +1
    -1
      platforms/chibios/common/configs/chconf.h

+ 1
- 1
keyboards/akegata_denki/device_one/chconf.h View File

@ -45,7 +45,7 @@
#define CH_CFG_USE_DYNAMIC TRUE
#define CH_CFG_USE_FACTORY TRUE
#define CH_CFG_USE_FACTORY FALSE
#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE


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

@ -47,7 +47,7 @@
#define CH_CFG_USE_DYNAMIC TRUE
#define CH_CFG_USE_FACTORY TRUE
#define CH_CFG_USE_FACTORY FALSE
#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE


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

@ -25,7 +25,7 @@
#define CH_CFG_USE_MEMCORE TRUE
#define CH_CFG_USE_FACTORY TRUE
#define CH_CFG_USE_FACTORY FALSE
#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE


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

@ -25,7 +25,7 @@
#define CH_CFG_USE_MEMCORE TRUE
#define CH_CFG_USE_FACTORY TRUE
#define CH_CFG_USE_FACTORY FALSE
#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE


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

@ -31,7 +31,7 @@
#define CH_CFG_USE_MEMCORE TRUE
#define CH_CFG_USE_FACTORY TRUE
#define CH_CFG_USE_FACTORY FALSE
#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE


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

@ -31,7 +31,7 @@
#define CH_CFG_USE_MEMCORE TRUE
#define CH_CFG_USE_FACTORY TRUE
#define CH_CFG_USE_FACTORY FALSE
#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE


+ 1
- 1
keyboards/handwired/pill60/blackpill_f401/chconf.h View File

@ -25,7 +25,7 @@
#define CH_CFG_USE_MEMCORE TRUE
#define CH_CFG_USE_FACTORY TRUE
#define CH_CFG_USE_FACTORY FALSE
#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE


+ 1
- 1
keyboards/handwired/pill60/blackpill_f411/chconf.h View File

@ -25,7 +25,7 @@
#define CH_CFG_USE_MEMCORE TRUE
#define CH_CFG_USE_FACTORY TRUE
#define CH_CFG_USE_FACTORY FALSE
#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE


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

@ -25,7 +25,7 @@
#define CH_CFG_USE_MEMCORE TRUE
#define CH_CFG_USE_FACTORY TRUE
#define CH_CFG_USE_FACTORY FALSE
#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE


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

@ -25,7 +25,7 @@
#define CH_CFG_USE_MEMCORE TRUE
#define CH_CFG_USE_FACTORY TRUE
#define CH_CFG_USE_FACTORY FALSE
#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE


+ 1
- 1
keyboards/handwired/twadlee/tp69/chconf.h View File

@ -31,7 +31,7 @@
#define CH_CFG_USE_MEMCORE TRUE
#define CH_CFG_USE_FACTORY TRUE
#define CH_CFG_USE_FACTORY FALSE
#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE


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

@ -47,7 +47,7 @@
#define CH_CFG_USE_DYNAMIC TRUE
#define CH_CFG_USE_FACTORY TRUE
#define CH_CFG_USE_FACTORY FALSE
#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE


+ 1
- 1
keyboards/matrix/m20add/chconf.h View File

@ -47,7 +47,7 @@
#define CH_CFG_USE_DYNAMIC TRUE
#define CH_CFG_USE_FACTORY TRUE
#define CH_CFG_USE_FACTORY FALSE
#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE


+ 1
- 1
keyboards/matrix/noah/chconf.h View File

@ -47,7 +47,7 @@
#define CH_CFG_USE_DYNAMIC TRUE
#define CH_CFG_USE_FACTORY TRUE
#define CH_CFG_USE_FACTORY FALSE
#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE


+ 1
- 1
platforms/chibios/QMK_PROTON_C/configs/chconf.h View File

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


+ 1
- 1
platforms/chibios/common/configs/chconf.h View File

@ -338,7 +338,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