Skip to content

Common utilities used in Alif Semiconductor example applications.

License

Notifications You must be signed in to change notification settings

BogdanKokotenko-AlifSemi/alif_common-app-utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Common Application Utilities

This repository includes custom utilities for applications.

logging

Framework for tracing to UART and retargeting printf into UART.

profiling

Framework for measuring execution time for a short code segments.

fault handler

Custom faulthandler that prints the fault reason, register values and stack dump when a fault happens. Also includes a python script that can be used to look up function names from elf file based on the stack values.

About

Common utilities used in Alif Semiconductor example applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.4%
  • Python 7.6%