summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-10Fix documentation symlinksSzymon Janc
There were typos in symlinks target names resulting in following warrning on checkout (at least in Mynewt newt tool): * Warning: stat mynewt/repos/tinyusb/docs/contributing/code_of_conduct.rst: no such file or directory * Warning: stat mynewt/repos/tinyusb/docs/info/contributors.rst: no such file or directory
2023-07-07move check highspeed to rusb_rahathach
2023-07-07enable host example for rahathach
2023-07-07add PORT selection for makefilehathach
2023-07-07fully work with multiple ports without CFG_TUSB_RHPORT0/1hathach
2023-07-07use unaligned access read for hw fifohathach
2023-07-07correct setting trace clockhathach
2023-07-06fix build with rxhathach
2023-07-06more multiple ports updatehathach
2023-07-06add rusb2_module_start(), more update for multiple ports for dcd rusb2hathach
2023-07-06update ra type to include usbhs registershathach
2023-07-05minor pipe clean uphathach
2023-07-05usb hs work with ra 6m5 ekhathach
2023-07-04fix ra4m3 ek buildhathach
2023-07-04update fsp to version 4.5, correct RA BSP. Fix ETM Trace with 6m5 by ↵hathach
lowering PLL to 128Mhz.
2023-07-04Add FreeRTOSConfig for family stm32f4Andrew Hooper
2023-07-03Restore RTOS argument for stm32f4Andrew Hooper
2023-07-03add jlinkscript for detect rtthathach
2023-07-03Merge branch 'master' into renesas_ra_hs_rebasedhathach
2023-07-03Merge pull request #2137 from hathach/cmake-raHa Thach
enhance RA family
2023-07-03board pin data clean uphathach
2023-07-03wrap up ra updatehathach
2023-07-03move files aroundhathach
2023-07-03move vector_data.h and ioport_cfg.h to common familyhathach
2023-07-02Merge pull request #2129 from dauc/patch-1Ha Thach
Fix minor spelling issues
2023-07-02add etm trace for 6m5hathach
2023-07-02also fixed pico_trac() log messages.Lars Pötter
2023-07-02made line ends consistent.Lars Pötter
2023-07-01initial ra6m5 ek, board_test led + sw workshathach
2023-07-01Merge branch 'hathach:master' into blackf407VEA. Hooper
2023-07-01Correct loader fileAndrew Hooper
2023-07-01remove left-over build_armhathach
2023-07-01fix undef with fsphathach
2023-07-01forgot board.mk for ra6m1hathach
2023-07-01add ra6m1 boardhathach
2023-07-01refactor to match fsp_cfghathach
2023-07-01update linkerhathach
2023-07-01rework ra buildhathach
2023-06-30tusb_fifo: split constant address functionsmndza
Due to a missed optimization in the compiler, code for constant address handling is being included in all builds. This change splits the code in different functions to avoid that.
2023-06-30Update support for Cynthion boardsmndza
- Rename LUNA to Cynthion - Add support for newer revisions (>=0.6) - Bootloader (saturn-v) default size is now 2K
2023-06-30move LTO checked to family_support.cmakehathach
2023-06-30clean up ra makefilehathach
2023-06-29Update build badgeHa Thach
2023-06-29Merge pull request #2130 from hathach/hcd-frame-pio-usbHa Thach
add hcd_frame_number() for pio-usb host
2023-06-29add hcd_frame_number() for pio-usb hosthathach
2023-06-28Name queues for easier FreeRTOS debugging with task- and queue-aware debuggersDave Nadler
2023-06-28Merge branch 'hathach:master' into masterDave Nadler
2023-06-28Fix minor spellingDevin Auclair
2023-06-27Merge pull request #2085 from georgeboc/msc-ready-bug-fixHa Thach
Fixes bug in tuh_msc_ready
2023-06-27Merge pull request #2128 from hathach/cmake-freertosHa Thach
rework cmake with rtos support add RTOS to family_configure_device/host/dual_example()