Skip to content

Commit

Permalink
Removed stack checking from IO
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzMeier committed Jun 7, 2013
1 parent bc5c15a commit 18d0ea6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 3 additions & 3 deletions nuttx/configs/px4io-v1/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

if ARCH_BOARD_PX4IO_V1

config CONFIG_HRT_TIMER
config HRT_TIMER
bool "High resolution timer support"
default y
---help---
Enable high resolution timer for PPM capture and system clocks.

config CONFIG_HRT_PPM
config HRT_PPM
bool "PPM input capture"
default y
depends on CONFIG_HRT_TIMER
depends on HRT_TIMER
---help---
Enable PPM input capture via HRT (for CPPM / PPM sum RC inputs)

Expand Down
4 changes: 0 additions & 4 deletions nuttx/configs/px4io-v1/common/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ ARCHCPUFLAGS = -mcpu=cortex-m3 \
-mthumb \
-march=armv7-m

# enable precise stack overflow tracking
#INSTRUMENTATIONDEFINES = -finstrument-functions \
# -ffixed-r10

# use our linker script
LDSCRIPT = ld.script

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 @@ -94,7 +94,7 @@ CONFIG_ARCH_DMA=y
CONFIG_ARCH_MATH_H=y

CONFIG_ARMV7M_CMNVECTOR=y
CONFIG_ARMV7M_STACKCHECK=y
# CONFIG_ARMV7M_STACKCHECK is not set

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

0 comments on commit 18d0ea6

Please sign in to comment.