Merge branch 'master' into pico_sdk

This commit is contained in:
2026-08-11 18:21:50 +03:00
29 changed files with 243 additions and 139 deletions
+3 -1
View File
@@ -28,6 +28,8 @@
#include "picrc.h"
#include "pidiagnostics.h"
#include <atomic>
//! \~\ingroup IO-Utils
//! \~\brief
@@ -303,7 +305,7 @@ protected:
bool send_process();
uint packet_header_size, part_header_size;
bool break_, is_sending, is_receiving, is_pause;
std::atomic<bool> break_{true}, is_sending{false}, is_receiving{false}, is_pause{false};
PIString state_string;
llong bytes_all, bytes_cur;