Skip to content

Commit

Permalink
Updated NuttX submodule with memcpy fix, disabled run time stack chec…
Browse files Browse the repository at this point in the history
…king and added modules back in
  • Loading branch information
David Sidrane committed Jan 29, 2015
1 parent 1dcc5c4 commit 6606b56
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion NuttX
Submodule NuttX updated from e4c914 to e1e56f
10 changes: 5 additions & 5 deletions makefiles/config_px4fmu-v2_default.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ MODULES += drivers/hil
# MODULES += drivers/hott/hott_sensors
# MODULES += drivers/blinkm
MODULES += drivers/airspeed
# MODULES += drivers/ets_airspeed
MODULES += drivers/ets_airspeed
MODULES += drivers/meas_airspeed
# MODULES += drivers/frsky_telemetry
MODULES += drivers/frsky_telemetry
MODULES += modules/sensors
# MODULES += drivers/mkblctrl
MODULES += drivers/mkblctrl
MODULES += drivers/px4flow

#
Expand Down Expand Up @@ -70,7 +70,7 @@ MODULES += modules/commander
MODULES += modules/navigator
MODULES += modules/mavlink
MODULES += modules/gpio_led
# MODULES += modules/uavcan
MODULES += modules/uavcan
MODULES += modules/land_detector

#
Expand Down Expand Up @@ -120,7 +120,7 @@ MODULES += lib/launchdetection
#
# OBC challenge
#
# MODULES += modules/bottle_drop
MODULES += modules/bottle_drop

#
# Demo apps
Expand Down
2 changes: 1 addition & 1 deletion nuttx-configs/px4fmu-v1/nsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ CONFIG_ARCH_HAVE_MPU=y
#
# CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT is not set
CONFIG_ARMV7M_TOOLCHAIN_GNU_EABI=y
CONFIG_ARMV7M_STACKCHECK=y
CONFIG_ARMV7M_STACKCHECK=n
CONFIG_SERIAL_TERMIOS=y

#
Expand Down
2 changes: 1 addition & 1 deletion nuttx-configs/px4fmu-v2/nsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ CONFIG_ARCH_HAVE_MPU=y
#
# CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT is not set
CONFIG_ARMV7M_TOOLCHAIN_GNU_EABI=y
CONFIG_ARMV7M_STACKCHECK=y
CONFIG_ARMV7M_STACKCHECK=n
CONFIG_SERIAL_TERMIOS=y
CONFIG_SDIO_DMA=y
CONFIG_SDIO_DMAPRIO=0x00010000
Expand Down
2 changes: 1 addition & 1 deletion nuttx-configs/px4io-v1/nsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ CONFIG_ARCH_DMA=y
CONFIG_ARCH_MATH_H=y

CONFIG_ARMV7M_CMNVECTOR=y
# CONFIG_ARMV7M_STACKCHECK is not set
CONFIG_ARMV7M_STACKCHECK=n

#
# JTAG Enable settings (by default JTAG-DP and SW-DP are disabled):
Expand Down
2 changes: 1 addition & 1 deletion nuttx-configs/px4io-v2/nsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ CONFIG_ARCH_DMA=y
CONFIG_ARCH_MATH_H=y

CONFIG_ARMV7M_CMNVECTOR=y

CONFIG_ARMV7M_STACKCHECK=n
#
# JTAG Enable settings (by default JTAG-DP and SW-DP are disabled):
#
Expand Down

0 comments on commit 6606b56

Please sign in to comment.