Skip to content
Snippets Groups Projects
  1. May 20, 2023
  2. May 14, 2023
  3. May 13, 2023
  4. May 04, 2023
  5. 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
  6. 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
  7. Apr 14, 2023
  8. Apr 12, 2023
  9. Apr 11, 2023
  10. Apr 09, 2023
  11. Apr 08, 2023
  12. Apr 07, 2023
  13. Apr 04, 2023
  14. 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