Skip to content

Conversation

hathach
Copy link
Member

@hathach hathach commented Jul 24, 2019

  • some API rename e.g tud_hid_generic_report --> simply tud_hid_report
  • more callbacks for msc scsi Test Unit Ready, Start Stop Unit
  • usb descriptor is not get using callback instead of struct variable for better dynamic support
uint8_t const * tud_descriptor_device_cb(void);
uint8_t const * tud_descriptor_configuration_cb(uint8_t index);
uint16_t const* tud_descriptor_string_cb(uint8_t index);
uint8_t const * tud_hid_descriptor_report_cb(void);

@hierophect once this PR is merge, you could use this to continue with stm32 port

@hathach hathach requested review from tannewt and dhalbert July 24, 2019 09:56
Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@dhalbert dhalbert merged commit f39a6f4 into adafruit:master Jul 24, 2019
@hathach hathach deleted the tinyusb-update branch December 17, 2019 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants