From 23a3a7f004c343c18b1a38a9dac790259f225965 Mon Sep 17 00:00:00 2001 From: Ian Martin Date: Wed, 16 Apr 2014 10:47:01 -0400 Subject: [PATCH] Add a note about "make cc2538-demo.lst" to the platform README. --- platform/cc2538dk/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/cc2538dk/README.md b/platform/cc2538dk/README.md index 04941fddd..786ea928f 100644 --- a/platform/cc2538dk/README.md +++ b/platform/cc2538dk/README.md @@ -244,6 +244,8 @@ If you want to upload the compiled firmware to a node via the serial boot loader For the `cc2538-demo`, the comments at the top of `cc2538-demo.c` describe in detail what the example does. +To generate an assembly listing of the compiled firmware, run `make cc2538-demo.lst`. This may be useful for debugging or optimizing your application code. To intersperse the C source code within the assembly listing, you must instruct the compiler to include debugging information by adding `CFLAGS += -g` to the project Makefile and rebuild by running `make clean cc2538-demo.lst`. + Node IEEE/RIME/IPv6 Addresses -----------------------------