Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
features/FEATURE_COMMON_PAL/mbed-trace/Makefile.nanomesh@0:0e018d759a2a, 2016-11-08 (annotated)
- Committer:
- switches
- Date:
- Tue Nov 08 18:27:11 2016 +0000
- Revision:
- 0:0e018d759a2a
Initial commit
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| switches | 0:0e018d759a2a | 1 | SRCS := $(wildcard source/*.c) |
| switches | 0:0e018d759a2a | 2 | LIB := libmbed-trace.a |
| switches | 0:0e018d759a2a | 3 | EXPORT_HEADERS := mbed-trace |
| switches | 0:0e018d759a2a | 4 | |
| switches | 0:0e018d759a2a | 5 | include ../exported_rules.mk |