Commit Graph

  • d3b6e28387 indent fix Marcelo Bezerra 2021-06-08 09:31:40 +02:00
  • de71e72e31 Fix comment in hid.h Marcelo Bezerra 2021-06-08 09:26:17 +02:00
  • e12195705c Pull request changes Marcelo Bezerra 2021-06-08 09:24:50 +02:00
  • f37c8ed749 Add CFG_TUD_MAX_BUTTONS to the example Marcelo Bezerra 2021-06-07 21:29:24 +02:00
  • ce634f226e remove excess empty lines Marcelo Bezerra 2021-06-07 20:44:53 +02:00
  • 3842c806a6 clean up Marcelo Bezerra 2021-06-07 20:16:05 +02:00
  • d5f8da44d1 Add optional support for 32 gamepad buttons Marcelo Bezerra 2021-06-07 19:04:21 +02:00
  • 95481d4c7f re-adding ifdef removed accidentally Marcelo Bezerra 2021-06-08 09:39:53 +02:00
  • b18769fe8e indent fix Marcelo Bezerra 2021-06-08 09:31:40 +02:00
  • 05b39aac5f Fix comment in hid.h Marcelo Bezerra 2021-06-08 09:26:17 +02:00
  • 05d30b0c37 Pull request changes Marcelo Bezerra 2021-06-08 09:24:50 +02:00
  • 501de2a5e8 fix computing transferred bytes with E4 hathach 2021-06-07 14:33:24 +07:00
  • 89a53457d4 Add CFG_TUD_MAX_BUTTONS to the example Marcelo Bezerra 2021-06-07 21:29:24 +02:00
  • 8915e6be92 remove excess empty lines Marcelo Bezerra 2021-06-07 20:44:53 +02:00
  • 10fca2371c clean up Marcelo Bezerra 2021-06-07 20:16:05 +02:00
  • fee323e42b Add optional support for 32 gamepad buttons Marcelo Bezerra 2021-06-07 19:04:21 +02:00
  • 1b8473902f Merge pull request #881 from hathach/mindmotion-followup Ha Thach 2021-06-07 19:18:37 +07:00
  • c2b85c8d6d add OPT_MCU_MM32F327X hathach 2021-06-07 18:51:44 +07:00
  • 26b9fc38ed Add MM32 SDK and USB driver (#869) zhangslice 2021-06-07 18:32:46 +08:00
  • 5a554508ca Merge remote-tracking branch 'upstream/master' into CCRX_Port Wini-Buh 2021-06-03 22:17:30 +02:00
  • ce30109b5b Merge pull request #873 from kilograham/fix_log_warning Ha Thach 2021-06-03 22:53:49 +07:00
  • c81bc38d42 Add __unused to variables that are only used if TU_LOG does something graham sanderson 2021-06-03 10:10:44 -05:00
  • e26cf6b26c Missing RX device dependency corrected Wini-Buh 2021-06-02 21:33:32 +02:00
  • d49938d0f5 change ci to pico-sdk develop Ha Thach 2021-06-03 01:16:27 +07:00
  • a50fd963f5 increase version for release, update changelog hathach 2021-06-03 01:13:22 +07:00
  • 8ea0dfba68 Merge pull request #865 from kilograham/pico-0.10.0 Ha Thach 2021-06-03 01:02:54 +07:00
  • fea5cbaf74 fixed net_lwip_webserver cmake build graham sanderson 2021-06-02 12:37:12 -05:00
  • de436e1f76 undo search replace error graham sanderson 2021-06-02 11:30:42 -05:00
  • 1fb211f390 minor comment change to force rebuild graham sanderson 2021-06-02 09:52:49 -05:00
  • bef33d108a move core definition of source file includes from SDK into family.cmake only build webserver example if lwip submodule initialized graham sanderson 2021-06-02 08:32:21 -05:00
  • ff1a1122ed Merge pull request #868 from hathach/host-hcd Ha Thach 2021-06-02 00:39:53 +07:00
  • 54107100bb fix missing TU_LOG symbol hathach 2021-06-02 00:26:50 +07:00
  • 6e2cf2a3ee clean up log hathach 2021-06-02 00:10:35 +07:00
  • a6b5e207b2 Merge pull request #862 from hathach/host-rp2040 Ha Thach 2021-06-01 23:59:03 +07:00
  • 109d02531e remove TINYUSB_FAMILT_PROJECT_NAME_INCLUDES_BOARD setting graham sanderson 2021-06-01 11:21:19 -05:00
  • ebf6461c42 damn submodules! graham sanderson 2021-06-01 10:58:44 -05:00
  • 6e29bf6e54 rename family.cmake to family_common.cmake graham sanderson 2021-06-01 09:09:25 -05:00
  • 8782d0b8df fix rp2040 examples build from local tinyusb tree graham sanderson 2021-06-01 09:04:08 -05:00
  • abf83c6985 add note for custom class driver Ha Thach 2021-06-01 13:36:19 +07:00
  • f5572e24b2 restore unintentionally modified submodules graham sanderson 2021-05-31 11:49:15 -05:00
  • 9b17acd168 actually fix pico-sdk checkout to checkout the right branch graham sanderson 2021-05-31 11:23:14 -05:00
  • 90d7483d92 guard stdio_uart_init_full with LIB_PICO_STDUI_UART as the function doesn't exist otherwise graham sanderson 2021-05-31 11:18:26 -05:00
  • db138a530c Switch checks to use tinyusb-0.10.0 branch of pico-sdk due to circular dependency graham sanderson 2021-05-31 11:10:55 -05:00
  • 13951b43c2 set PICO_TINYUSB_PATH for when building from within tinyusb without pico-sdk/tinyusb submodule graham sanderson 2021-05-31 10:58:14 -05:00
  • 5d161b79bb Fix up build_family style builds: graham sanderson 2021-05-31 10:06:07 -05:00
  • bc0a0386e9 clean up hathach 2021-05-31 18:41:08 +07:00
  • 31077f48d2 correct ohci endpoint address in xfer complete hathach 2021-05-31 18:16:07 +07:00
  • 4e98ce9147 use hcd_frame_number() instead of uframe hathach 2021-05-31 18:15:47 +07:00
  • da8000d42d clean up ohci, remove obsolete api hathach 2021-05-31 16:34:07 +07:00
  • 04797bc5a5 clean up hathach 2021-05-31 16:05:55 +07:00
  • 4b2f32b778 update hub hathach 2021-05-31 15:41:40 +07:00
  • 65e5872d81 add hub_port_set_feature() hathach 2021-05-31 15:18:24 +07:00
  • 3fb80e76ce remove obsolete hcd_pipe_queue_xfer()/hcd_pipe_xfer() hathach 2021-05-31 12:08:37 +07:00
  • 5cf930d78a fix cast-align warning in msc host hathach 2021-05-31 11:11:00 +07:00
  • 95f2478146 Rework rp2040 examples and CMake build: - 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. graham sanderson 2021-05-30 18:41:07 -05:00
  • edbccb5e19 don't override CFG_TUSB_OS in cdc_dual_ports example graham sanderson 2021-05-30 18:37:51 -05:00
  • c2a0c1507b add more comment hathach 2021-05-30 23:44:29 +07:00
  • 54c9150574 add errata number hathach 2021-05-30 23:41:59 +07:00
  • 6498ee1996 fix incorrect data toggle when max packet size < 64 hathach 2021-05-30 23:35:54 +07:00
  • eb8ca14bf8 add level 3 log for info, add generic TU_LOG() hathach 2021-05-30 22:19:46 +07:00
  • 3973ec4b5e rp2040: fix debug compilation error graham sanderson 2021-04-08 12:15:15 -05:00
  • 4f97915d48 Update bug_report.md Ha Thach 2021-05-30 13:50:14 +07:00
  • b4f092ec74 Adaptations for Renesas CCRX toolchain and Rx72N controller performed Wini-Buh 2021-05-29 21:23:39 +02:00
  • 164778a716 update limit each transfer not less than 64 hathach 2021-05-28 17:42:13 +07:00
  • e9c22e4a5c increase version for release hathach 2021-05-28 17:24:35 +07:00
  • 81d238bd46 Merge pull request #854 from hathach/more-housekeeping Ha Thach 2021-05-27 19:44:10 +07:00
  • 7c66c5121b update doc hathach 2021-05-27 19:31:55 +07:00
  • 9ad6fadf6a more include clean up hathach 2021-05-27 18:18:30 +07:00
  • f384d6f67e more with clean up hathach 2021-05-27 18:04:28 +07:00
  • b36b211c26 clean up tusb_fifo.h include hathach 2021-05-27 17:58:42 +07:00
  • 9736e54734 include clean up hathach 2021-05-27 17:40:39 +07:00
  • c7cecf28c8 clean up hathach 2021-05-27 00:13:07 +07:00
  • 814edec89f clean up hathach 2021-05-26 20:29:18 +07:00
  • faa31152b4 rename usbd_edpt_iso_xfer to usbd_edpt_xfer_fifo hathach 2021-05-26 20:25:44 +07:00
  • 4e2684f23a Merge pull request #825 from ogatatsu/hid_desc Ha Thach 2021-05-26 20:33:45 +07:00
  • ac47a3360e Update README.md Ha Thach 2021-05-26 20:21:15 +07:00
  • 85186ab136 Merge pull request #754 from xmos-jmccarthy/master Ha Thach 2021-05-26 20:17:01 +07:00
  • f9c542aa52 fix dfu example build hathach 2021-05-26 18:16:56 +07:00
  • dbef50f8ff Merge branch 'master' into xmos-jmccarthy-master hathach 2021-05-26 17:32:49 +07:00
  • 220f441048 Merge pull request #850 from hathach/fix-warnings Ha Thach 2021-05-26 17:26:50 +07:00
  • f8e9c6ddbb separate ci workflow, remove artifact & release upload hathach 2021-05-26 17:12:26 +07:00
  • 9fa9b67895 test separate ci workflow for msp430 hathach 2021-05-26 16:52:28 +07:00
  • 689d74a595 fix board test example build with nrf hathach 2021-05-26 16:41:17 +07:00
  • e411ce1937 Merge pull request #849 from noodlefighter/fix-uac2_headset Ha Thach 2021-05-26 13:21:17 +07:00
  • aca2320075 fix uac2_headset example noodlefighter 2021-05-26 11:45:45 +08:00
  • 954056da0c fix warnings cast function type for nrf, fix pico osal warning hathach 2021-05-25 21:02:40 +07:00
  • ce59d69520 Merge remote-tracking branch 'official/master' Jeremiah McCarthy 2021-05-25 09:27:35 -04:00
  • ca8724ee08 Merge pull request #846 from hathach/house-keeping Ha Thach 2021-05-24 12:07:33 +07:00
  • 4f03332118 clean up hathach 2021-05-23 20:14:01 +07:00
  • 3654d96e07 only invoke tuh_msc_umount_cb() if needed hathach 2021-05-23 14:11:12 +07:00
  • 8cffe4897e change hid device internal boot_mode to protocol_mode hathach 2021-05-23 13:56:32 +07:00
  • 056cd6b229 Merge pull request #845 from hathach/hid-host-get-protocol-when-enum Ha Thach 2021-05-22 23:42:10 +07:00
  • a1dab1611b get protocol when enum with hid boot interface hathach 2021-05-22 23:30:41 +07:00
  • 56577d9fca Merge pull request #834 from hathach/host-hid Ha Thach 2021-05-22 22:56:17 +07:00
  • f13a3c04f7 fix missing report in tuh_hid_set_report() hathach 2021-05-22 22:43:55 +07:00
  • a2c4a48dd6 add tuh_hid_report_sent_cb() hathach 2021-05-22 22:03:21 +07:00
  • b8e019da32 rename tuh_hid_get_report_cb to tuh_hid_report_received_cb() hathach 2021-05-22 21:51:30 +07:00
  • df65c35b31 implement hid host set report with control transfer hathach 2021-05-22 21:48:42 +07:00
  • 63c57ed1a4 clean p hathach 2021-05-22 20:55:42 +07:00
  • ad845db6a5 improve hid parser hathach 2021-05-22 20:54:59 +07:00