diff options
| author | hathach <[email protected]> | 2025-10-13 12:41:55 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-10-13 12:41:55 +0700 |
| commit | ee7a7c56db8d6429e9df2bf042cbbe638210100d (patch) | |
| tree | 095100759f33f247c8a2f163ed64df00592bd57c /src/tusb_option.h | |
| parent | 87523f2494109b45307644a36f035b5ad11d5ba9 (diff) | |
get cmake build with 54h20 not tested on actual hw, probably not running
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 378b5607e..dd57f6296 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -62,7 +62,8 @@ #define OPT_MCU_LPC55XX OPT_MCU_LPC55 // NRF -#define OPT_MCU_NRF5X 100 ///< Nordic nRF5x series +#define OPT_MCU_NRF5X 100 ///< Nordic nRF 52,53 series +#define OPT_MCU_NRF54 101 ///< Nordic nRF54 series // SAM #define OPT_MCU_SAMD21 200 ///< MicroChip SAMD21 |
