Skip to content
Snippets Groups Projects
  1. Jun 28, 2023
  2. Jun 25, 2023
  3. Jun 20, 2023
  4. Jun 18, 2023
  5. Jun 14, 2023
  6. Jun 13, 2023
  7. Jun 11, 2023
  8. Jun 05, 2023
  9. May 29, 2023
  10. May 28, 2023
  11. May 24, 2023
  12. May 23, 2023
  13. 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
  14. May 21, 2023
  15. May 20, 2023
  16. May 14, 2023
    • Matt Johnston's avatar
      Add picow usbserial · 099928df
      Matt Johnston authored
      Allows ssh serial@picow to attach to the usb serial port
      
      - takepipe needs better mutex handling, currently take() only
      completes when the current user performs a read/write.
      
      - Updated toolchain and cyw43
      
      - Added context to demo Shell.
      099928df
    • Matt Johnston's avatar
      Make auth_unchallenged async · 532d447b
      Matt Johnston authored
      More async auth methods will probably follow
      532d447b