Skip to content
Snippets Groups Projects
  1. Jun 14, 2023
  2. Jun 13, 2023
  3. Jun 11, 2023
  4. Jun 05, 2023
  5. May 29, 2023
  6. May 28, 2023
  7. May 24, 2023
  8. May 23, 2023
  9. May 22, 2023
    • Matt Johnston's avatar
      Progress on picow config menu · e27bf32d
      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
      e27bf32d
  10. May 21, 2023
  11. May 20, 2023
  12. May 14, 2023
  13. May 13, 2023
  14. May 04, 2023
  15. 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
  16. 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