summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-03change ci to pico-sdk develop0.10.1Ha Thach
2021-06-03increase version for release, update changeloghathach
2021-06-03Merge pull request #865 from kilograham/pico-0.10.0Ha Thach
Pico 0.10.0
2021-06-02fixed net_lwip_webserver cmake buildgraham sanderson
2021-06-02undo search replace errorgraham sanderson
2021-06-02minor comment change to force rebuildgraham sanderson
2021-06-02move core definition of source file includes from SDK into family.cmakegraham sanderson
only build webserver example if lwip submodule initialized
2021-06-02Merge pull request #868 from hathach/host-hcdHa Thach
Clean up Host HCD API
2021-06-02fix missing TU_LOG symbolhathach
2021-06-02clean up loghathach
2021-06-01Merge pull request #862 from hathach/host-rp2040Ha Thach
Fix host rp2040 with low speed device
2021-06-01remove TINYUSB_FAMILT_PROJECT_NAME_INCLUDES_BOARD settinggraham sanderson
2021-06-01damn submodules!graham sanderson
2021-06-01rename family.cmake to family_common.cmakegraham sanderson
2021-06-01fix rp2040 examples build from local tinyusb treegraham sanderson
2021-06-01add note for custom class driverHa Thach
2021-05-31restore unintentionally modified submodulesgraham sanderson
2021-05-31actually fix pico-sdk checkout to checkout the right branchgraham sanderson
2021-05-31guard stdio_uart_init_full with LIB_PICO_STDUI_UART as the function doesn't ↵graham sanderson
exist otherwise
2021-05-31Switch checks to use tinyusb-0.10.0 branch of pico-sdk due to circular ↵graham sanderson
dependency
2021-05-31set PICO_TINYUSB_PATH for when building from within tinyusb without ↵graham sanderson
pico-sdk/tinyusb submodule
2021-05-31Fix up build_family style builds:graham sanderson
- added back pre-existing board directories which now just select PICO_BOARD - added boards/pico_sdk which just uses the pre-existing PICO_BOARD setting - fixed rp2040/family.cmake to include the magic string "CFG_TUSB_MCU=OPT_MCU_RP2040" expected by build_family.py
2021-05-31clean uphathach
2021-05-31correct ohci endpoint address in xfer completehathach
2021-05-31use hcd_frame_number() instead of uframehathach
2021-05-31clean up ohci, remove obsolete apihathach
2021-05-31clean uphathach
2021-05-31update hubhathach
2021-05-31add hub_port_set_feature()hathach
2021-05-31remove obsolete hcd_pipe_queue_xfer()/hcd_pipe_xfer()hathach
2021-05-31fix cast-align warning in msc hosthathach
2021-05-30Rework rp2040 examples and CMake build:graham sanderson
- Examples should be CMake buildable from their own subdirectory; such a build will error out based on matching .skip.MCU_xxx or a mismatched .only.MCU_ - It should be possible to build from a higher level and use .skip.MCU_ and .only.MCU_ to filter which examples get built - The intention is for the CMakeLists.txts in the examples to be non family specific and without MCU based IFs. I have started this work, but am not really sure the state of the esp32 stuff; in any case the plan is to have everything encapsulated in the FAMILY/family.cmake - pico_examples now just includes examples/device/CMakeLists.txt and examples/host/CMakeLists.txt directly, as they also build correctly when included from there. Note that .skip.MCU_ for esp32 in the directories it wasn't previously avaiable has not been added, as the .skip is common to the regular Makefile builds also. It isn't clear whether these examples should build for esp32, but if not .skip should be added.
2021-05-30don't override CFG_TUSB_OS in cdc_dual_ports examplegraham sanderson
2021-05-30add more commenthathach
2021-05-30add errata numberhathach
2021-05-30fix incorrect data toggle when max packet size < 64hathach
fix host buf_sel panic with "already available"
2021-05-30add level 3 log for info, add generic TU_LOG()hathach
2021-05-30rp2040: fix debug compilation errorgraham sanderson
2021-05-30Update bug_report.mdHa Thach
2021-05-28update limit each transfer not less than 64hathach
2021-05-28increase version for release0.10.0hathach
2021-05-27Merge pull request #854 from hathach/more-housekeepingHa Thach
More housekeeping
2021-05-27update dochathach
2021-05-27more include clean uphathach
2021-05-27more with clean uphathach
2021-05-27clean up tusb_fifo.h includehathach
2021-05-27include clean uphathach
2021-05-27clean uphathach
2021-05-26clean uphathach
2021-05-26rename usbd_edpt_iso_xfer to usbd_edpt_xfer_fifohathach