| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-16 | Merge pull request #290 from majbthrd/usbnet-stm32rndis | Ha Thach | |
| usbnet RNDIS correction (STM32 RNDIS now valid) | |||
| 2020-03-15 | following suggestion by @kasjer | Peter Lawrence | |
| 2020-03-15 | merge with current master | Peter Lawrence | |
| 2020-03-15 | usb RNDIS revision on @pigrew suggestions | Peter Lawrence | |
| 2020-03-14 | Use CRLF on UART. | Nathan Conrad | |
| 2020-03-09 | Adding lwip_webserver to ci | hathach | |
| - buil_al.py skip specific MCU if .skip.MCU_ exists - reduce stm32f070 heap & stack size to compile webserver | |||
| 2020-03-07 | Merge pull request #291 from hathach/port-samg55 | Ha Thach | |
| Port samg55 | |||
| 2020-03-04 | usbnet RNDIS correction | Peter Lawrence | |
| 2020-03-03 | update net class to follow API naming convention | Peter Lawrence | |
| 2020-03-02 | add CDC-ECM/RNDIS/CDC-EEM network device class with example | Peter Lawrence | |
| 2020-02-07 | Merge branch 'master' into port-samg55 | hathach | |
| 2020-02-07 | more log for debugging | hathach | |
| 2020-01-16 | MIDI: Add packet interface | Kay Sievers | |
| This changes the internal buffering to the raw 4-byte messages. The conversion of the messages to a byte-stream moved to the read/write methods. It adds a raw packet interface to send and retrieve the raw 4-byte USB MIDI message: static inline bool tud_midi_receive (uint8_t packet[4]); static inline bool tud_midi_send (uint8_t const packet[4]); MIDI USB packets carry virtual cable/wire/plug data in the packet header, which cannot be exported in the byte-stream interface. The raw packet interface allows to send and and receive the complete USB message. | |||
| 2020-01-16 | correct return value of midid_xfer_cb | hathach | |
| 2020-01-15 | Normalize line endings | Nathan Conrad | |
| 2020-01-11 | CDC device: help ensure code is consistent with the size of the buffers it ↵ | Peter Lawrence | |
| operates on | |||
| 2020-01-11 | CDC device: fix behavior for transfers that are a whole multiple of endpoint ↵ | Peter Lawrence | |
| buffer | |||
| 2020-01-11 | Merge pull request #240 from majbthrd/master | Ha Thach | |
| implement multiple interfaces support | |||
| 2019-12-28 | implement multiple interfaces support | Peter Lawrence | |
| 2019-12-24 | invoke scsi complete callback before queue for csw status | hathach | |
| there is racing issue with samd + qspi flash testing with arduino otherwise. | |||
| 2019-12-23 | adding lookup table for debugging | hathach | |
| add msc scsi command list | |||
| 2019-12-21 | Merge branch 'master' into port-samg55 | hathach | |
| 2019-12-21 | making more progress, but failed with WRITE10 | hathach | |
| incorrect queue 448 bytes instead of 512 | |||
| 2019-12-21 | able to response to scsi inquiry, but failed to response to test unit ready | hathach | |
| 2019-12-17 | add "`" and "~" to keycode -> ASCII table | samveen | |
| 2019-12-16 | [tusb]fix typo in comment | samveen | |
| 2019-11-27 | fix #229 | hathach | |
| 2019-11-05 | clean up | hathach | |
| 2019-11-05 | Merge branch 'master' into fix-issue-207 | hathach | |
| 2019-11-04 | Use control transfer function to send control data (in usbtmc) | Nathan Conrad | |
| 2019-11-01 | wait for scsi status complete before queueing for next scsi command | hathach | |
| fix #207 | |||
| 2019-11-01 | add assert to prevent div by zero | hathach | |
| 2019-11-01 | Merge branch 'ZLP_Request2' into pigrew-ZLP_Request2 | hathach | |
| 2019-11-01 | implement pigrew review | hathach | |
| 2019-10-31 | Merge remote-tracking branch 'origin/master' into ZLP_Request2 | Nathan Conrad | |
| 2019-10-31 | update doc, hid set report | hathach | |
| 2019-10-31 | Merge branch 'master' into pigrew-ZLP_Request2 | hathach | |
| 2019-10-28 | Add support for DFU Runtime class for devices | Sylvain Munaut | |
| This is really just a few descriptors and then answering to the request from the host to reboot into DFU mode. That latter part is delegated to the app since this is platform specific. Signed-off-by: Sylvain Munaut <[email protected]> | |||
| 2019-10-02 | Merge branch 'master' into ZLP_Request2 | Nathan Conrad | |
| 2019-10-01 | 2nd attempt to fix #161 | hathach | |
| 2019-09-30 | Merge branch 'master' into develop | hathach | |
| 2019-09-27 | Merge branch 'master' into ZLP_Request2 | Nathan Conrad | |
| 2019-09-27 | add -Wextra for more warnings to example | hathach | |
| non-stack warning (probably mcu driver) should be suppressed in the board.mk | |||
| 2019-09-25 | Remove _app from callback function names. | Nathan Conrad | |
| 2019-09-25 | Change getting the capabilities structure to a callback instead of an extern ↵ | Nathan Conrad | |
| struct. | |||
| 2019-09-25 | Rename USBTMC functions. | Nathan Conrad | |
| 2019-09-24 | I never understood why I need to write void as empty function arguments. | Nathan Conrad | |
| 2019-09-24 | Remove rhport from app code. If anything, it should be the interface_id. ↵ | Nathan Conrad | |
| Assume a single interface, for now. | |||
| 2019-09-24 | Let application control interface latency... | Nathan Conrad | |
| 2019-09-22 | Retool stalling EP on xfer errors. | Nathan Conrad | |
