Commit Graph

  • 37bb14678a Remove too verbose comment Reinhard Panhuber 2021-01-04 12:06:16 +01:00
  • 09d8ead4b8 Start changes - not yet finished Reinhard Panhuber 2021-01-04 12:02:08 +01:00
  • 0f11858b0e working neopixel minor refactor Greg Steiert 2021-01-03 23:26:54 +00:00
  • 33f0d4b314 working neopixel Greg Steiert 2021-01-03 23:01:18 +00:00
  • 3158b323d8 Adapt to new control xfer callback Jacob Potter 2021-01-03 15:16:54 -07:00
  • 57058e33fc Merge branch 'master' into ncm Jacob Potter 2021-01-03 15:12:02 -07:00
  • f44c588dd7 8 state implementation, still not working Greg Steiert 2021-01-03 18:53:55 +00:00
  • 7f98d11454 24 state implementation, only upsdates first LED Greg Steiert 2021-01-03 18:31:45 +00:00
  • 06642910f4 neopixel driver one byte at a time non-func Greg Steiert 2021-01-03 18:11:13 +00:00
  • 13b499f910 Clean up Reinhard Panhuber 2021-01-03 17:59:50 +01:00
  • 56c47188d8 Rework USB FIFO allocation scheme and allow RX FIFO size reduction Reinhard Panhuber 2021-01-03 16:11:56 +01:00
  • 56acdf67ba adding double_m33_express board Greg Steiert 2021-01-02 22:53:15 +00:00
  • e79a7b9152 Merge pull request #577 from hathach/followup-kl25z-pr569 Ha Thach 2020-12-25 23:37:59 +07:00
  • fc18cd4cbb skip overflow sram examples for kl25 hathach 2020-12-25 23:20:45 +07:00
  • 3951a940fd update readme, contributor and doc for new port KL25 hathach 2020-12-25 23:10:57 +07:00
  • 1491bc9162 Merge pull request #569 from kkitayam/add_support_for_frdm_kl25z Ha Thach 2020-12-25 23:03:23 +07:00
  • 08f8f488a0 Merge pull request #571 from HiFiPhile/iar_fifo Ha Thach 2020-12-24 12:03:57 +07:00
  • baa5417f3e Fix IAR error on memcpy and warnings. HiFIPhile 2020-12-17 22:20:56 +01:00
  • 2737166d2b fixed wrong direction to enable EP in dcd_edpt_open. fixed incorrect handling of STALL other than EP0 convert tabs to spaces removed unused symbols kkitayam 2020-12-23 20:32:29 +09:00
  • bdee6397eb Added MSC read10 and write10 function Yakovenko Andrey 2020-12-23 12:52:51 +02:00
  • b580a0b7f3 Merge pull request #573 from HiFiPhile/scsi_mode_sense6_t Ha Thach 2020-12-22 17:17:36 +07:00
  • 597b84f684 Merge pull request #572 from HiFiPhile/more_iar Ha Thach 2020-12-22 16:30:25 +07:00
  • c8dc7f807f Fix more warnings. HiFiPhile 2020-12-18 11:48:48 +01:00
  • b3c0d417ef Fix error if "Required Prototype" is selected. HiFiPhile 2020-12-20 23:06:32 +01:00
  • 13e6afd589 Fix scsi_mode_sense6_t padding, which cause IAR compiler internal error. HiFiPhile 2020-12-20 22:54:55 +01:00
  • 2bbfc56bd8 added support for frdm_kl25z kkitayam 2020-11-27 00:49:25 +09:00
  • cc8329f3e4 Delete question.md Ha Thach 2020-12-09 14:59:33 +07:00
  • e9e3000ff9 clean up hathach 2020-11-30 09:41:01 +07:00
  • 0dd78aa916 group all stm32f4 boards hathach 2020-11-29 22:48:21 +07:00
  • daf9d06c0e move teensy 4.0 to imxrt hathach 2020-11-29 20:44:35 +07:00
  • 2dec21f81b complete grouping imxrt boards hathach 2020-11-29 20:41:30 +07:00
  • 89205438c2 move xiao to samd21 group hathach 2020-11-29 17:09:53 +07:00
  • a6c7467fd3 grouping samd51 boards hathach 2020-11-28 12:09:45 +07:00
  • a3fff24fbc group more nrf board hathach 2020-11-28 11:54:53 +07:00
  • 50977eef0e grouping more samd21 boards hathach 2020-11-28 11:45:24 +07:00
  • fac9151c73 grouping samd21 hathach 2020-11-28 11:11:55 +07:00
  • 630692d81b move all nrf boards into its family group hathach 2020-11-28 10:48:44 +07:00
  • f0ffe7b984 group more nrf52840 boards hathach 2020-11-28 01:06:10 +07:00
  • 658194ccc4 group more nrf boards hathach 2020-11-28 00:45:44 +07:00
  • 4130c50b01 grouping nrf boards hathach 2020-11-28 00:16:28 +07:00
  • b572983cc8 group esp32s2 board into its group hathach 2020-11-27 22:31:47 +07:00
  • 9f0f29cd40 Merge pull request #563 from hathach/add-esp32s2-suspend-wakeup Ha Thach 2020-11-27 16:52:17 +07:00
  • 8b34f2fca8 fix ci hathach 2020-11-27 16:05:44 +07:00
  • 94527951a0 add bus suspend & resume support for esp32s2 hathach 2020-11-27 15:54:55 +07:00
  • 4a2baf400e Merge pull request #562 from hathach/correctly-invoke-scsi-callback Ha Thach 2020-11-25 00:24:03 +07:00
  • f5e13d5898 msc only invoke scsi complete callback after status transaction is complete hathach 2020-11-24 23:42:30 +07:00
  • 218b80e63a Merge pull request #561 from hathach/add-tud-connected Ha Thach 2020-11-24 22:05:36 +07:00
  • 148eea1417 add tud_connected() hathach 2020-11-24 21:49:12 +07:00
  • 2bfcd446a5 Merge pull request #506 from duempel/cdc_without_dtr Ha Thach 2020-11-24 01:04:44 +07:00
  • 494e125432 more ci hathach 2020-11-24 00:47:06 +07:00
  • 409a5fb7fc fix ci build hathach 2020-11-24 00:18:18 +07:00
  • 7860469661 comment out and add note for tud_cdc_connected() in cdc_msc examples hathach 2020-11-24 00:06:59 +07:00
  • 4b4f880785 add tud_ready() check in tud_cdc_n_write_flush() hathach 2020-11-23 23:40:13 +07:00
  • 308028e17c Merge branch 'master' into cdc_without_dtr Ha Thach 2020-11-23 23:25:55 +07:00
  • b870d932e5 Merge pull request #560 from hathach/fix-559 Ha Thach 2020-11-23 13:31:21 +07:00
  • 14138f105e have tusb_init() return true instead of TUSB_ERROR_NONE hathach 2020-11-23 13:12:51 +07:00
  • 49f09f55d0 Merge pull request #557 from hathach/rework-class-driver-control Ha Thach 2020-11-23 13:06:20 +07:00
  • e4144d8b47 remove control_complete hathach 2020-11-20 17:21:01 +07:00
  • cebb375eac migrate audio device to new control xfer cb hathach 2020-11-20 17:20:05 +07:00
  • c4bc8b2561 migrate net device to new control xfer cb hathach 2020-11-20 16:59:33 +07:00
  • d6461abe78 clean up hathach 2020-11-20 16:30:03 +07:00
  • 9f853685ae migrate bth device to new control xfer cb hathach 2020-11-20 16:13:58 +07:00
  • 61ad7bef71 migrate vendor device to new control xfer cb hathach 2020-11-20 15:50:11 +07:00
  • 3cc1979adb migrate dfu runtime device to new control xfer cb hathach 2020-11-20 15:42:32 +07:00
  • 7df979673d migrate usbtmc device to new control xfer cb hathach 2020-11-20 15:38:56 +07:00
  • 8813f9d3b8 clean up hathach 2020-11-20 15:32:16 +07:00
  • e2abb089f4 migrate midi device to new control xfer cb hathach 2020-11-20 15:30:36 +07:00
  • dc9a309839 migrate hid device to new control xfer cb hathach 2020-11-19 22:00:49 +07:00
  • dd07fecc5f migrate cdc_device to new control_xfer_cb hathach 2020-11-19 21:26:06 +07:00
  • 3c31d08051 merge class driver control_request & control_complete to control_xfer_cb() hathach 2020-11-19 21:01:33 +07:00
  • 339b1a7723 Remove dcd_edpt_xfer_abort from DCD header Jan Dümpelmann 2020-11-18 11:12:06 +01:00
  • 6a72cc5d48 Changes to CDC example code: Jan Dümpelmann 2020-11-18 10:16:32 +01:00
  • e7069da7eb Reset CDC examples to original state Jan Dümpelmann 2020-11-18 09:47:39 +01:00
  • 54e29e9ff4 Implementation of the discussed changes Jan Dümpelmann 2020-11-18 09:42:50 +01:00
  • 589dfdb0e5 Merge pull request #554 from hathach/initial-same7x Ha Thach 2020-11-09 11:22:29 +07:00
  • 496c7c701a fix ci hathach 2020-11-09 01:23:19 +07:00
  • 7ab3da1e03 same70 xplained uart via edbg work with board_test hathach 2020-11-09 01:01:05 +07:00
  • 89b92b54a7 same70 xplained led and button works wiht board_test example hathach 2020-11-09 00:13:56 +07:00
  • 5456afa8ee update microchipo driver submodule hathach 2020-11-08 18:09:53 +07:00
  • 1b1e205a30 clean up hathach 2020-11-08 12:40:20 +07:00
  • ef99d37c97 Merge pull request #551 from dobairoland/master Ha Thach 2020-11-08 12:37:53 +07:00
  • 23b6b66f4d release 0.7.0 with changelog and doc update hathach 2020-11-07 23:43:39 +07:00
  • a708ab6254 Merge pull request #553 from hathach/host-async-control Ha Thach 2020-11-07 10:52:14 +07:00
  • 2907b1e438 clean up hathach 2020-11-07 10:37:33 +07:00
  • 226efdcec0 Reduce excessive poll rate on interrupt endpoint Jacob Potter 2020-11-05 18:14:56 -07:00
  • 377f8ce76f Log on full NTBs Jacob Potter 2020-11-05 10:18:29 -07:00
  • 4c99c5ff5c Make the disk disappear on Windows after it was ejected Roland Dobai 2020-11-05 15:35:26 +01:00
  • a3fdcbdf16 Just leave the endpoints open, instead of closing/reopening Jacob Potter 2020-11-04 23:53:03 -07:00
  • a3d6e8fc52 Add default for CFG_TUD_NCM Jacob Potter 2020-11-04 21:18:44 -07:00
  • bb0df2740e Add CDC NCM driver Jacob Potter 2020-10-31 11:03:55 -06:00
  • af9f0f1cd6 Merge remote-tracking branch 'hathach/master' into cdc_without_dtr Jan Dümpelmann 2020-11-04 17:11:01 +01:00
  • 075334af80 Merge pull request #547 from hathach/cdc-auto-write-flush Ha Thach 2020-11-03 11:42:17 +07:00
  • b05827b502 Merge pull request #546 from hathach/use-same51-from-asf4 Ha Thach 2020-11-03 11:38:14 +07:00
  • 720909e7f8 Merge pull request #545 from j4cbo/master Ha Thach 2020-11-02 22:07:05 +07:00
  • 6fcd540cb6 enable cdc auto flush on write() hathach 2020-11-02 16:50:46 +07:00
  • 958a4e1b5d use same51 driver to adafruit asf4 submodule hathach 2020-11-02 15:44:12 +07:00
  • 14461beffa remove legacy blocking usbh_control_xfer() hathach 2020-11-02 09:19:34 +07:00
  • 2efdc2fb64 get hub work more reliably hathach 2020-11-02 08:46:24 +07:00
  • 6eafdfab93 update usbh with hub to use async control transfer hathach 2020-11-02 00:54:04 +07:00
  • e029d6d726 added host set_config driver hathach 2020-11-01 17:46:46 +07:00