]> granicus.if.org Git - esp-idf/commit
Merge branch 'feature/logging' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Tue, 20 Sep 2016 09:16:41 +0000 (17:16 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Tue, 20 Sep 2016 09:16:41 +0000 (17:16 +0800)
commit6e35c0a91a3fdb14cc6a9136b1923dc039d6bdce
treef1d41910f8e8e545c9e6999e5ce746aba4b69c55
parentd260aa777cbbab19c6783f4fe062c26cfcd0f733
parentdcf34b1be1ba8d614aefb3b6e70f762767d89997
Merge branch 'feature/logging' into 'master'

Add logging library

Logging library, intended to be used across other components.
Uses design similar to Android NDK logging APIs and allows for both compile time and run time filters, similar to logcat.

Also includes cleanup of cpu_startup.c — i was changing some logging output in this file so decided to re-format it and reduce code duplication.

Ref TW6703

See merge request !68