Initial commit

Initial commit.
This commit is contained in:
kntran1
2026-03-23 14:40:39 -05:00
parent e84b2b4166
commit 4e2a5258a5
872 changed files with 165227 additions and 0 deletions

13
Kconfig Normal file
View File

@@ -0,0 +1,13 @@
# Copyright (C) Morgan Advanced Programmable Systems, Inc.
mainmenu "Cyber Scope Application"
config DBG_STATS
bool "Enable debug statistics"
default n
help
Enable debug statistics variables for development and debugging.
When enabled, counters for I2C transfers, FIFO reads, shot captures,
etc. are tracked. When disabled, no code or RAM is used.
source "Kconfig.zephyr"