summaryrefslogtreecommitdiff
path: root/hw/bsp
AgeCommit message (Collapse)Author
2021-11-29Add initialization sequence as a HOSTkkitayam
2021-11-22add BCM_VERSIONhathach
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
2021-11-08merge pull request 670 for tm4c123gxl bsphathach
2021-11-06Remove unnecessary lineskkitayam
2021-11-06Change the variables for a switch and a LED to symbols defined by the macroskkitayam
2021-11-06Add statements for FreeRTOSkkitayam
2021-11-06Add dcd_musb.ckkitayam
2021-11-06Add files for msp432e4kkitayam
2021-11-05add xmc4000 to ci buildhathach
2021-11-05xmc4500 ported, cdc msc example run finehathach
2021-11-05add xmclib as submodulehathach
2021-11-05xmc4500 led blinky, button okhathach
2021-11-04couldn't get g4 usb clock and pin setup just yet. Leave it as it is for nowhathach
2021-11-04adding g4 family with g474nucleo, able to blink led and buttonhathach
2021-11-04rename l4 board to match other conventionhathach
2021-11-04Merge pull request #1163 from hathach/generalize-synopsys-dwc2Ha Thach
Generalize synopsys dwc2
2021-11-04Add timer1 on pi4 for blinkyhathach
this get usb irq triggered even without ISB() in previous commit
2021-11-03update broadcom peripherals to latesthathach
2021-11-03clean uphathach
2021-11-02add pi4 to ci build in build_aarch64hathach
2021-11-02change broadcom submodule path from git to httphathach
2021-11-02grouping stm32L4 family in bsphathach
2021-11-02add fix for stm32l4 (version 3.10a) which generate transfer complete when ↵hathach
setup recieved and control out data complete
2021-11-01samd21: enable SysTick only if running w/o OSJean Gressmann
2021-10-31Adds support for Adafruit Trinket M0Jean Gressmann
2021-10-31correct freertos port for efm32gghathach
2021-10-31change F207 to use new dwc2hathach
2021-10-30add support for EFM32GGhathach
merge GG12 GG12 to simply OPT_MCU_EFM32GG
2021-10-29Add Adafruit QT Py boardMatt Johnston
Straight copy of itsybitsy_m0/ with MCU changed to ATSAMD21E18 LED and button are disabled. LED is a neopixel so could be added later.
2021-10-29samd21: Make LED_PIN and BUTTON_PIN optionalMatt Johnston
Some boards don't have them, just ignore
2021-10-28support bcm2711 on pi4, enhance dcd init with utmi and ulpi hs phyhathach
2021-10-27Changes to use ft90x-sdk as submodule or installed SDK from toolchain.Gordon McNab
2021-10-26Merge branch 'tannewt-rpi' into generalize-synopsys-dwc2hathach
2021-10-26add hw config structhathach
2021-10-25moving esp32s2 to dwc2, abstract dwc2_set_turnaround()hathach
2021-10-25switch gd32 and stm32f4 to use new dwc2 driverhathach
2021-10-24adding generalized dwc2 driverhathach
2021-10-23Merge branch 'master' into fix-warningsHa Thach
2021-10-18enable -Wnull-dereferencehathach
2021-10-17more -Wcast-qualhathach
2021-10-17more with -Wcast-qualhathach
2021-10-15fix -Wcast-qualhathach
2021-10-15update some sense warning from -Wconversionhathach
2021-10-14More warning cleanupgraham sanderson
- physically suppress warnings in TinyUSB headers using pragmas so they don't break -Werror compilation of external files that include them - fix compiler warnings in rp2040 port - add cmake method to rp2040 port to allow an external project to suppress warnings in TinyUSB itself
2021-10-12Trying to get USB initScott Shawcroft
2021-10-13Add linkermap for size analysis (#1136)Ha Thach
* add NO_LTO option to make * add linkermap submodule and linkermap target * add linkermap to ci build * linkermap doesn't work with esp32sx map file yet * add note for linkermap target