| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-02 | fixed net_lwip_webserver cmake build | graham sanderson | |
| 2021-06-02 | undo search replace error | graham sanderson | |
| 2021-06-02 | minor comment change to force rebuild | graham sanderson | |
| 2021-06-02 | move core definition of source file includes from SDK into family.cmake | graham sanderson | |
| only build webserver example if lwip submodule initialized | |||
| 2021-06-01 | remove TINYUSB_FAMILT_PROJECT_NAME_INCLUDES_BOARD setting | graham sanderson | |
| 2021-06-01 | damn submodules! | graham sanderson | |
| 2021-06-01 | rename family.cmake to family_common.cmake | graham sanderson | |
| 2021-06-01 | fix rp2040 examples build from local tinyusb tree | graham sanderson | |
| 2021-05-31 | restore unintentionally modified submodules | graham sanderson | |
| 2021-05-31 | actually fix pico-sdk checkout to checkout the right branch | graham sanderson | |
| 2021-05-31 | guard stdio_uart_init_full with LIB_PICO_STDUI_UART as the function doesn't ↵ | graham sanderson | |
| exist otherwise | |||
| 2021-05-31 | Switch checks to use tinyusb-0.10.0 branch of pico-sdk due to circular ↵ | graham sanderson | |
| dependency | |||
| 2021-05-31 | set PICO_TINYUSB_PATH for when building from within tinyusb without ↵ | graham sanderson | |
| pico-sdk/tinyusb submodule | |||
| 2021-05-31 | Fix 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-30 | Rework 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-30 | don't override CFG_TUSB_OS in cdc_dual_ports example | graham sanderson | |
| 2021-05-30 | rp2040: fix debug compilation error | graham sanderson | |
| 2021-05-28 | increase version for release0.10.0 | hathach | |
| 2021-05-27 | Merge pull request #854 from hathach/more-housekeeping | Ha Thach | |
| More housekeeping | |||
| 2021-05-27 | update doc | hathach | |
| 2021-05-27 | more include clean up | hathach | |
| 2021-05-27 | more with clean up | hathach | |
| 2021-05-27 | clean up tusb_fifo.h include | hathach | |
| 2021-05-27 | include clean up | hathach | |
| 2021-05-27 | clean up | hathach | |
| 2021-05-26 | clean up | hathach | |
| 2021-05-26 | rename usbd_edpt_iso_xfer to usbd_edpt_xfer_fifo | hathach | |
| 2021-05-26 | Merge pull request #825 from ogatatsu/hid_desc | Ha Thach | |
| fix hid report descriptor | |||
| 2021-05-26 | Update README.md | Ha Thach | |
| 2021-05-26 | Merge pull request #754 from xmos-jmccarthy/master | Ha Thach | |
| Add DFU Class per Version 1.1 Spec | |||
| 2021-05-26 | fix dfu example build | hathach | |
| 2021-05-26 | Merge branch 'master' into xmos-jmccarthy-master | hathach | |
| 2021-05-26 | Merge pull request #850 from hathach/fix-warnings | Ha Thach | |
| fix warnings | |||
| 2021-05-26 | separate ci workflow, remove artifact & release upload | hathach | |
| 2021-05-26 | test separate ci workflow for msp430 | hathach | |
| 2021-05-26 | fix board test example build with nrf | hathach | |
| 2021-05-26 | Merge pull request #849 from noodlefighter/fix-uac2_headset | Ha Thach | |
| fix uac2_headset example | |||
| 2021-05-26 | fix uac2_headset example | noodlefighter | |
| tud_audio_rx_done_cb() is departed, replace with tud_audio_rx_done_pre_read_cb() | |||
| 2021-05-25 | fix warnings cast function type for nrf, fix pico osal warning | hathach | |
| add TODO for overflow in tusb_fifo.c | |||
| 2021-05-25 | Merge remote-tracking branch 'official/master' | Jeremiah McCarthy | |
| 2021-05-24 | Merge pull request #846 from hathach/house-keeping | Ha Thach | |
| House keeping | |||
| 2021-05-23 | clean up | hathach | |
| 2021-05-23 | only invoke tuh_msc_umount_cb() if needed | hathach | |
| 2021-05-23 | change hid device internal boot_mode to protocol_mode | hathach | |
| 2021-05-22 | Merge pull request #845 from hathach/hid-host-get-protocol-when-enum | Ha Thach | |
| get protocol when enum with hid boot interface | |||
| 2021-05-22 | get protocol when enum with hid boot interface | hathach | |
| 2021-05-22 | Merge pull request #834 from hathach/host-hid | Ha Thach | |
| Rework Host hid | |||
| 2021-05-22 | fix missing report in tuh_hid_set_report() | hathach | |
| 2021-05-22 | add tuh_hid_report_sent_cb() | hathach | |
| 2021-05-22 | rename tuh_hid_get_report_cb to tuh_hid_report_received_cb() | hathach | |
