aboutsummaryrefslogtreecommitdiff
path: root/tmk_core
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2018-02-08 14:39:40 -0500
committerGitHub <noreply@github.com>2018-02-08 14:39:40 -0500
commit63c16f4b632a2a82a775f51a3ad0cc690cca1fc9 (patch)
tree30ae1807a3eb509a341b2cc5f5eaee0c0437d374 /tmk_core
parent7d79412f9989d71e9c0514958bc39d1cc1649521 (diff)
downloadqmk_firmware-63c16f4b632a2a82a775f51a3ad0cc690cca1fc9.tar.gz
qmk_firmware-63c16f4b632a2a82a775f51a3ad0cc690cca1fc9.zip
ARM audio fixes, stack size increase (#2365)
* fix up arm audio implementation * chibios stack size inc * get one channel working * update for chibios
Diffstat (limited to 'tmk_core')
-rw-r--r--tmk_core/chibios.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/chibios.mk b/tmk_core/chibios.mk
index df9fa8498..1cd0146fe 100644
--- a/tmk_core/chibios.mk
+++ b/tmk_core/chibios.mk
@@ -6,7 +6,7 @@
6# Stack size to be allocated to the Cortex-M process stack. This stack is 6# Stack size to be allocated to the Cortex-M process stack. This stack is
7# the stack used by the main() thread. 7# the stack used by the main() thread.
8ifeq ($(USE_PROCESS_STACKSIZE),) 8ifeq ($(USE_PROCESS_STACKSIZE),)
9 USE_PROCESS_STACKSIZE = 0x200 9 USE_PROCESS_STACKSIZE = 0x800
10endif 10endif
11 11
12# Stack size to the allocated to the Cortex-M main/exceptions stack. This 12# Stack size to the allocated to the Cortex-M main/exceptions stack. This