mini-backtrace 0.1.4

Backtrace support for no_std and embedded programs
Documentation
1
2
3
4
5
6
7
include(FindSphinx)
if (SPHINX_FOUND AND LLVM_ENABLE_SPHINX)
  include(AddSphinxTarget)
  if (${SPHINX_OUTPUT_HTML})
    add_sphinx_target(html libunwind)
  endif()
endif()