Skip to content

Commit

Permalink
px4fmu-v5_default:Enable inclusion of the DTCM in the heap
Browse files Browse the repository at this point in the history
  CONFIG_MM_REGIONS=3 adds the DTCM region to the heap.
  • Loading branch information
David Sidrane committed Mar 21, 2017
1 parent 4275daa commit 625ff62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuttx-configs/px4fmu-v5/nsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ CONFIG_FS_PROCFS_REGISTER=y
# Memory Management
#
# CONFIG_MM_SMALL is not set
CONFIG_MM_REGIONS=2
CONFIG_MM_REGIONS=3
# CONFIG_ARCH_HAVE_HEAP2 is not set
CONFIG_GRAN=y
# CONFIG_GRAN_SINGLE is not set
Expand Down

0 comments on commit 625ff62

Please sign in to comment.