| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-31 | added comments for JLink connection work. | kkitayam | |
| 2021-03-31 | add a submodule of Renesas RX family to `hw/mcu/renesas/rx` | kkitayam | |
| 2021-03-31 | removed a submodule for Renesas | kkitayam | |
| 2021-03-30 | add build-renesas for rx63n | hathach | |
| 2021-03-29 | move rx63n into its own family | hathach | |
| 2021-03-29 | Merge branch 'add_support_for_gr_citrus' of ↵ | hathach | |
| https://github.com/kkitayam/tinyusb into kkitayam-add_support_for_gr_citrus | |||
| 2021-03-29 | Merge pull request #759 from sjanc/mynewt | Ha Thach | |
| Add releases to Mynewt repository.yml | |||
| 2021-03-29 | Add releases to Mynewt repository.yml | Szymon Janc | |
| This makes it possible to setup Mynewt project which checkouts specified version of tinyusb. | |||
| 2021-03-28 | added a submodule dependency | kkitayam | |
| 2021-03-28 | cleanup | kkitayam | |
| 2021-03-28 | added a submodule for RX63N | kkitayam | |
| 2021-03-28 | added a setting for RX63X | kkitayam | |
| 2021-03-28 | added short-enums into CFLAGS | kkitayam | |
| 2021-03-27 | Set newlib as the default library | kkitayam | |
| 2021-03-27 | added configurations for RX63X | kkitayam | |
| 2021-03-27 | added settings for LWIP and FreeRTOS | kkitayam | |
| 2021-03-27 | fixed a OUT transfer did not completed multiple of the max packet size | kkitayam | |
| 2021-03-27 | fixed definitions for stack areas | kkitayam | |
| 2021-03-27 | using BRDY interruption for handling IN transfers. | kkitayam | |
| 2021-03-26 | update for gr_citurs | kkitayam | |
| 2021-03-26 | added dcd for Renesas USBa | kkitayam | |
| 2021-03-26 | added board files | kkitayam | |
| 2021-03-25 | Merge pull request #703 from perigoso/efm32gg | Ha Thach | |
| EFM32 Family Support | |||
| 2021-03-23 | add efm32 driver | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2021-03-23 | added efm32gg12 family cmsis | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2021-03-23 | add efm32gg12 family | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2021-03-23 | Merge pull request #717 from jgressmann/feat/same54xplainedpro-free-pll1 | Ha Thach | |
| SAM E54 XPlained Pro: free PLL1 for application | |||
| 2021-03-23 | Merge pull request #747 from hathach/cleanup-examples | Ha Thach | |
| remove ses project since it is all broken and occupies space | |||
| 2021-03-23 | remove ses project since it is all broken and occupies space | hathach | |
| 2021-03-21 | Merge upstream TinyUSB master | Jean Gressmann | |
| 2021-03-21 | SAM54 Xplained Pro: update board setup documentation | Jean Gressmann | |
| 2021-03-21 | SAM54 Xplained Pro: reduce board setup code for maintenance | Jean Gressmann | |
| The board now runs off the internal oscillator at 48 MHz. This is sufficient to run the TinyUSB examples. A better performing clock setup is keep in the file as init_clock_xtal() as an example. | |||
| 2021-03-21 | SAM 54 Xplained Pro: remove board specific define | Jean Gressmann | |
| 2021-03-20 | Merge pull request #736 from Product-Creation-Studio/ned-pcs/add-stm32f072-eval | Ha Thach | |
| Add stm32f072-eval board | |||
| 2021-03-19 | Fixed case in linker script name | Ned Konz | |
| 2021-03-19 | Removed asserts | Ned Konz | |
| 2021-03-19 | Initial commit; copied from stmf072-disco and modified for -EVAL board | Ned Konz | |
| 2021-03-19 | Update bug_report.md | Ha Thach | |
| 2021-03-19 | Update bug_report.md | Ha Thach | |
| 2021-03-19 | Merge pull request #733 from hathach/fix-nrf-dcd-bulk-out-race | Ha Thach | |
| fix race condition that could cause drop packet of Bulk OUT transfer | |||
| 2021-03-19 | Update README.md | Ha Thach | |
| 2021-03-18 | Update boards.md | Ha Thach | |
| 2021-03-18 | Merge pull request #734 from hathach/feather-rp2040-correct-bootstage2 | Ha Thach | |
| use boot2_generic_03h for adafruit feather rp2040 | |||
| 2021-03-18 | use boot2_generic_03h for adafruit feather rp2040 | hathach | |
| - also use boot2_generic_03h for now for itsy bitsy and qt rp2040 - change default flash target for rp2040 to flash-pyocd | |||
| 2021-03-18 | Merge pull request #729 from hathach/cleanup-make | Ha Thach | |
| Cleanup make | |||
| 2021-03-18 | add example specific DEPS_SUBMODULES | hathach | |
| 2021-03-18 | clean up some examples | hathach | |
| 2021-03-18 | fix race condition that could cause drop packet of Bulk OUT transfer | hathach | |
| NRF_USBD->SIZE.EPOUT[epnum] only need to write once to enable Bulk/Interrupt transfer. We only need to do it in dcd_edpt_open() and dcd_edpt_clear_stall() | |||
| 2021-03-18 | Merge pull request #724 from xmos-jmccarthy/master | Ha Thach | |
| USB TMC Updates | |||
| 2021-03-17 | Revert "Add Linux support to tmc example" | Jeremiah McCarthy | |
| This reverts commit dc2f00cca157dc2279f917f59f9607fcd17b3fdb. | |||
