Skip to content
Snippets Groups Projects
  1. Apr 28, 2023
    • Matt Johnston's avatar
      picow flash config, ed25519 key as plain bytes · 553b5e32
      Matt Johnston authored
      - ServBehaviour::hostkeys() now returns a slice of references
        since we can't clone SignKeys and don't want to move
        them out of Config. May need rethinking.
      
      - embassy demos common code is now a proper crate
      
      - Updated various embassy deps
      553b5e32
  2. Apr 15, 2023
    • Matt Johnston's avatar
      Update picow to new cyw43 · a9f533b3
      Matt Johnston authored
      Fixes build failures. Toolchain is updated, but we can't upgrade to
      latest nightly because it fails with an ICE, possibly
      https://github.com/rust-lang/rust/issues/110206
      
      thread 'rustc' panicked at 'DefId(35:311 ~ embedded_io[99f8]::asynch::Write::write::{opaque#0}) does not have a "def_span"', compiler/rustc_metadata/src/rmeta/decoder/cstore_impl.rs:205:1
      a9f533b3
  3. Apr 14, 2023
  4. Apr 12, 2023
  5. Apr 11, 2023
  6. Apr 09, 2023
  7. Apr 08, 2023
  8. Apr 07, 2023
  9. Apr 04, 2023
  10. Apr 03, 2023
    • Matt Johnston's avatar
      Rework shell/exec requests · 242c3036
      Matt Johnston authored
      The Behaviour makes a separate request for pty or shell etc once the
      channel is established. This gets rid of InitReqs which wasted space.
      
      Subsystem is also supported (not tested yet)
      242c3036
  11. Apr 02, 2023
  12. Mar 29, 2023