summaryrefslogtreecommitdiff
path: root/nuttx/tools
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-25 22:21:38 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-25 22:21:38 +0000
commit1e931fd487f9661633ec8d5f952bbaa65d48b876 (patch)
treea85830897a5fc26e1672cc9f5a527cd649498a85 /nuttx/tools
parent73624b6e68013b718cee96dc8d3c628cb84431ba (diff)
downloadpx4-nuttx-1e931fd487f9661633ec8d5f952bbaa65d48b876.tar.gz
px4-nuttx-1e931fd487f9661633ec8d5f952bbaa65d48b876.tar.bz2
px4-nuttx-1e931fd487f9661633ec8d5f952bbaa65d48b876.zip
Add memory usage monitor to USB storage example
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3817 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/tools')
-rwxr-xr-xnuttx/tools/README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/tools/README.txt b/nuttx/tools/README.txt
index e6f65081d..e859e8735 100755
--- a/nuttx/tools/README.txt
+++ b/nuttx/tools/README.txt
@@ -185,10 +185,10 @@ bdf-convert.c
Where nxfonts_myfont.h is the NuttX font file that we generated in
step 2 using the bdf-converter tool.
- 9. Finally, we need to extend the logic that does the run-time font
- lookups so that can find our new font. The lookup function is
- NXHANDLE nxf_getfonthandle(enum nx_fontid_e fontid). The new
- font information needs to be added to data structures used by
+ 9. graphics/nxfonts/nxfonts_getfont.c. Finally, we need to extend the
+ logic that does the run-time font lookups so that can find our new
+ font. The lookup function is NXHANDLE nxf_getfonthandle(enum nx_fontid_e fontid).
+ The new font information needs to be added to data structures used by
that function:
#ifdef CONFIG_NXFONT_SANS23X27