arduino-mega2560/nsh: Remove CONFIG_INTELHEX_BINARY

to avoid "avr-objcopy: Bad CPU type in executable" on macOS

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-12-11 20:23:45 +08:00 committed by Xiang Xiao
parent 4b760fcea8
commit 4a84555d1c
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ CONFIG_DISABLE_MOUNTPOINT=y
CONFIG_IDLETHREAD_STACKSIZE=128
CONFIG_INIT_ENTRYPOINT="nsh_main"
CONFIG_INIT_STACKSIZE=768
CONFIG_INTELHEX_BINARY=y
CONFIG_NFILE_DESCRIPTORS_PER_BLOCK=4
CONFIG_NUNGET_CHARS=0
CONFIG_POSIX_SPAWN_DEFAULT_STACKSIZE=768