- Aug 03, 2023
-
-
Matt Johnston authored
-
- Jul 29, 2023
-
-
Matt Johnston authored
-
Matt Johnston authored
Wasn't being saved to flash before
-
- Jul 12, 2023
-
-
Matt Johnston authored
-
- Jun 28, 2023
-
-
Matt Johnston authored
-
- Jun 25, 2023
-
-
Matt Johnston authored
Untested
-
- Jun 20, 2023
-
-
Matt Johnston authored
A few other bits of tidying too
-
- Jun 18, 2023
-
-
Matt Johnston authored
Also various extra tracing
-
Matt Johnston authored
Moved cyw43 git revision to top level Cargo.toml
-
Matt Johnston authored
embassy demos go back into the workspace, seems to work OK for the time being. Added toplevel Cargo.lock Fixes embassy/demos/common CI
-
- Jun 14, 2023
-
-
Matt Johnston authored
update other deps
-
Matt Johnston authored
-
Matt Johnston authored
Instead we set a flag in MethodPubkey which is the only use case for it. Split verify() into ed25519 and rsa specific functions
-
Matt Johnston authored
-
- Jun 13, 2023
-
-
Matt Johnston authored
-
- Jun 11, 2023
-
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
This fixes PuTTY connecting. Also improve error printing
-
- Jun 05, 2023
-
-
Matt Johnston authored
-
Matt Johnston authored
- uart is available as a "serial1" feature. - updated to newer embassy and cyw43 with bind_interrupts - moved picowmenu flag handlers into a separate method
-
- May 29, 2023
-
-
Matt Johnston authored
-
Matt Johnston authored
-
- May 28, 2023
-
-
Matt Johnston authored
Better echo handling auth_password and auth_pubkey server behaviour methods are now async
-
- May 24, 2023
-
-
Matt Johnston authored
Need to figure out echo problem
-
Matt Johnston authored
-
- May 23, 2023
-
-
Matt Johnston authored
-
Matt Johnston authored
Ugly generic parameters and longer code, but it should be reusable.
-
- May 22, 2023
-
-
Matt Johnston authored
A new GlobalState struct is passed around, with sessions taking a local copy of SSHConfig. - Can switch to usb serial mode, various other improvements to usb serial, can exit cleanly. - Wifi config code written, but is unsted because it's only accessible by wifi... - hostkeys() behaviour now returns a heapless::Vec
-
- May 21, 2023
-
-
Matt Johnston authored
Previously it only woke when a read/write occurred.
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
ctrl-w and ctrl-u to erase, ctrl-c to cancel
-
Matt Johnston authored
Currently doesn't seem useful, seems like it would need more context if it were being used.
-
- May 20, 2023
-
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
-
Matt Johnston authored
Use READ_SIZE to size the serial read buffer that is sent directly to ssh
-
Matt Johnston authored
-