summaryrefslogtreecommitdiff
path: root/hw/bsp
AgeCommit message (Collapse)Author
2021-04-24update dcd ip3511 for better multiple rhport supporthathach
2021-04-22add lpc55 uart writehathach
2021-04-19correct boot stage2 for itsybitsy and qt rp2040hathach
2021-04-19Merge pull request #783 from alisitsyn/esp-based_on_334e95fHa Thach
WIP: Add new Espressif target esp32s3 for tinyUSB
2021-04-18update ci buildhathach
2021-04-18add stm32f072eval to grouphathach
2021-04-18add f070 nucleo to grouphathach
2021-04-18create stm32f0 grouphathach
2021-04-17When used with FreeRTOS, lower the interrupt priority for OTG_FS_IRQnDima Barsky
2021-04-18Merge branch 'master' into alisitsyn-esp-based_on_334e95fhathach
2021-04-16Change LED_STATE_ON to 0 for f401 and f411 blackpill boardsDima Barsky
2021-04-16espressif: group boards using target name as a familyAlex Lisitsyn
`hw\bsp` separate one family folder to esp32s2, esp32s3 add board specific board.cmake file to override board specific options(features) fix examples and test scripts to use new family approach
2021-04-16tinyusb: add support of esp32s3 targetAlex Lisitsyn
add support of new esp32s3 target and the board update the roles.mk wrapper to allow dfu flashing of espressif chip update examples to allow compilation for esp32s3_addax_1 board once the code is tested the PR to original tinyusb repo will be submitted
2021-04-15Changed LED_PIN to 17, LED_STATE_ON to 0Dima Barsky
2021-04-11update rp2040 to use pico-sdk externallyhathach
also try to update ci
2021-04-09Add support for SAM L22 familyJoey Castillo
2021-03-31add sltb009a bspRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
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-29move rx63n into its own familyhathach
2021-03-28added a submodule dependencykkitayam
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 settings for LWIP and FreeRTOSkkitayam
2021-03-27fixed definitions for stack areaskkitayam
2021-03-26update for gr_citurskkitayam
2021-03-26added board fileskkitayam
2021-03-23add efm32gg12 familyRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
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-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-18use boot2_generic_03h for adafruit feather rp2040hathach
- also use boot2_generic_03h for now for itsy bitsy and qt rp2040 - change default flash target for rp2040 to flash-pyocd
2021-03-18add example specific DEPS_SUBMODULEShathach
2021-03-17spaceshathach
2021-03-17move esp32s2 and rp2040 target rule to its family.mkhathach
2021-03-17explicitly add dcd source file without vendor/familyhathach
2021-03-13SAM E54 XPlained Pro: use proper defines SPI->USART for board initJean Gressmann
2021-03-13SAM E54 XPlained Pro: free up DPLL1 for applicationJean Gressmann
2021-03-05clean uphathach
some how lpc55 ci cannot build without pre-checkout lib/sct_neopixel
2021-03-05nrf add lib/CMSIS_5 to DEPS_SUBMODULEShathach
2021-03-05update DEPS_SUBMODULES to optimize cihathach
2021-03-04rename FAMILY_SUBMODULES to DEPS_SUBMODULEShathach
2021-03-04merge no-family example buildhathach
specify FAMILY_SUBMODULES for all boards
2021-03-04fix enum walkaround forever check for SE0 when pull up is disabledhathach
2021-03-03clean uphathach