HAL_ChibiOS: use less memory in SoftSigReader
This commit is contained in:
parent
d083cd87d6
commit
7b67146bc4
@ -97,8 +97,11 @@ define NO_DATAFLASH TRUE
|
||||
|
||||
define DMA_RESERVE_SIZE 0
|
||||
|
||||
# reduce memory usage in RCInput
|
||||
define SOFTSIG_MAX_SIGNAL_TRANSITIONS 256
|
||||
|
||||
define IOMCU_FW TRUE
|
||||
define NO_FASTBOOT
|
||||
IOMCU_FW 1
|
||||
MAIN_STACK 0x200
|
||||
PROCESS_STACK 0x250
|
||||
PROCESS_STACK 0x250
|
||||
|
Loading…
Reference in New Issue
Block a user