diff options
| author | hathach <[email protected]> | 2021-10-26 23:43:35 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-10-26 23:43:35 +0700 |
| commit | 07829510e7fe14efca735401d3cd2cfdd4f30066 (patch) | |
| tree | da30a6e18c48c30e23958e65361cc11e74abf9cd /src/tusb_option.h | |
| parent | 9f1cd1a753400327072973cbf2437f6c51bd5509 (diff) | |
| parent | 2ef200003d06f8e3f19e713cfbc38f474491d4d8 (diff) | |
Merge branch 'tannewt-rpi' into generalize-synopsys-dwc2
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 509ff4a3c..de0279dda 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -127,6 +127,8 @@ // GigaDevice #define OPT_MCU_GD32VF103 1600 ///< GigaDevice GD32VF103 +// Broadcom +#define OPT_MCU_BCM2711 1700 ///< Broadcom BCM2711 // Helper to check if configured MCU is one of listed // Apply _TU_CHECK_MCU with || as separator to list of input |
