| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-19 | rename TUD_ENDPOINT_EXCLUSIVE_NUMBER to TUD_ENDPOINT_ONE_DIRECTION_ONLY | hathach | |
| 2024-08-17 | define and use TUD_ENDPOINT_EXCLUSIVE_NUMBER | hathach | |
| 2024-07-01 | Add MAX78002 Support | Brent Kowal | |
| -Added support for MAX78002, MAX78002EVKIT -Added provisions for remaining MAX32 USB parts | |||
| 2024-06-28 | Initial Commit for MAX32 Support | Brent Kowal | |
| Initial commit for the port of TUSB to MAX32xxx parts, staring with MAX32690 - Added dcd_max32.c (based on dcd_musb.c) for interfacing with the peripheral - Added MAX32690 part family support - Added max32690evkit board support - Updated examples for unique EP number requirement - Updated get_deps.py to fetch the MSDK Known Issues / Additional Testing Required - msc_dual_lun only shown 1 volume on Windows - USBTMC does not have a valid Windowsdriver - DFU does not have a valid Windows driver - WebUSB is "Device not Recognized" - Need to test build scripts with IAR and Clang | |||
| 2024-05-07 | Fix CI. | HiFiPhile | |
| 2024-05-07 | Enable NCM + iperf for MCU with bigger RAM. | HiFiPhile | |
| 2024-05-07 | Increase TCP_WND for better performance. | HiFiPhile | |
| 2024-05-07 | Reformat net_lwip_webserver example. | HiFiPhile | |
| 2023-09-08 | ECM/RNDIS again selected for webserver example | Hardy Griech | |
| 2023-08-31 | code review: add NCM options in example config | Hardy Griech | |
| 2023-08-04 | update all examples to use unique ID as serial if avaialble | hathach | |
| 2023-08-04 | Merge branch 'master' into enhance-bsp | hathach | |
| 2023-08-03 | rename hw/bsp/board.h to board_api.h | hathach | |
| 2023-07-31 | enable USBMC for uno r4, add board_init_after_tusb() API | hathach | |
| add BOARD_UPPERCASE for board detection | |||
| 2023-03-22 | Remove const from tud_network_mac_address in example and test files | Matt Mills | |
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2023-01-18 | get most examples build with iar | hathach | |
| 2022-06-27 | fix most warnings with rp2040 -wconversion | hathach | |
| 2022-06-06 | more example update | hathach | |
| 2022-06-01 | rename board specific macro for example | hathach | |
| - BOARD_DEVICE/HOST_RHPORT_NUM to BOARD_TUD/H_RHPORT - BOARD_DEVICE/HOST_RHPORT_SPEED to BOARD_TUD/H_MAX_SPEED | |||
| 2022-06-01 | remove cmake compile macro for net example (use lwipopts.h instead) | hathach | |
| 2022-05-20 | Minor cleanup of RP2040 code post addition of Pico-PIO_USB | graham sanderson | |
| * Removed some compiler warnings, and cleaned out unnecessary warning suppression from CMake suppress_tinyusb_warnings() * Made explicit family_configure_dual_usb_example() for DUAL mode examples as family_configure_target() may not generally be called multiple times for the same target * Renamed library pico_pio_usb to tinyusb_picio_pio_usb to be clearer and avoid conflict if someone already has a pico_pio_usb in their project * Added family_add_pico_pio_usb() method for adding Pico-PIO_SUB support to an existing example * Allowed tinyusb_pico_pio_usb to be added to regular apps using the Pico SDK | |||
| 2022-02-25 | auto detect max rhport speed based on mcu | hathach | |
| 2021-10-19 | net_lwip_webserver: allow users to enable LWIP_IP6 if desired | Peter Lawrence | |
| 2021-10-05 | rename CFG_TUD_NET to CFG_TUD_ECM_RNDIS | hathach | |
| 2021-09-25 | add NCM driver in a compatible manner : hathach/tinyusb#550 | Peter Lawrence | |
| 2021-08-16 | net_lwip_webserver: further simplify pbuf_copy_partial() usage | Peter Lawrence | |
| 2021-08-02 | net_lwip_webserver: utilize pbuf_copy_partial() | Peter Lawrence | |
| 2021-07-21 | Update EPNUM in usb_descriptors.c | MasterPhi | |
| 2021-03-17 | explicitly add dcd source file without vendor/family | hathach | |
| 2021-01-25 | get all device example build with rp2040 (except freeRTOS) | hathach | |
| 2020-10-24 | net_device: re-factor code so as to not be specific to lwIP | Peter Lawrence | |
| 2020-10-14 | net_lwip_webserver: efficiency tweaks | Peter Lawrence | |
| 2020-10-10 | net_lwip_webserver: tweak main.c comments with smartphone suggestions | Peter Lawrence | |
| 2020-07-21 | add note for MS OS 1.0 Descriptor at 0xEE | hathach | |
| 2020-06-15 | update example config and descriptor with better Highspeed support | hathach | |
| 2020-05-02 | minor update net example | hathach | |
| samg failed to run net example | |||
| 2020-04-17 | update example to include CXD56 for highspeed mode | hathach | |
| 2020-04-16 | Merge pull request #345 from hathach/add-alt-itf | Ha Thach | |
| Implement setInterface(alt) for usb net driver | |||
| 2020-04-15 | Set Net example to use IAD device class | Nathan Conrad | |
| 2020-04-15 | rename config num to id in net webserver example | hathach | |
| also add configuration array bound check. | |||
| 2020-04-15 | remove unused usb_descriptors.h | hathach | |
| 2020-04-15 | better demonstrate usbnet exmaple is multiple configurations | hathach | |
| 2020-04-14 | usbnet: remove CDC-EEM | Peter Lawrence | |
| 2020-04-14 | Merge pull request #334 from majbthrd/usbnet_osagnostic | Ha Thach | |
| usbnet: OS-agnostic (Windows/Linux/macOS) network driver | |||
| 2020-04-12 | net_lwip_webserver: add support for lwip timeouts | Peter Lawrence | |
| 2020-04-12 | usbnet: OS-agnostic (Windows/Linux/macOS) network driver | Peter Lawrence | |
| 2020-03-31 | revise argument order for TUD_CONFIG_DESCRIPTOR macro | Peter Lawrence | |
| 2020-03-30 | add provision for multiple configurations | Peter Lawrence | |
| 2020-03-27 | usbnet: tweak CDC-ECM after MacOS testing | Peter Lawrence | |
