| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-14 | minor update | hathach | |
| 2024-06-14 | minor update | hathach | |
| 2024-05-10 | More ci tweak (#2636) | Ha Thach | |
| * change concurrency group to ${{ github.workflow }}-${{ github.ref }} * use argparse for build.py hil_test.py, remove the need to install click * move ci win/mac to build_cmake.yml * rename build_family.yml to build_util.yml * build_util.yml support esp32 * integrate build-espressif into build.yml * build.py support make with --board option * add get_deps action * update hil test to reuse action | |||
| 2024-05-07 | Merge branch 'master' into remove-tud_network_link_state_cb | HiFiPhile | |
| 2024-05-07 | Reformat NCM class. | HiFiPhile | |
| 2024-05-05 | mostly comments | Hardy Griech | |
| 2024-05-05 | minor changes due to CR with HiFiPhile | Hardy Griech | |
| 2024-04-28 | Stall unsupported class request. | HiFiPhile | |
| 2024-04-28 | Merge remote-tracking branch 'upstream/master' into pr/2227 | HiFiPhile | |
| 2024-04-08 | add class driver deinit | hathach | |
| 2023-09-08 | minor changes to comments and debug output | Hardy Griech | |
| 2023-08-31 | removed debug comment | Hardy Griech | |
| 2023-08-31 | code review: changed to TinyUSB log system | Hardy Griech | |
| 2023-08-20 | defined(ECLIPSE_GUI) | Hardy Griech | |
| 2023-08-20 | bug fix recv/xmit_get_next_ready_ntb() | Hardy Griech | |
| 2023-08-20 | Copyright | Hardy Griech | |
| 2023-08-20 | moved some declarations | Hardy Griech | |
| 2023-08-20 | files taken from yapicoprobe | Hardy Griech | |
| 2023-08-11 | removed obsolete tud_network_link_state_cb() | Hardy Griech | |
| 2023-08-02 | default class driver log level to CFG_TUH/TUD_LOG_LEVEL allow application to ↵ | hathach | |
| selectively disable usbd/usbh or driver log | |||
| 2023-07-24 | rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stack | hathach | |
| CFG_TUD_MEM_SECTION is default to CFG_TUSB_MEM_SECTION | |||
| 2023-03-22 | Update net_device.h | Matt Mills | |
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2023-02-22 | use tu_static instead of static _fuzz_thread | hathach | |
| 2023-02-22 | rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_thread | hathach | |
| 2023-01-20 | fix: Change all static variables to thread when fuzzing | Nathaniel Brough | |
| 2022-12-27 | fix ncm warning | hathach | |
| 2022-12-04 | Fix typos | Bastien Nocera | |
| 2022-06-27 | suppress error with net example | hathach | |
| 2022-06-02 | rhport argument in usbd_ API() is not used (always use the initialized port) | hathach | |
| remove the usage of TUD_OPT_RHPORT in class driver | |||
| 2022-02-25 | rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED | hathach | |
| TUSB_OPT_DEVICE_ENABLED still usable for backward compatible | |||
| 2021-10-11 | add ncm.h for magic number | hathach | |
| mostly clean up magic number | |||
| 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-05-27 | update doc | hathach | |
| 2021-05-27 | include clean up | hathach | |
| 2020-11-20 | migrate net device to new control xfer cb | hathach | |
| 2020-10-31 | Rename CDC_COMM_SUBCLASS_ETHERNET_NETWORKING_CONTROL_MODEL | Jacob Potter | |
| This was a confusing name; "Ethernet control model" (CDC ECM) and "network control model" (CDC NCM) are two separate USB subclasses. | |||
| 2020-10-24 | net_device: re-factor code so as to not be specific to lwIP | Peter Lawrence | |
| 2020-10-24 | net_device: tweak 'pbuf chain' implementation | Peter Lawrence | |
| 2020-07-29 | Merge pull request #412 from hathach/fix-net-cast-align | Ha Thach | |
| suppress cast-align warnings for net device driver | |||
| 2020-06-30 | Merge branch 'master' into add-stm-hs | hathach | |
| 2020-06-16 | fix hs port1 build with net endpoint | hathach | |
| 2020-05-28 | update net open() | hathach | |
| 2020-05-18 | suppress cast-align warnings for net device driver | hathach | |
| 2020-04-26 | revert a change to net driver | hathach | |
| 2020-04-26 | add TODO for usbnet clean up | hathach | |
| 2020-04-26 | add usbd edpt open | hathach | |
| - RTT mode is blocking to prevent log lost - Improve logging message | |||
| 2020-04-16 | per review | hathach | |
| 2020-04-15 | correct usbnet control complete response | hathach | |
| don't return false with STD request get/setInterface() or targeted Data Interface (itfnum +1) | |||
