summaryrefslogtreecommitdiff
path: root/examples/device/net_lwip_webserver
AgeCommit message (Expand)Author
2024-08-19rename TUD_ENDPOINT_EXCLUSIVE_NUMBER to TUD_ENDPOINT_ONE_DIRECTION_ONLYhathach
2024-08-17define and use TUD_ENDPOINT_EXCLUSIVE_NUMBERhathach
2024-08-14Merge branch 'refs/heads/master' into fork/BrentK-ADI/max32_porthathach
2024-07-18net_lwip_webserver: allow TINYUSB_LWIP_PATH to be defined by parent CMake fileLiam Fraser
2024-07-01Add MAX78002 SupportBrent Kowal
2024-06-28Initial Commit for MAX32 SupportBrent Kowal
2024-06-14fix ci skip example for ch32v1hathach
2024-05-16change default risv-gcc to riscv-none-elf- and add _zicsr extensionhathach
2024-05-10More ci tweak (#2636)Ha Thach
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
2024-04-28Merge remote-tracking branch 'upstream/master' into pr/2227HiFiPhile
2023-11-29update esp32 to also be supported by hil testhathach
2023-11-23move make.mk and rules.mk to build_system/makehathach
2023-09-08ECM/RNDIS again selected for webserver exampleHardy Griech
2023-08-31code review: add NCM options in example configHardy Griech
2023-08-07Merge pull request #2151 from kilograham/rp2040_build_fixesHa Thach
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-07-18Fix build issues when building for RP2040 from pico-examples/pico-sdk.graham sanderson
2023-06-27rework cmake with rtos support add RTOS to family_configure_device/host/dual_...hathach
2023-06-24fix missing replacehathach
2023-06-16fix build, update freertos config for cmakehathach
2023-06-02add IAR support for G0 with cmakehathach
2023-05-26fix build with net_lwip_webserver examplehathach
2023-04-21build all freertos, not able to build net lwip due to lack of sio_open()hathach
2023-03-22Remove const from tud_network_mac_address in example and test filesMatt Mills
2023-03-18fix ci with kl25zhathach
2023-03-17fix trailing space and new linehathach
2023-03-06integrate top.mk into make.mkhathach
2023-01-18get most examples build with iarhathach
2022-07-12RP@040: rework CMake for compiler warningsgraham sanderson
2022-06-27suppress error with net examplehathach
2022-06-27prevent error on specific warnings for net lwip & dual example for rp2040hathach
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
2022-01-05Unify skip and only logic for build scriptsScott Shawcroft
2022-01-05Skip net and freertos examplesScott Shawcroft
2021-11-02skip net example for pi4 due to ssize_t conflicthathach
2021-10-23Merge branch 'master' into fix-warningsHa Thach
2021-10-19net_lwip_webserver: allow users to enable LWIP_IP6 if desiredPeter Lawrence
2021-10-18suppress null-dereference by usbh and lwiphathach