summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Collapse)Author
2022-01-13Fix family_support.cmake to use new skip.txt and only.txt files for skipping ↵Liam Fraser
mcus
2022-01-07Add BSPs for Microchip PIC32MZ MCUsJerzy Kasenberg
Two boards from Olimex are added: olimex_hmz144 with PIC32MZ2048EFM144 olimex_emz64.c with PIC32MZ2048EFH064 Both can be programmed with Segger JLINK probe using ICSP interface. (JTAG not tested but could also work but header is not mounted).
2022-01-05No exceptions on broadcom. Add parens to ifScott Shawcroft
2022-01-05Unify skip and only logic for build scriptsScott Shawcroft
And switch to a single file that can include mcu, family or board.
2022-01-05Skip net and freertos examplesScott Shawcroft
2022-01-05Split by compiler for testingScott Shawcroft
2022-01-05Add Raspberry Pi Zero W and Zero 2 WScott Shawcroft
These are different Broadcom chips. The peripherals are essentially the same. The main differences are: * The CPU(s) * The interrupt controller * The peripheral base address (but not the peripherals that we use)
2021-12-29add license to dcd file, slightly update readmehathach
2021-12-29skip freertos example for f1c100shathach
2021-12-29update allwinner submodulehathach
2021-12-29add allwinnner driver as submodulehathach
2021-12-29Merge branch 'master' of https://github.com/t123yh/tinyusb into t123yh-masterhathach
2021-12-27Increase stack sizekkitayam
2021-12-27Add hcd for Renesas RXkkitayam
2021-12-21nucleo-f439zi supportAlex Voinea
2021-12-21add s3 devkitchathach
2021-12-20add s3 devkitmhathach
2021-12-20samd21: make uart_init() staticMatt Johnston
Avoids a linker conflict if programs are using the same function name.
2021-12-13Merge branch 'master' of https://github.com/hathach/tinyusb into feature-kuiicGreg Steiert
2021-12-13correct wiring notehathach
2021-12-09update g4 bsphathach
2021-12-08added support for building uf2 fileGreg Steiert
2021-12-08adding support for KUIIC boardGreg Steiert
2021-12-08Correct path for using the ft90x-sdk submodule (BRTSG-FOSS / ft90x-sdk). ↵Gordon McNab
Default to ft90x-sdk instead of pre-built library.
2021-12-08Add FT9xx to more examples which support High-SpeedGordon McNab
2021-12-08Update code to implement changes from upstream masterGordon McNab
2021-12-08Merge branch 'master' into port-ft90xGordon McNab
2021-12-08Initialize MMU if we are executing from DDRYunhao Tian
2021-12-08try updating clock configure for g4 nucleo (not work yet)hathach
2021-12-07Update READMEYunhao Tian
2021-12-07Add mksunxi tool to make flashable imageYunhao Tian
2021-12-07Merge pull request #1222 from scoudreau/swo_loggerHa Thach
Remove unused-parameter errors when LOGGER=swo
2021-12-07change uart baudrate for tm4c123 to 115200hathach
2021-12-07move hcd_musb.c include to family.mkhathach
2021-12-04Add TODO to READMEYunhao Tian
2021-12-04Add BSP support for F1C100sYunhao Tian
2021-12-03Merge branch 'master' into add_hcd_for_msp_exp432e401yHa Thach
2021-12-01more work to abstract chipidea driverhathach
2021-12-01more ci abstracthathach
2021-12-01Remove unused-parameter errors when LOGGER=SWOSebastien COUDREAU
2021-12-01add chipidea highspeed controllerhathach
add warning to transdimension for the rename
2021-11-29Add initialization sequence as a HOSTkkitayam
2021-11-22Update ft90x-sdkGordon McNab
Update submodule for FT90X SDK to point to the v2.5.0 release code currently in main.
2021-11-22Add submodule for ft90x SDKGordon McNab
Add Bridgetek FT90x SDK as submodule.
2021-11-22add BCM_VERSIONhathach
2021-11-22update bcm prphhathach
2021-11-08move tm4c132 into bsp family, add it into cihathach
2021-11-08rename to simply OPT_MCU_MSP432E4, add msp432e to cihathach
2021-11-08musb work well with tm4c123hathach
2021-11-08add flash-openocd target. correct ek-tm4c123 button statehathach