diff options
| author | Scott Shawcroft <[email protected]> | 2022-01-05 13:47:01 -0800 |
|---|---|---|
| committer | Scott Shawcroft <[email protected]> | 2022-01-05 13:47:01 -0800 |
| commit | a79ffeb7643bb9c7e7af69f29fe2cfe7ded837d8 (patch) | |
| tree | b525d3646ac59cb7fbd3a1eb13e1bfe585cd1d45 /src/tusb_option.h | |
| parent | 868948f67c90fa7c2553cdcd604b52862cf55720 (diff) | |
Add Raspberry Pi Zero W and Zero 2 W
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)
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 2edd310fa..c7c7b2454 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -132,6 +132,8 @@ // Broadcom #define OPT_MCU_BCM2711 1700 ///< Broadcom BCM2711 +#define OPT_MCU_BCM2835 1701 ///< Broadcom BCM2835 +#define OPT_MCU_BCM2837 1702 ///< Broadcom BCM2837 // Infineon #define OPT_MCU_XMC4000 1800 ///< Infineon XMC4000 |
