Commit Graph

  • 693b6886b1 Merge pull request #1252 from mkj/staticuart Ha Thach 2021-12-20 20:05:08 +07:00
  • 9b2e78c915 samd21: make uart_init() static Matt Johnston 2021-12-20 15:43:16 +08:00
  • cadfcd153e Merge pull request #1244 from nxf58843/feature-kuiic Ha Thach 2021-12-16 17:57:06 +07:00
  • 14ea32a117 Merge branch 'feature-kuiic' of https://github.com/nxf58843/tinyusb into feature-kuiic Greg Steiert 2021-12-15 14:21:09 -08:00
  • 469ecdd28c added KUIIC to supported boards list Greg Steiert 2021-12-15 14:18:27 -08:00
  • 8d373b0887 Update midi_test endpoints and FT9xx code Gordon McNab 2021-12-15 12:23:58 +00:00
  • 51e24dd4f8 Merge branch 'hathach:master' into feature-kuiic nxf58843 2021-12-13 08:59:17 -08:00
  • 04fd8673cd Merge branch 'master' of https://github.com/hathach/tinyusb into feature-kuiic Greg Steiert 2021-12-13 08:56:58 -08:00
  • dd30f2c648 Merge pull request #1243 from hathach/g4-nucleo Ha Thach 2021-12-13 23:56:13 +07:00
  • c5416aa6aa Merge branch 'master' of https://github.com/hathach/tinyusb into feature-kuiic Greg Steiert 2021-12-13 08:56:01 -08:00
  • d097178ab0 correct wiring note hathach 2021-12-13 17:59:43 +07:00
  • 69bdd703c2 update doc to include g4 hathach 2021-12-13 17:53:38 +07:00
  • bfb5e32e1f Merge pull request #1233 from vmilea/rp2040_bugfix/ep_close Ha Thach 2021-12-09 23:38:17 +07:00
  • 51acc3e1b9 update g4 bsp hathach 2021-12-09 12:42:08 +07:00
  • e72a6e90b9 added support for building uf2 file Greg Steiert 2021-12-08 15:24:14 -08:00
  • 59dcf2062f adding support for KUIIC board Greg Steiert 2021-12-08 14:31:44 -08:00
  • 6bf7fba2a4 Merge pull request #1221 from kasjer/kasjer/fix-nrf5x-vbus-race-condition Ha Thach 2021-12-09 00:44:44 +07:00
  • 21fa7ea468 Correct path for using the ft90x-sdk submodule (BRTSG-FOSS / ft90x-sdk). Default to ft90x-sdk instead of pre-built library. Gordon McNab 2021-12-08 13:56:23 +00:00
  • bcbcdf87de Fix spelling mistakes and verify endpoint numbering. Gordon McNab 2021-12-08 11:24:39 +00:00
  • 79f1f4e171 Revert "Merge in upstream changes" Gordon McNab 2021-12-08 11:17:05 +00:00
  • ae970ba2e2 Handle xfer events before closing EP Valentin Milea 2021-12-08 12:33:30 +02:00
  • fa06bd01c9 Merge in upstream changes Gordon McNab 2021-12-08 10:05:32 +00:00
  • 45869958f6 Add FT9xx to more examples which support High-Speed Gordon McNab 2021-12-08 10:03:33 +00:00
  • 5039a5e54c Update code to implement changes from upstream master Gordon McNab 2021-12-08 09:34:29 +00:00
  • 9a7db98593 Merge branch 'master' into port-ft90x Gordon McNab 2021-12-08 08:36:43 +00:00
  • 21db2351fd nrf5x: Fix race condition during startup Jerzy Kasenberg 2021-12-01 13:38:20 +01:00
  • 527036b1f5 Initialize MMU if we are executing from DDR Yunhao Tian 2021-12-08 13:39:27 +08:00
  • cd76193f3c try updating clock configure for g4 nucleo (not work yet) hathach 2021-12-08 10:37:46 +07:00
  • 43621ab9ed Update README Yunhao Tian 2021-12-07 22:58:19 +08:00
  • 75f7fb3d9d Add mksunxi tool to make flashable image Yunhao Tian 2021-12-07 22:53:52 +08:00
  • 36e69b86bf Remove buffer reclaim logs Valentin Milea 2021-12-07 15:35:30 +02:00
  • cde824f17f Merge pull request #1222 from scoudreau/swo_logger Ha Thach 2021-12-07 19:53:27 +07:00
  • c157837878 Merge pull request #1213 from kkitayam/add_hcd_for_msp_exp432e401y Ha Thach 2021-12-07 19:24:41 +07:00
  • a5251cb86b skip host ci for tm4c due to sram overflow hathach 2021-12-07 17:14:20 +07:00
  • 8e0400d531 change uart baudrate for tm4c123 to 115200 hathach 2021-12-07 16:28:24 +07:00
  • 03835c8183 move hcd_musb.c include to family.mk hathach 2021-12-07 16:27:48 +07:00
  • ef879e8a8a Support disabling feedback format correction #1234 Valentin Milea 2021-12-06 18:49:58 +02:00
  • 96979a2c4a Fix handling of RXRDY bit Yunhao Tian 2021-12-06 19:56:27 +08:00
  • f8288be03f Merge pull request #1227 from kkitayam/fix_dcd_musb_buffer_overrun Ha Thach 2021-12-06 00:43:25 +07:00
  • 1ffc366aa9 Change FIFO size to 4KB (not sure) Yunhao Tian 2021-12-05 22:40:05 +08:00
  • f308603a3a Fix a typo that leads to incorrect RX handling Yunhao Tian 2021-12-05 22:31:09 +08:00
  • 702698ee29 Add FIFO size check Yunhao Tian 2021-12-05 18:18:41 +08:00
  • 64b81fd4d3 Close all EPs upon reset Yunhao Tian 2021-12-05 18:08:01 +08:00
  • fa0e4d91f9 Save current EP before querying other EPs Yunhao Tian 2021-12-05 18:07:35 +08:00
  • 48e1f6d899 Handle the closing of endpoints on RP2040 Valentin Milea 2021-12-04 16:04:48 +02:00
  • 28fb51c180 Add TODO to README Yunhao Tian 2021-12-04 18:08:23 +08:00
  • 68ca62dfd7 Add BSP support for F1C100s Yunhao Tian 2021-12-04 18:02:07 +08:00
  • dff54d854d Modify sunxi_musb code Yunhao Tian 2021-12-04 17:18:39 +08:00
  • 7137a0a92f Fix buffer overrun at pipe_read_packet() kkitayam 2021-12-04 01:25:34 +09:00
  • 81285273a6 Fix memory overrun at pipe_read_packet() kkitayam 2021-12-04 01:18:42 +09:00
  • 6ecd93eb60 Merge branch 'master' into add_hcd_for_msp_exp432e401y Ha Thach 2021-12-03 00:30:09 +07:00
  • 3e9bb3bee1 Merge pull request #1225 from perigoso/doc-requirements Ha Thach 2021-12-03 00:27:37 +07:00
  • c52c9cda91 after commit: eae4132 this dependency is no longer required Rafael Silva 2021-12-02 10:22:24 +00:00
  • 6f0c2cf0d8 Merge pull request #1224 from hathach/chipidea-controller Ha Thach 2021-12-02 14:10:24 +07:00
  • 94c35de0d2 minor doc update hathach 2021-12-02 13:19:27 +07:00
  • 821c0a9f38 Merge pull request #1223 from hathach/fix-s3-ci Ha Thach 2021-12-02 12:48:31 +07:00
  • 1d1e75236c temporarily skip s3 build on ci hathach 2021-12-02 12:02:25 +07:00
  • 369f11fe5c fix ci hathach 2021-12-02 11:50:28 +07:00
  • eae4132fbb update supported doc hathach 2021-12-02 11:31:27 +07:00
  • 207c60d055 more chipidea hathach 2021-12-02 00:03:44 +07:00
  • 83dc3e25f0 more work to abstract chipidea driver hathach 2021-12-01 23:30:09 +07:00
  • 61a9e125db more ci abstract hathach 2021-12-01 23:19:17 +07:00
  • c9d9bfab92 Remove unused-parameter errors when LOGGER=SWO Sebastien COUDREAU 2021-12-01 17:10:31 +01:00
  • bb7d1fa3ba Add support for Allwinner F1Cx00s family Yunhao Tian 2021-11-30 17:12:56 +08:00
  • 0612433eef add chipidea highspeed controller hathach 2021-12-01 12:14:44 +07:00
  • 6af58e3385 Merge pull request #1193 from rppicomidi/implement_usbh_replug_on_pico Ha Thach 2021-11-30 21:53:28 +07:00
  • 9bccc8068b Add register settings to handle a HUB kkitayam 2021-11-30 23:13:20 +09:00
  • 3e3fe1e429 improve hcd_device_close() for rp2040 hathach 2021-11-30 17:36:52 +07:00
  • 006522e437 on unplug release device endpoints rppicomidi 2021-11-12 14:59:19 -08:00
  • 06f99c220e implement hcd device close rppicomidi 2021-11-12 14:58:51 -08:00
  • a6929cf03e Add support for Keil RTX4 OS abstraction layer Yunhao Tian 2021-11-30 17:11:14 +08:00
  • ac20605e3f Ignore certain compiler options on ARMCC Yunhao Tian 2021-11-30 17:11:09 +08:00
  • dba59217da usbd: supress "statement is unreachable" warning on ARMCC Yunhao Tian 2021-11-30 17:10:53 +08:00
  • 9775e76910 Merge pull request #1216 from hathach/update-doc Ha Thach 2021-11-30 12:02:05 +07:00
  • 4678a4142e remove warnings hathach 2021-11-30 00:35:39 +07:00
  • 33506675c5 update supported doc hathach 2021-11-30 00:33:55 +07:00
  • ae5b1bab14 Merge pull request #1215 from hathach/fix-esp-stack Ha Thach 2021-11-29 16:17:37 +07:00
  • aae57cd3fd Merge pull request #1214 from hathach/fix-gamepad-comment Ha Thach 2021-11-29 15:40:56 +07:00
  • 7ad0af64cc use 4k stack for example with esp32sx hathach 2021-11-29 13:24:10 +07:00
  • ab223eb1df correct 32 button in gamepad hid descriptor template hathach 2021-11-29 13:07:46 +07:00
  • 24614de419 Fix build errors kkitayam 2021-11-29 00:45:57 +09:00
  • ae9a39ec1f Add musb driver kkitayam 2021-11-29 00:42:18 +09:00
  • b3dddc77eb Add initialization sequence as a HOST kkitayam 2021-11-29 00:40:23 +09:00
  • b50cf856b3 Add hcd_musb.c kkitayam 2021-11-28 16:49:27 +09:00
  • 7413b6b020 Add a compile condition for dcd kkitayam 2021-11-27 10:25:39 +09:00
  • 44b131e8cf Merge pull request #1209 from HiFiPhile/iar_update Ha Thach 2021-11-26 18:35:37 +07:00
  • 79de83183f Merge pull request #1208 from hathach/fix-nrf-easydma-race Ha Thach 2021-11-26 13:31:25 +07:00
  • 225e718270 Update iar project template. Mengsk 2021-11-25 17:20:51 +01:00
  • c9e9f4785f more clean up hathach 2021-11-23 09:52:11 +07:00
  • 0fc11746c0 clean up hathach 2021-11-23 09:46:45 +07:00
  • a994540860 fix nrf easy dma race condition hathach 2021-11-23 09:36:28 +07:00
  • edf3f35016 Update ft90x-sdk Gordon McNab 2021-11-22 12:38:04 +00:00
  • ba76b2e339 Add submodule for ft90x SDK Gordon McNab 2021-11-22 10:33:07 +00:00
  • ae73873b5c Merge pull request #1207 from hathach/update-issue-tempate Ha Thach 2021-11-22 12:18:36 +07:00
  • b8d66e4d19 Merge pull request #1206 from hathach/bcm-dwc2-address Ha Thach 2021-11-22 12:07:07 +07:00
  • e5adc46805 Update bug_report.yml Ha Thach 2021-11-22 11:27:37 +07:00
  • 64e6170224 Update bug_report.yml Ha Thach 2021-11-22 11:26:23 +07:00
  • 8a18c22c2f add BCM_VERSION hathach 2021-11-22 10:59:22 +07:00
  • 21787ecdd3 update bcm prph hathach 2021-11-22 10:52:53 +07:00
  • dac7574c98 use USB_OTG_GLOBAL_BASE instead of hard code value hathach 2021-11-22 10:52:28 +07:00