summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-31Merge pull request #757 from kkitayam/add_support_for_gr_citrusHa Thach
Add support for GR-CITRUS
2021-03-31remove NVIC_SystemReset() in freertos exampleshathach
2021-03-31added comments for JLink connection work.kkitayam
2021-03-31add a submodule of Renesas RX family to `hw/mcu/renesas/rx`kkitayam
2021-03-31removed a submodule for Renesaskkitayam
2021-03-30Merge pull request #762 from hathach/add-more-hid-keyHa Thach
add hid keys from 0x6B to 0xA4
2021-03-30correct hid key enter = 0x28, return = 0x9Ehathach
2021-03-30add hid keys from 0x6B to 0xA4hathach
2021-03-30Merge pull request #760 from hathach/fix-755-same-name-c-s-fileHa Thach
add suffix _s to object of assembly file
2021-03-30change suffix to _asm to be more explicithathach
2021-03-30add build-renesas for rx63nhathach
2021-03-29move rx63n into its own familyhathach
2021-03-29Merge branch 'add_support_for_gr_citrus' of ↵hathach
https://github.com/kkitayam/tinyusb into kkitayam-add_support_for_gr_citrus
2021-03-29add suffix _s to object of assembly filehathach
2021-03-29Merge pull request #759 from sjanc/mynewtHa Thach
Add releases to Mynewt repository.yml
2021-03-29Add releases to Mynewt repository.ymlSzymon Janc
This makes it possible to setup Mynewt project which checkouts specified version of tinyusb.
2021-03-28added a submodule dependencykkitayam
2021-03-28cleanupkkitayam
2021-03-28added a submodule for RX63Nkkitayam
2021-03-28added a setting for RX63Xkkitayam
2021-03-28added short-enums into CFLAGSkkitayam
2021-03-27Set newlib as the default librarykkitayam
2021-03-27added configurations for RX63Xkkitayam
2021-03-27added settings for LWIP and FreeRTOSkkitayam
2021-03-27fixed a OUT transfer did not completed multiple of the max packet sizekkitayam
2021-03-27fixed definitions for stack areaskkitayam
2021-03-27using BRDY interruption for handling IN transfers.kkitayam
2021-03-26update for gr_citurskkitayam
2021-03-26added dcd for Renesas USBakkitayam
2021-03-26added board fileskkitayam
2021-03-25Merge pull request #703 from perigoso/efm32ggHa Thach
EFM32 Family Support
2021-03-23add efm32 driverRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2021-03-23added efm32gg12 family cmsisRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2021-03-23add efm32gg12 familyRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2021-03-23Merge pull request #717 from jgressmann/feat/same54xplainedpro-free-pll1Ha Thach
SAM E54 XPlained Pro: free PLL1 for application
2021-03-23Merge pull request #747 from hathach/cleanup-examplesHa Thach
remove ses project since it is all broken and occupies space
2021-03-23remove ses project since it is all broken and occupies spacehathach
2021-03-21Merge upstream TinyUSB masterJean Gressmann
2021-03-21SAM54 Xplained Pro: update board setup documentationJean Gressmann
2021-03-21SAM54 Xplained Pro: reduce board setup code for maintenanceJean 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-21SAM 54 Xplained Pro: remove board specific defineJean Gressmann
2021-03-20Merge pull request #736 from Product-Creation-Studio/ned-pcs/add-stm32f072-evalHa Thach
Add stm32f072-eval board
2021-03-19Fixed case in linker script nameNed Konz
2021-03-19Removed assertsNed Konz
2021-03-19Initial commit; copied from stmf072-disco and modified for -EVAL boardNed Konz
2021-03-19Update bug_report.mdHa Thach
2021-03-19Update bug_report.mdHa Thach
2021-03-19Merge pull request #733 from hathach/fix-nrf-dcd-bulk-out-raceHa Thach
fix race condition that could cause drop packet of Bulk OUT transfer
2021-03-19Update README.mdHa Thach
2021-03-18Update boards.mdHa Thach