mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 22:00:21 +00:00
boards/risc-v/esp32c3: remove CXX initialization from BLE defconfig
Espressif common initialization and lib_cxx_initialize are having conflicts and multiple linker script issues. Removing CXX_INITIALIZE solves those problems with no side effects. Signed-off-by: Filipe Cavalcanti <filipe.cavalcanti@espressif.com>
This commit is contained in:
parent
63f081cbf2
commit
caa3772d50
2 changed files with 0 additions and 4 deletions
|
|
@ -26,8 +26,6 @@ CONFIG_DRIVERS_IEEE80211=y
|
|||
CONFIG_DRIVERS_WIRELESS=y
|
||||
CONFIG_ESPRESSIF_BLE=y
|
||||
CONFIG_FS_PROCFS=y
|
||||
CONFIG_HAVE_CXX=y
|
||||
CONFIG_HAVE_CXXINITIALIZE=y
|
||||
CONFIG_IDLETHREAD_STACKSIZE=2048
|
||||
CONFIG_INIT_ENTRYPOINT="nsh_main"
|
||||
CONFIG_INTELHEX_BINARY=y
|
||||
|
|
|
|||
|
|
@ -28,8 +28,6 @@ CONFIG_DRIVERS_WIRELESS=y
|
|||
CONFIG_ESPRESSIF_BLE=y
|
||||
CONFIG_EXAMPLES_NIMBLE=y
|
||||
CONFIG_FS_PROCFS=y
|
||||
CONFIG_HAVE_CXX=y
|
||||
CONFIG_HAVE_CXXINITIALIZE=y
|
||||
CONFIG_IDLETHREAD_STACKSIZE=2048
|
||||
CONFIG_INIT_ENTRYPOINT="nsh_main"
|
||||
CONFIG_INTELHEX_BINARY=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue