From 161f8c0e245acd3d486b920e413e148fa81a36fa Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 12 Sep 2025 20:49:52 -0400 Subject: [PATCH] configure: Document the 'memory' parameter for hosted builds Change-Id: I49979cf20fd5405bbb90dff297f5e695e046f2b9 --- tools/configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/configure b/tools/configure index 8de248b86b..bc1e08ccb6 100755 --- a/tools/configure +++ b/tools/configure @@ -1816,6 +1816,8 @@ fi # modelname: short model name used all over to identify this target # memory: number of megabytes of RAM this target has. If the amount can # be selected by the size prompt, let memory be unset here + # Note that for hsoted/application builds, this is the size + # reserved for the audio buffer, not the total RAM size. # target: -Ddefine passed to the build commands to make the correct # config-*.h file get included etc # tool: the tool that takes a plain binary and converts that into a