↓ 1 callersFunctionrun_keil_build(
uv4_path: str,
project_path: Path,
target_name: str,
rebuild: bool,
log_path: Path,
)
skills/build-keil/scripts/keil_builder.py:387
↓ 1 callersFunctionrun_pio_debug(
pio_path: str,
project_dir: str,
env_name: str,
gdb_script: str,
verbose: bool,
)
skills/debug-platformio/scripts/pio_debugger.py:112
↓ 1 callersFunctionrun_pio_upload(
pio_path: str,
project_dir: str,
env_name: str,
upload_port: str | None,
verbose: bool,
skills/flash-platformio/scripts/pio_flasher.py:81
↓ 1 callersFunctionsend_and_wait(bus, arb_id: int, data: list[int], wait_id: int, timeout: float, extended: bool)
skills/can-debug/scripts/can_tool.py:141
↓ 1 callersFunctionstart_gdbserver(
gdbserver: str,
device: str,
interface: str,
speed: int,
port: int,
swo: bool,
)
skills/debug-jlink/scripts/jlink_debugger.py:163
↓ 1 callersFunctionwait_for_reset(
ser,
auto_reset: bool,
interface: str | None,
no_detect: bool,
extra_configs: list[str],
skills/serial-monitor/scripts/serial_monitor.py:350