Exemplo n.º 1
0
Arquivo: base.py Projeto: zwm152/uhd
 def list_active_overlays(self):
     """
     Returns a list of currently loaded device tree overlays
     check which dt overlay is loaded currently
     """
     return dtoverlay.list_overlays()
Exemplo n.º 2
0
Arquivo: base.py Projeto: dkozel/uhd
 def list_active_overlays(self):
     """
     Returns a list of currently loaded device tree overlays
     check which dt overlay is loaded currently
     """
     return dtoverlay.list_overlays()