crazyflie NuttX defconfig: lower CONFIG_DEV_PIPE_SIZE to 70

This saves almost 2kb of RAM when using the mavlink shell. 70 matches the
size of the mavlink message. Since the pipe is blocking, a process writing
a lot of data will just wait, data will not be dropped.

The mavlink shell is the only process creating a pipe.
This commit is contained in:
Beat Küng
2017-03-09 10:15:51 +01:00
committed by Lorenz Meier
parent 34a2326c12
commit 9862f1c5f9
+1 -1
View File
@@ -854,7 +854,7 @@ CONFIG_AT24XX_FREQUENCY=100000
# CONFIG_EEPROM is not set
CONFIG_PIPES=y
CONFIG_DEV_PIPE_MAXSIZE=1024
CONFIG_DEV_PIPE_SIZE=1024
CONFIG_DEV_PIPE_SIZE=70
CONFIG_DEV_FIFO_SIZE=1024
# CONFIG_PM is not set
# CONFIG_POWER is not set