Loading debugfs.js +9 −0 Original line number Diff line number Diff line /* FILE NAME : debugfs.js DESCRIPTION: dynamic debug frontend REVISION: 1.00 AUTHOR: Oleg Dzhimiev <oleg@elphel.com> LICENSE: AGPL, see http://www.gnu.org/licenses/agpl.txt Copyright (C) 2016 Elphel, Inc. */ var CUT_STRING_LIMIT = 20; var NLINES = 30; Loading debugfs.php +9 −0 Original line number Diff line number Diff line <?php /* FILE NAME : debugfs.php DESCRIPTION: dynamic debug backend REVISION: 1.00 AUTHOR: Oleg Dzhimiev <oleg@elphel.com> LICENSE: AGPL, see http://www.gnu.org/licenses/agpl.txt Copyright (C) 2016 Elphel, Inc. */ //globals $config = "debugfs.json"; $tmp_config = "/tmp/$config"; Loading Loading
debugfs.js +9 −0 Original line number Diff line number Diff line /* FILE NAME : debugfs.js DESCRIPTION: dynamic debug frontend REVISION: 1.00 AUTHOR: Oleg Dzhimiev <oleg@elphel.com> LICENSE: AGPL, see http://www.gnu.org/licenses/agpl.txt Copyright (C) 2016 Elphel, Inc. */ var CUT_STRING_LIMIT = 20; var NLINES = 30; Loading
debugfs.php +9 −0 Original line number Diff line number Diff line <?php /* FILE NAME : debugfs.php DESCRIPTION: dynamic debug backend REVISION: 1.00 AUTHOR: Oleg Dzhimiev <oleg@elphel.com> LICENSE: AGPL, see http://www.gnu.org/licenses/agpl.txt Copyright (C) 2016 Elphel, Inc. */ //globals $config = "debugfs.json"; $tmp_config = "/tmp/$config"; Loading