mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
d95f21fd67
`cosy` is a graphical memory usage analyzer. It is a great tool, but pretty hidden. Add it as a build target so it can be easiely summoned for any application and board.
10 lines
176 B
Makefile
10 lines
176 B
Makefile
PKG_NAME=cosy
|
|
PKG_URL=https://github.com/haukepetersen/cosy.git
|
|
PKG_VERSION=b6098f2cfc2fc9d96850a28776c82c5b785fff7a
|
|
PKG_LICENSE=GPL-3
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
all:
|
|
:
|