Commit Graph

  • b73049f9d2 Merge pull request #499 from hathach/bsp-itsy-nrf52840 Ha Thach 2020-08-27 17:16:39 +07:00
  • 7a443d6bea add itsybitsy nrf52840 board support hathach 2020-08-27 16:40:24 +07:00
  • b1f0d6f57e audio_device: Change CFG_TUD_AUDIO_TX_BUFSIZE to CFG_TUD_AUDIO_TX_FIFO_SIZE Jerzy Kasenberg 2020-08-25 14:41:50 +02:00
  • a3eff0c51a audio_device: Fix NULL pointer access in audiod_xfer_cb Jerzy Kasenberg 2020-08-25 14:30:02 +02:00
  • a4c096be37 audio_device: Fix FIFO element size discrepancies Jerzy Kasenberg 2020-08-25 13:15:43 +02:00
  • 2d8787cdeb fix typo hathach 2020-08-24 15:29:34 +07:00
  • a1b7e767af improve midi hathach 2020-08-24 14:31:46 +07:00
  • c61e9fb96d audio_device: Fix descriptor limit calculation Jerzy Kasenberg 2020-08-24 09:01:03 +02:00
  • 19f08a02f6 Merge pull request #486 from kasjer/kasjer/add-endpoint-close-to-synopsys Ha Thach 2020-08-24 13:10:46 +07:00
  • 2b1adbb7e5 Update README.md Ha Thach 2020-08-22 19:13:43 +07:00
  • 88da422c7c Merge pull request #493 from hathach/followup-490-samd11 Ha Thach 2020-08-22 19:12:11 +07:00
  • 9d3a9cf546 add OPT_MCU_SAMD11 hathach 2020-08-22 18:46:19 +07:00
  • 97ca7a9549 Merge pull request #490 from ktemkin/master Ha Thach 2020-08-22 12:54:51 +07:00
  • 91f7ce9769 add support for SAMD11 devices / add samd11_xplained board Katherine Temkin 2020-08-20 21:49:35 -06:00
  • fe21c60507 Merge pull request #491 from hathach/fix-samg55-build Ha Thach 2020-08-21 12:33:06 +07:00
  • 76fe8ac612 fix samg55 ci build hathach 2020-08-21 12:19:38 +07:00
  • e5d622b749 Merge pull request #434 from gh2o/master Ha Thach 2020-08-21 11:14:06 +07:00
  • 37be0ca732 Fix formatting, get rid of all tabs. Reinhard Panhuber 2020-08-20 20:09:44 +02:00
  • 72183c7bb4 Slight optimization for cdc tx refill Gavin Li 2020-08-20 09:59:23 -07:00
  • 15b063beb2 Smarter CDC TX refill logic Gavin Li 2020-08-20 02:20:01 -07:00
  • c14f68e2c1 Commit before sharing. Reinhard Panhuber 2020-08-19 21:07:43 +02:00
  • 6309364722 Merge remote-tracking branch 'upstream/master' into uac2 Reinhard Panhuber 2020-08-16 14:08:24 +02:00
  • 444e4d2821 Add EP close. Fix bug in set_interface within audio. Reinhard Panhuber 2020-08-16 13:48:25 +02:00
  • e8d50a3c57 Add dcd_edpt_close() to synopsys Jerzy Kasenberg 2020-08-14 14:29:35 +02:00
  • e90cf7a676 Merge pull request #485 from kasjer/kasjer/fix-synopsys-fifo-flush-in-stall Ha Thach 2020-08-13 10:32:13 +07:00
  • 88c5e2a37f Fix synopsys fifo flush during stall Jerzy Kasenberg 2020-08-12 10:18:11 +02:00
  • b0f617ba20 Merge pull request #484 from hathach/fix-bt-warning Ha Thach 2020-08-11 22:49:48 +07:00
  • 61e96e97cb use usbd_edpt_open in bth driver hathach 2020-08-11 22:09:16 +07:00
  • a65a0a7996 Merge pull request #385 from hathach/add-app-driver Ha Thach 2020-08-11 21:59:27 +07:00
  • a9d362185b update note for app driver list mustbe accesible at all time. hathach 2020-08-07 15:06:19 +07:00
  • 01b9b77d3b allow application driver to overwrite built-in one hathach 2020-08-07 14:47:32 +07:00
  • 9df8057702 Merge branch 'master' into add-app-driver hathach 2020-08-07 12:13:13 +07:00
  • c682c30fa6 Merge pull request #483 from majbthrd/master Ha Thach 2020-08-06 17:01:07 +07:00
  • 946d4b735a update lib/lwip to STABLE-2_1_2_RELEASE Peter Lawrence 2020-08-05 20:20:12 -05:00
  • 6f3378f71d Merge pull request #476 from kasjer/kasjer/fix-synopsys-fix-iso-frame-bit Ha Thach 2020-08-05 22:36:05 +07:00
  • 9b9ea8453d Merge pull request #480 from hathach/fix-nrf-disconnect Ha Thach 2020-08-04 14:48:25 +07:00
  • e9aa36a6e8 Fix synopsys odd/even frame bit for IN ISO endpoints Jerzy Kasenberg 2020-07-31 16:04:10 +02:00
  • 7d9efd0697 manually submit unplugged event for nrf dcd_disconnect() hathach 2020-08-04 14:18:12 +07:00
  • 026a1e7ac8 Merge pull request #478 from hathach/move-dcdconnect-to-dcdinit Ha Thach 2020-08-04 14:11:32 +07:00
  • c557bf7b2e Implement dynamic FIFO RAM allocation according to configuration desc. Reinhard Panhuber 2020-08-03 19:48:05 +02:00
  • 72464faca4 Merge pull request #472 from hathach/fix-msp430-warning Ha Thach 2020-08-02 12:53:03 +07:00
  • acde49ccc9 enable pull-up in dcd_init() instead of usbd hathach 2020-08-01 20:14:58 +07:00
  • 310797a580 Merge pull request #477 from hathach/fix-nrf-unplugg-isr-event Ha Thach 2020-08-01 12:31:48 +07:00
  • 16fe590b71 Merge pull request #475 from kasjer/kasjer/fix-synopsys-endpoint-constraint-check Ha Thach 2020-08-01 12:11:08 +07:00
  • 9bf2b33366 correct isr context for nrf DCD_EVENT_UNPLUGGED hathach 2020-08-01 12:02:59 +07:00
  • c3b0389f10 Fix synopsys size check for ISO endpoint Jerzy Kasenberg 2020-07-31 15:48:28 +02:00
  • 22100b252f Merge pull request #474 from hathach/fix-strict-prototype Ha Thach 2020-07-29 19:17:48 +07:00
  • 10a8ef7614 fix nested extern declaration of 'SystemCoreClock' [-Werror=nested-externs] hathach 2020-07-29 17:04:47 +07:00
  • 5af08e2ffc fix strict prototype hathach 2020-07-29 16:59:07 +07:00
  • 78f1576e93 Merge pull request #412 from hathach/fix-net-cast-align Ha Thach 2020-07-29 11:23:11 +07:00
  • 8dda0a0dd1 Merge pull request #454 from me-no-dev/esp32-s2-fifos Ha Thach 2020-07-28 15:16:15 +07:00
  • a1a390a788 Update dcd_esp32s2.c me-no-dev 2020-07-28 10:54:23 +03:00
  • 6976e64217 fix msp430 gcc 9.2.0 warning in #465 hathach 2020-07-28 14:36:15 +07:00
  • 01903a4a6d Implement dynamic reallocation of RX and TX fifos for EP0. Reinhard Panhuber 2020-07-27 21:03:20 +02:00
  • 5e3f90cd6e add 'set_EP0_max_pkt_size(...)' and fix EP0 size to 64 bytes after reset Reinhard Panhuber 2020-07-26 19:21:30 +02:00
  • 201dd72576 Merge remote-tracking branch 'upstream/master' Reinhard Panhuber 2020-07-26 12:57:16 +02:00
  • 1269bb440a Fix structure definition audio_control_range_X_n_t Reinhard Panhuber 2020-07-25 14:31:25 +02:00
  • e047fbe8fb Merge remote-tracking branch 'upstream/master' into uac2 Reinhard Panhuber 2020-07-25 14:26:24 +02:00
  • d91843bcd2 Get and set requests work Reinhard Panhuber 2020-07-25 11:18:50 +02:00
  • 6035572036 Merge pull request #471 from hathach/call-usbinit-after-kernel-started Ha Thach 2020-07-24 01:28:49 +07:00
  • 503c15217e example to call tud_init() after freeRTOS kernel is started hathach 2020-07-23 09:20:45 +07:00
  • 72c5167fa5 Merge pull request #470 from hathach/fix-samd21-missing-setup Ha Thach 2020-07-23 06:36:20 +07:00
  • 0407cfe16c fix samd21 race condition with setup packet hathach 2020-07-23 01:39:15 +07:00
  • 7d2fc12445 Merge pull request #469 from hathach/followup-pr466-pr468 Ha Thach 2020-07-21 21:56:57 +07:00
  • dfca92d29b follow up to pr468 hathach 2020-07-21 21:06:10 +07:00
  • 787c891702 add note for MS OS 1.0 Descriptor at 0xEE hathach 2020-07-21 21:00:11 +07:00
  • be744e1e01 Merge pull request #466 from chang196700/feature/string_desc_msos Ha Thach 2020-07-21 20:25:08 +07:00
  • 1e2c554919 Merge pull request #468 from me-no-dev/freertos-yield-from-isr Ha Thach 2020-07-21 19:56:18 +07:00
  • 141db1278a Make definition of CFG_TUD_AUDIO_CTRL_BUF_SIZE mandatory Reinhard Panhuber 2020-07-20 20:24:05 +02:00
  • fdb156a3bb Implement control EP0 buffer and get rid of CFG_TUD_AUDIO_USE_TX_FIFO Reinhard Panhuber 2020-07-20 20:18:45 +02:00
  • 3822a6a385 FreeRTOS: Yield from ISR to notify the USB task me-no-dev 2020-07-19 23:55:35 +03:00
  • 5cd654838b Remove 0xEE index string if statement & change TU_ASSERT to TU_VERIFY Chang Feng 2020-07-19 19:13:17 +08:00
  • 077e881c92 Implement all missing A.17 control selectors Reinhard Panhuber 2020-07-19 11:53:35 +02:00
  • a0f6fa4e06 update ci script hathach 2020-07-19 14:19:39 +07:00
  • 798fad397a Merge pull request #464 from hathach/improve-highspeed Ha Thach 2020-07-19 13:24:57 +07:00
  • 8e1290e51e minor clean up hathach 2020-07-19 13:13:21 +07:00
  • 47bcedc0b4 Add A.17.4 - Terminal Control Selectors Reinhard Panhuber 2020-07-18 19:27:00 +02:00
  • 6ddee1b5cf more update hathach 2020-07-18 01:07:44 +07:00
  • 881025afdc add new name warning to cdc and midi (skip msc, hid warning for now) hathach 2020-07-17 23:01:39 +07:00
  • 7baeea7a00 update actual link speed for spresense hathach 2020-07-17 18:28:19 +07:00
  • d0f3d03933 Intermediate commit. Reinhard Panhuber 2020-07-17 08:40:10 +02:00
  • dc00f0cae1 update link speed detection for nuc505 hathach 2020-07-16 20:44:06 +07:00
  • 0517f4a2f1 dcd tdi report link speed on reset hathach 2020-07-16 16:12:21 +07:00
  • 5ca748a68e rename CFG_TUD_MSC_BUFSIZE to CFG_TUD_MSC_EP_BUFSIZE hathach 2020-07-16 15:34:16 +07:00
  • fea6fb73a1 add fs & hs config for cdc_msc_freertos, midi_test, msc_dual_lun hathach 2020-07-16 13:02:20 +07:00
  • ed065691ef fix unintended changes to webusb example hathach 2020-07-16 00:55:19 +07:00
  • 706413f751 add tud_speed_get() hathach 2020-07-16 00:44:09 +07:00
  • 2274740e48 Merge pull request #462 from ktemkin/add_luna_bsp Ha Thach 2020-07-15 11:31:11 +07:00
  • 9181ce55fb add BSP for Great Scott Gadgets' LUNA boards (SAMD21) Kate Temkin 2019-12-23 04:07:47 -07:00
  • e1b3fe81c4 Merge pull request #461 from CraigHutchinson/patch-1 Ha Thach 2020-07-10 18:51:50 +07:00
  • 323ae5a84f Improve comment on CDC tud_cdc_write_available() Craig Hutchinson 2020-07-10 12:24:09 +01:00
  • 81392da1ea Merge pull request #456 from me-no-dev/esp32-s2-epin-to Ha Thach 2020-07-10 12:29:06 +07:00
  • dbced9911d Merge pull request #447 from hathach/add-stm-hs Ha Thach 2020-07-08 19:47:24 +07:00
  • 0fd074afd8 change REDUCE_SPEED=0/1 to explicitly SPEED=high/full hathach 2020-07-08 16:29:48 +07:00
  • f82655a212 correct EP Size for cdc dual and webusb example hathach 2020-07-06 18:55:31 +07:00
  • a192d99bf0 Merge pull request #457 from UweBonnes/add-stm-hs Ha Thach 2020-07-05 14:07:08 +07:00
  • 8f433e67ac Add stm32l4r5nucleo. USB and UARTwork. Uwe Bonnes 2020-07-03 15:47:35 +02:00
  • 11c6d4cdae stlinkv3mini: Only OTG_HS has connector. Uwe Bonnes 2020-07-03 10:59:02 +02:00
  • 5c24d5ca72 stm32h745disco: HAL_PWREx_EnableUSBVoltageDetector() is needed for hot replug. Uwe Bonnes 2020-07-02 19:40:32 +02:00
  • 4b7539bd63 stm32h745disco: Only OTG_FS is available. Does not enumerate on replug yet. Uwe Bonnes 2020-07-02 00:23:38 +02:00