summaryrefslogtreecommitdiff
path: root/examples/device/net_lwip_webserver
AgeCommit message (Expand)Author
2023-11-23move make.mk and rules.mk to build_system/makehathach
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
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-06-10Make examples standalone buildable via CMakegraham sanderson
2021-06-02fixed net_lwip_webserver cmake buildgraham sanderson
2021-06-02move core definition of source file includes from SDK into family.cmakegraham sanderson
2021-05-30Rework rp2040 examples and CMake build:graham sanderson
2021-04-19cmake cleanuphathach
2021-04-11update rp2040 to use pico-sdk externallyhathach
2021-03-18use boot2_generic_03h for adafruit feather rp2040hathach
2021-03-18add example specific DEPS_SUBMODULEShathach
2021-03-17explicitly add dcd source file without vendor/familyhathach
2021-03-02update pico-sdk to more recent commithathach
2021-02-01added enumerate walkaround for RP2040-E5hathach
2021-01-26change output filename to BOARD-Directoryhathach