Go to file
Anas Nashif 6361be24bc scripts: add a script to report RAM/ROM usage
Still WIP. Give statistics on memory/flash usage.

Run:
 make BOARD=<board> ram_report
 or
 make BOARD=<board> rom_report

Change-Id: I6b0aee09b89275e12f1cde863d2c0f5b8dfd0409
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-05-26 15:19:15 +00:00
arch arc: Uses of .nd on various branches not wanted 2016-05-26 10:45:53 +00:00
boards Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
doc doc: arduino_101: Add section about Bluetooth HCI tracing 2016-05-26 11:11:28 +00:00
drivers eth: Fix spurious interrupt issues 2016-05-26 15:12:25 +00:00
ext ext: plumb out Kconfig support for external source code 2016-05-25 11:28:34 +00:00
include console: Add support for commands completion 2016-05-26 12:02:51 +00:00
kernel Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
lib Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
misc Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
net net: ipv6: Fix net_set_mac function 2016-05-26 12:24:43 +00:00
samples arc: support microkernel on ARC 2016-05-25 22:14:18 -04:00
scripts scripts: add a script to report RAM/ROM usage 2016-05-26 15:19:15 +00:00
tests arc: support microkernel on ARC 2016-05-25 22:14:18 -04:00
.checkpatch.conf checkpatch: exclude ext/ from checks 2016-05-23 16:05:42 +00:00
.gitattributes
.gitignore
.gitreview
.mailmap
Kbuild build: add more dependencies to build process 2016-05-20 18:25:19 +00:00
Kconfig
Kconfig.zephyr Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
LICENSE
Makefile scripts: add a script to report RAM/ROM usage 2016-05-26 15:19:15 +00:00
Makefile.inc scripts: add a script to report RAM/ROM usage 2016-05-26 15:19:15 +00:00
zephyr-env.sh