mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 15:05:07 +00:00
boards/nucleo-f302r8: disable some interfaces to reduce size
This board config is reaching the 64KB Flash limit, so disable some not used interface to reduce size. Signed-off-by: Alan C. Assis <acassis@gmail.com>
This commit is contained in:
parent
9beaee3d48
commit
35cd94b1f6
1 changed files with 1 additions and 1 deletions
|
|
@ -32,6 +32,7 @@ CONFIG_DEBUG_FULLOPT=y
|
|||
CONFIG_DEBUG_SYMBOLS=y
|
||||
CONFIG_DEFAULT_SMALL=y
|
||||
CONFIG_DEFAULT_TASK_STACKSIZE=1024
|
||||
CONFIG_DISABLE_MQUEUE_SYSV=y
|
||||
CONFIG_EXAMPLES_FOC=y
|
||||
CONFIG_EXAMPLES_FOC_ADC_MAX=4095
|
||||
CONFIG_EXAMPLES_FOC_ADC_VREF=3300
|
||||
|
|
@ -57,7 +58,6 @@ CONFIG_LIBM=y
|
|||
CONFIG_MOTOR=y
|
||||
CONFIG_MOTOR_FOC=y
|
||||
CONFIG_MOTOR_FOC_TRACE=y
|
||||
CONFIG_MQ_MAXMSGSIZE=5
|
||||
CONFIG_NSH_BUILTIN_APPS=y
|
||||
CONFIG_NSH_DISABLE_HELP=y
|
||||
CONFIG_RAM_SIZE=16386
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue