Skip to content
Snippets Groups Projects
  1. Sep 16, 2019
  2. Sep 06, 2019
  3. Sep 05, 2019
  4. Aug 31, 2019
  5. Aug 30, 2019
  6. Aug 28, 2019
  7. Aug 27, 2019
  8. Aug 26, 2019
  9. Aug 25, 2019
  10. Aug 24, 2019
    • swym's avatar
      feat(epicardium): Add ESB module · 9b0fd54f
      swym authored and rahix's avatar rahix committed
      usb/epc_usb
      ====
      Contains device-independent USB implementation, services MAXUSB stack
      and is given the actual USB descriptors & callbacks on initialization.
      Handles USB events and configures/deconfigures the device accordingly
      during the USB setup procedure.
      
      usb/mass_storage & cdcacm
      ====
      Contain device-specific implementations, service MAXUSB's device class
      APIs for cdcacm and mass storage.
      Here, mass storage is independent of the underlying storage device.
      
      modules/usb
      ====
      Public apic_usb API, configuration and storage device management.
      Defines the actual USB device descriptors and services the upc_usb API.
      
      If we want to add SD card functionality, this would be the place to add
      it.
      9b0fd54f
    • rahix's avatar
      chore: Fix docs · f2f3f050
      rahix authored
      
      Signed-off-by: default avatarRahix <rahix@rahix.de>
      Verified
      f2f3f050
  11. Aug 23, 2019
  12. Aug 22, 2019
  13. Aug 21, 2019
  14. Aug 20, 2019
Loading