summaryrefslogtreecommitdiff
path: root/examples/device/net_lwip_webserver/src
AgeCommit message (Expand)Author
2025-11-12migrate cdc device to use edpt stream APIhathach
2025-11-08fix more alertshathach
2025-11-07fix more alerts found by pvs-studiohathach
2025-11-04Fixed more alert found by PVS-Studiohathach
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-10-28fix descriptor warning when shifting zerohathach
2025-10-24fix several warningshathach
2025-10-15merge samd2x and saml2x bsp, add OPT_MCU_SAML2X to replace OPT_MCU_SAML21 & O...hathach
2025-10-14improve cmake warning flags, fix various warnings in exampleshathach
2025-09-17Fix board_init_after_tusbHiFiPhile
2025-05-29examples/device/net_lwip_webserver: Simplify example code.Andrew Leech
2025-05-29Add USB NCM link state control supportAndrew Leech
2024-11-28Merge branch 'master' into fork/HiFiPhile/lwip_fixhathach
2024-10-15Add comment to BOS descriptor.HiFiPhile
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more con...hathach
2024-10-11change tusb_init(), tusb_rhport_init() to use init struct for expandabilityhathach
2024-10-10add new tusb_int_handler(rhport, in_isr) as common irq handlerhathach
2024-10-05Add MSOS 2.0 descriptor to auto load NCM driver on Windows.HiFiPhile
2024-10-05service_traffic: Don't call pbuf_free when ethernet_input is OkStéphane Lenclud
2024-08-19rename TUD_ENDPOINT_EXCLUSIVE_NUMBER to TUD_ENDPOINT_ONE_DIRECTION_ONLYhathach
2024-08-17define and use TUD_ENDPOINT_EXCLUSIVE_NUMBERhathach
2024-07-01Add MAX78002 SupportBrent Kowal
2024-06-28Initial Commit for MAX32 SupportBrent Kowal
2024-05-07Fix CI.HiFiPhile
2024-05-07Enable NCM + iperf for MCU with bigger RAM.HiFiPhile
2024-05-07Increase TCP_WND for better performance.HiFiPhile
2024-05-07Reformat net_lwip_webserver example.HiFiPhile
2023-09-08ECM/RNDIS again selected for webserver exampleHardy Griech
2023-08-31code review: add NCM options in example configHardy Griech
2023-08-04update all examples to use unique ID as serial if avaialblehathach
2023-08-04Merge branch 'master' into enhance-bsphathach
2023-08-03rename hw/bsp/board.h to board_api.hhathach
2023-07-31enable USBMC for uno r4, add board_init_after_tusb() APIhathach
2023-03-22Remove const from tud_network_mac_address in example and test filesMatt Mills
2023-03-17fix trailing space and new linehathach
2023-01-18get most examples build with iarhathach
2022-06-27fix most warnings with rp2040 -wconversionhathach
2022-06-06more example updatehathach
2022-06-01rename board specific macro for examplehathach
2022-06-01remove cmake compile macro for net example (use lwipopts.h instead)hathach
2022-05-20Minor cleanup of RP2040 code post addition of Pico-PIO_USBgraham sanderson
2022-02-25auto detect max rhport speed based on mcuhathach
2021-10-19net_lwip_webserver: allow users to enable LWIP_IP6 if desiredPeter Lawrence
2021-10-05rename CFG_TUD_NET to CFG_TUD_ECM_RNDIShathach
2021-09-25add NCM driver in a compatible manner : hathach/tinyusb#550Peter Lawrence
2021-08-16net_lwip_webserver: further simplify pbuf_copy_partial() usagePeter Lawrence
2021-08-02net_lwip_webserver: utilize pbuf_copy_partial()Peter Lawrence
2021-07-21Update EPNUM in usb_descriptors.cMasterPhi
2021-03-17explicitly add dcd source file without vendor/familyhathach
2021-01-25get all device example build with rp2040 (except freeRTOS)hathach