You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add multiple build environments and debug configuration
Add staging and dev build environments alongside the existing test environment, and configure debug settings for better development workflow. Changes: - Add monitor_port configuration for consistent serial output - Add debug_tool and debug_extra_cmds for GDB debugging setup - Rename debug environment to staging for clearer distinction - Add dev environment with additional DEBUG_RP2040_PORT flag - Configure combined_debug.gdb script integration - Set remote timeout for more stable debugging sessions This provides separate build configurations for different development phases: test (basic), staging (pre-production), and dev (debug-enabled). Signed-off-by: Goran Mišković <schkovich@users.noreply.github.com>
0 commit comments