Commit Graph

  • aab133ac69 Merge pull request #1027 from kkitayam/remove_redundant_from_renesas Ha Thach 2021-08-20 01:07:57 +07:00
  • ff59e98a6a Add compile switch to enable SOF during suspend only kkitayam 2021-08-19 23:57:34 +09:00
  • 351581537f Removes redundant SOF processing from the Renesas RX family. kkitayam 2021-08-17 23:13:11 +09:00
  • 219d186c4d Merge pull request #1034 from hathach/group-f1 Ha Thach 2021-08-19 19:44:01 +07:00
  • eda5b92e92 whitespace hathach 2021-08-19 19:13:47 +07:00
  • 4b72ad9b9f add f1 to ci build hathach 2021-08-19 18:54:53 +07:00
  • 175a6fbc5f rename to stm32f103_bluepill hathach 2021-08-19 18:53:55 +07:00
  • ebfd65a9ca add stm32f103 mini v2.0 board hathach 2021-08-19 18:51:51 +07:00
  • 1992f49343 group stm32f1 board hathach 2021-08-19 18:02:16 +07:00
  • a9279ece33 merge waveshare to h7 family hathach 2021-08-19 17:27:53 +07:00
  • c4a9a04d67 Merge pull request #1025 from hathach/add-hid-boot-example Ha Thach 2021-08-19 11:24:10 +07:00
  • 3a248951e2 Merge pull request #1024 from HiFiPhile/nuc Ha Thach 2021-08-18 19:14:03 +07:00
  • 830757d9ce Merge pull request #1020 from hathach/rp2040-disconnect-suspend Ha Thach 2021-08-18 16:45:35 +07:00
  • 3e8276846e correct usb memcpy for nuc120 as well hathach 2021-08-18 16:38:13 +07:00
  • 0411810bc0 Merge pull request #1026 from hathach/suspend-resume-followup Ha Thach 2021-08-17 17:29:13 +07:00
  • 9b869463dd skipped suspend/resume if not connected hathach 2021-08-17 17:00:53 +07:00
  • c050612142 fix ci build hathach 2021-08-17 13:33:15 +07:00
  • a6d18c400d fix keyboard report reserved is always 0 hathach 2021-08-17 13:29:26 +07:00
  • 5f6418ccd7 add hid_boot_interface example hathach 2021-08-17 13:21:24 +07:00
  • 7cbb11a86c Merge pull request #992 from majbthrd/net_example_pbuf Ha Thach 2021-08-17 11:56:54 +07:00
  • 7aff4b178e use USBD_MemCopy. Mengsk 2021-08-17 00:19:24 +02:00
  • 5a8ea0e0e2 net_lwip_webserver: further simplify pbuf_copy_partial() usage Peter Lawrence 2021-08-16 17:04:57 -05:00
  • 02277133ae Merge pull request #1023 from hathach/nrf-suspend-resume Ha Thach 2021-08-16 20:40:56 +07:00
  • 26d347be17 add note for renesas rx remote wakeup hathach 2021-08-16 20:24:07 +07:00
  • ab2eec77d4 complete suspend, resume, remote wakeup for nrf52 hathach 2021-08-16 20:22:14 +07:00
  • 2bb63406e9 Merge pull request #959 from KarlK90/gd32vf103-support-tiny-usb Ha Thach 2021-08-15 18:50:00 +07:00
  • c4a6a5ccb7 skip freertos example for gd32vf103 hathach 2021-08-15 17:56:04 +07:00
  • 73f8fae036 change toolchain to riscv-none-embed-gcc-xpack for ci hathach 2021-08-15 17:28:14 +07:00
  • 37d9f940ee add gd32vf103 to riscv ci hathach 2021-08-15 17:21:31 +07:00
  • 09e4348adc move gd32vf103 to its own family hathach 2021-08-15 17:19:25 +07:00
  • 48f17efa77 Merge pull request #1021 from tringis/fix-synopsys-change-addr Ha Thach 2021-08-14 01:59:38 +07:00
  • 6af1950c8d synopsys clear DAD on bus_reset hathach 2021-08-14 01:51:13 +07:00
  • 0ec794376b Fix dcd_set_address bug when called more than once with different addresses (e.g. after plugging the device into a different port). Tobias Ringström 2021-08-13 14:11:14 +02:00
  • 89e4586653 Merge pull request #1019 from kasjer/kasjer/da1469x-fix-no-vbus-startup Ha Thach 2021-08-13 17:02:21 +07:00
  • ea1dfc1fd5 Merge pull request #956 from kkitayam/fix_audio_format_for_renesas_rx Ha Thach 2021-08-13 14:36:45 +07:00
  • d52b981c3a revert ready() check in claim (do it later in separated PR) hathach 2021-08-12 17:07:39 +07:00
  • 17ef9f4843 add ready check for edpt claim hathach 2021-08-12 15:46:33 +07:00
  • 4ad47d9e26 bus_reset will reset all endpoints hathach 2021-08-12 15:40:26 +07:00
  • cde607338d da1469x: Fix no VBUS startup Jerzy Kasenberg 2021-08-11 14:45:47 +02:00
  • 4f2999bc04 white space hathach 2021-08-12 00:12:15 +07:00
  • 88d4cb402d simplify hw_endpoint_init() hathach 2021-08-12 00:11:04 +07:00
  • a2baf9427d more dcd clean up hathach 2021-08-11 20:36:23 +07:00
  • 979af6c2a8 clean up endpoint set/clear stall hathach 2021-08-11 20:29:39 +07:00
  • f3a6e564ee rp2040 enable suspend and resume interrupt hathach 2021-08-11 20:06:57 +07:00
  • 63f7dfeb8e Merge pull request #1013 from kasjer/kasjer/da1469x-fix-register-file-dependency Ha Thach 2021-08-11 19:38:46 +07:00
  • 2c7bb540b4 dcd_da1469x: Use mcu.h instead of MCU specific header Jerzy Kasenberg 2021-08-10 20:26:51 +02:00
  • a5b464c5ca Merge pull request #1012 from hathach/fix-newline-keycode-usage Ha Thach 2021-08-10 17:09:09 +07:00
  • 2ea0ef4543 correct newline usage keycode (ENTER 0x28) hathach 2021-08-10 16:40:43 +07:00
  • 70b26b561a Merge pull request #1011 from hathach/correct-hid-inout-example Ha Thach 2021-08-10 16:06:50 +07:00
  • 40afc8c5de update node script to always shift dummy reportID like python hathach 2021-08-10 15:40:25 +07:00
  • 1b6540a61c Update systick reload value Stefan Kerkmann 2021-08-09 21:36:50 +02:00
  • 312fd5f839 fix hid_test.py for hid inout to correctly preceeded with dummy reportID hathach 2021-08-09 22:57:11 +07:00
  • d2257db87f Merge pull request #1004 from ctag-fh-kiel/master Ha Thach 2021-08-09 16:07:42 +07:00
  • ea72d64992 STM32L151 portable driver adaptations Robert Manzke 2021-08-08 08:30:52 +02:00
  • 27f147f421 Minor style changes Stefan Kerkmann 2021-08-07 14:08:18 +02:00
  • 8b78067cc1 Use linear buffer for GD32VF103 Stefan Kerkmann 2021-08-07 12:06:54 +02:00
  • 4cebde65ec Remove unnecessary define guard Stefan Kerkmann 2021-08-07 12:00:13 +02:00
  • 0399996ee5 Code style changes Stefan Kerkmann 2021-08-07 11:31:03 +02:00
  • 66d566f8c0 Use functions provided by the nuclei-sdk hal Stefan Kerkmann 2021-08-07 11:25:28 +02:00
  • 60d03110f7 Correctly initialize and handle the system tick Stefan Kerkmann 2021-08-07 11:24:40 +02:00
  • 1d2a57a9e1 Remove unsuitable clock configurations from init code Stefan Kerkmann 2021-08-07 11:03:16 +02:00
  • 733a362436 Use nuclei-sdk functions for init code Stefan Kerkmann 2021-08-07 10:08:42 +02:00
  • 6e287a7c5e Cleanup include paths and use linker files from nuclei-sdk Stefan Kerkmann 2021-08-07 09:51:56 +02:00
  • b473923f42 Remove redundant linker files Stefan Kerkmann 2021-08-07 09:51:16 +02:00
  • 7682829820 Add correct endpoint count for GD32VF103 Stefan Kerkmann 2021-08-07 09:01:01 +02:00
  • c6d495d643 Remove dependencies to external libraries for the dcd driver Stefan Kerkmann 2021-08-07 08:54:32 +02:00
  • 88f5c04fe0 Merge pull request #985 from HiFiPhile/same70 Ha Thach 2021-08-06 11:32:57 +07:00
  • b8055aeccf Merge pull request #1000 from hathach/more-doc Ha Thach 2021-08-06 01:06:22 +07:00
  • 6be2d46b53 update link to docs.tinyusb.org hathach 2021-08-05 18:32:44 +07:00
  • 188bc0e991 change webusb-serial landing page hathach 2021-08-05 18:00:41 +07:00
  • a698dda67e Minor fix. MasterPhi 2021-08-05 09:56:24 +02:00
  • b5d218e684 add html extra for webusb example hathach 2021-08-05 14:06:08 +07:00
  • 2b521e0c10 rename to .readthedocs.yaml hathach 2021-08-05 12:29:32 +07:00
  • 82d73d3350 Merge pull request #997 from hathach/perigoso-readme-patch Rafael Silva 2021-08-04 16:31:57 +01:00
  • 546d869ffb readme: fix link to online documentation Rafael Silva 2021-08-04 16:25:01 +01:00
  • 623a775f78 Merge pull request #983 from perigoso/docs Ha Thach 2021-08-04 22:20:22 +07:00
  • 3eb54d878a Add stm32 license header Stefan Kerkmann 2021-08-03 20:21:06 +02:00
  • ab1979e2d3 Revert "Disable -Werror for now" Stefan Kerkmann 2021-07-12 09:55:44 +02:00
  • e5bd6bdeff Update nuclei-sdk with __riscv_flen fix Stefan Kerkmann 2021-07-12 09:54:49 +02:00
  • 790d90bf26 Set FreeRTOS to RISC-V (doesn't compile) Stefan Kerkmann 2021-07-11 14:17:32 +02:00
  • 23e3b1680b Use JTAG for jlink flashing Stefan Kerkmann 2021-07-10 14:03:20 +02:00
  • 3db2089aa9 Minor clean ups Stefan Kerkmann 2021-07-10 11:47:42 +02:00
  • 771bbe8af7 Use https github as submodule Stefan Kerkmann 2021-07-10 11:24:37 +02:00
  • ddb83787a0 Disable -Werror for now Stefan Kerkmann 2021-07-10 11:21:24 +02:00
  • 19b971cb24 Add board support for gd32vf103 longan nano Stefan Kerkmann 2021-07-10 11:17:24 +02:00
  • 2657560b63 Add hacky GD32VF103 support Stefan Kerkmann 2021-07-09 23:39:41 +02:00
  • 6805c9d734 add back info to readme, use stack.svg hathach 2021-08-03 16:36:03 +07:00
  • b682ce916a net_lwip_webserver: utilize pbuf_copy_partial() Peter Lawrence 2021-08-02 20:52:45 -05:00
  • bece3bca08 Add @HiFiPhile in CONTRIBUTORS.rst HiFiPhile 2021-08-02 20:20:23 +02:00
  • af8e5a90f4 Merge pull request #991 from hathach/fix-midi-available Ha Thach 2021-08-02 19:25:24 +07:00
  • 794bbd7177 fix warning hathach 2021-08-02 18:58:27 +07:00
  • 98e4ba6a12 correct midi available with already stream read hathach 2021-08-02 18:55:12 +07:00
  • 8a48e994b6 Merge pull request #874 from kkitayam/add_xfer_fifo_for_rx63 Ha Thach 2021-08-02 17:12:20 +07:00
  • 45e55a8ea0 fix: D0FIFOSEL setting was incorrectly when big-endian is selected. kkitayam 2021-07-31 12:20:19 +09:00
  • 383290a634 Move register define to separate header. MasterPhi 2021-07-30 19:43:04 +02:00
  • 1a27dad7bb docs/supported: add Waveshare OpenH743I-C to board support list perigoso 2021-07-30 12:48:08 +01:00
  • 0e6e137f5d readme: add local links to documentation perigoso 2021-07-30 11:26:14 +01:00
  • a6ae310f5f readme: convert md readme to rst perigoso 2021-07-30 11:17:09 +01:00
  • 83d72cc1d5 docs/contributors: add credit for docs perigoso 2021-07-28 00:36:18 +01:00
  • 0da08031ea readme: added docs status badge perigoso 2021-07-27 20:18:39 +01:00