diff options
| author | Ha Thach <[email protected]> | 2020-06-30 01:20:56 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-30 01:20:56 +0700 |
| commit | 05996aee640269b7e91fcf441c286d3ec09f3c34 (patch) | |
| tree | 38076b9a0316b6f839e14fd68278b577bf5529a1 /src/tusb_option.h | |
| parent | 2b9466dbc03221774d0f8943b7f07940c81d885d (diff) | |
| parent | 8e143fc962cb927dea6232d171aad85c7f4d44e4 (diff) | |
Merge pull request #427 from kasjer/kasjer/add-da1469x-support
Support for DA1469x MCU from Dialog Semiconductor
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 6ce43f885..d54685e1f 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -93,6 +93,9 @@ // Espressif #define OPT_MCU_ESP32S2 900 ///< Espressif ESP32-S2 +// Dialog +#define OPT_MCU_DA1469X 1000 ///< Dialog Semiconductor DA1469x + /** @} */ /** \defgroup group_supported_os Supported RTOS |
