summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Collapse)Author
2023-03-18fix ci with kl25zhathach
2023-03-18more update to kinetis bsphathach
2023-03-18merge kinetis into its own family in bsphathach
2023-03-18Add support for NXP FRDM_K32L2A4S eval board.Bob Paddock
2023-03-17update mm32sdk with idndef for SYSCLK_FREQ_XXMHz and SYSCLK_HSI_XXMHzhathach
add HSE_VALUE define for each board with 8mhz, 12mhz accordingly
2023-03-17whitespacehathach
2023-03-17add board: DshanMCU Pitaya LiteKoen De Vleeschauwer
2023-03-17fix spellinghathach
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2023-03-17Merge pull request #1960 from hathach/fix-host-enumerate-mul-deviceHa Thach
Fix host enumerate multiple devices from multiple host controllers
2023-03-17Merge pull request #1860 from howard0su/pico_freertosHa Thach
Allow config OS for RP2040
2023-03-17update host example, add pio-pico-usb for rp2040hathach
2023-03-17Merge pull request #1391 from perigoso/renesas-raHa Thach
Renesas ra family support
2023-03-16more fixhathach
2023-03-16rename FREERTOS_PORT to FREERTOS_PORTABLE_SRChathach
also fix trailing spaces
2023-03-16add ra4m1_ek boardhathach
2023-03-16rename ra board namehathach
2023-03-16rename file link to rusb2hathach
2023-03-16fix HAL_Delay no effect bug on st platformtyustli
2023-03-11remove ra submoduleshathach
2023-03-11Merge branch 'master' into renesas-rahathach
2023-03-10fix cihathach
2023-03-10remove the rest of mcu submoduleshathach
2023-03-10remove most of the submoduleshathach
2023-03-10starting to remove submodule cmsis5 and nrfxhathach
2023-03-09Merge pull request #1931 from branalba/masterHa Thach
For STM32H7 BSP boards, initialize RCC_...TypeDef structs as empty
2023-03-08Merge branch 'master' into renesas-rahathach
2023-03-06Merge pull request #1933 from kilograham/rp2040_llvm_tweaksHa Thach
make rp2040 code compile cleanly with LLVM embedded toochain for ARM.
2023-03-06more ci fixhathach
2023-03-06fix iar cihathach
2023-03-06change gcc to 10.3 due to freeRTOS warninghathach
2023-03-03clean up f0 warningshathach
2023-03-02rp2040: Fixup lib and example compile for LLVM Embedded Toolchain for ARMgraham sanderson
2023-02-28In some STM32H7 BSP variants, initialized RCC_PeriphCLKInitStruct instances ↵Brandon Alba
as empty
2023-02-28Initialized all RCC init structs for all STM32H7 BSP variants as emptyBrandon Alba
2023-02-22Merge pull request #1796 from Sinitax/masterHa Thach
Fix ifdefs for disabled uart stdio in rp2040 family
2023-02-22revert some changeshathach
2023-02-22move check LIB_PICO_STDIO_UART to board.hhathach
2023-02-14update pico-pio-usb to include data pid fix (0.5.1)hathach
2023-02-13forget to add metro 1011 linkerhathach
2023-02-13add uf2 linker for metro m7 1011hathach
2023-02-13fix typohathach
2023-02-13add metro m7 1011 board def (not running yet)hathach
2023-02-12Turn data cache oncaleb crome
This fixes https://github.com/hathach/tinyusb/issues/1894. I'm not really sure if this is the correct way to fix it, and I have not tested on all the rest of the family members, however, this lets the i.MX1010 work again. The problem: the latest SDK update does not enable the data cache by default This causes an assert in board_init() when attemping to control clock gating. I haven't investigated further as to *why* it's a problem, but it is a problem.
2023-02-06* don't force dependency on pico-pio-usb submodulegraham sanderson
* suppress compiler warning/errors especially in pico-pio-usb * disable use of pico-pio-usb on gcc 11.3+ for now as it doesn't compile
2023-01-31Merge pull request #1779 from P33M/rp2040_device_babble_fixHa Thach
rp2040: avoid device-mode state machine hang
2023-01-30Merge pull request #1768 from ftdigdm/port-ft90xHa Thach
Port ft90x
2023-01-30iar L4hathach
2023-01-30iar g4hathach
2023-01-30Merge branch 'port-ft90x' of https://github.com/ftdigdm/tinyusb into port-ft90xGordon McNab