summaryrefslogtreecommitdiff
path: root/hw/bsp/same54xplainedpro/same54xplainedpro.c
AgeCommit message (Collapse)Author
2023-03-19group same5xhathach
2022-02-25rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLEDhathach
TUSB_OPT_DEVICE_ENABLED still usable for backward compatible
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-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-02-28SAM E54 Xplained Pro: applies reviewer feedbackJean Gressmann
2021-02-28SAM 54 Xplained Pro: fix inverted logic for board ledJean Gressmann
2021-02-20Adds support for Microchip SAM E54 Xplained ProJean Gressmann