In-app flash write, UF2 parser, remove picotool dependency, reboot command
This commit is contained in:
@@ -42,8 +42,8 @@ bool dispatch_cancel_timer(timer_handle h) {
|
||||
}
|
||||
|
||||
static usb_cdc usb;
|
||||
static static_vector<uint8_t, 256> usb_rx_buf;
|
||||
static std::array<uint8_t, 1514> tx_buf;
|
||||
static static_vector<uint8_t, 4096> usb_rx_buf;
|
||||
static std::array<uint8_t, 4096> tx_buf;
|
||||
|
||||
auto dispatch_msg = [&](const DecodedMessage& msg, std::function<void(std::span<const uint8_t>)> send) {
|
||||
auto it = handler_map.find(msg.type_id);
|
||||
|
||||
Reference in New Issue
Block a user