diff options
| author | Ha Thach <[email protected]> | 2026-03-07 15:49:22 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-07 15:49:22 +0700 |
| commit | da307fa85b4002c875284bb82d7db1ca1bc7347d (patch) | |
| tree | 4e9b0dc6804765a2d80b56c6aaa495b84209cdb0 /.idea | |
| parent | d65964ea32b8081cbc5f2533296c68a90ec1b84f (diff) | |
| parent | f17da1c66e53a05e7d400efc98cbfe4faa820ae4 (diff) | |
Merge pull request #3529 from hathach/mtt_hub
Add MTT hub support
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/cmake.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.idea/cmake.xml b/.idea/cmake.xml index 822a70236..6f87e2a29 100644 --- a/.idea/cmake.xml +++ b/.idea/cmake.xml @@ -96,6 +96,7 @@ <configuration PROFILE_NAME="itsybitsy_m4" ENABLED="false" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DBOARD=itsybitsy_m4" /> <configuration PROFILE_NAME="same54_xplained" ENABLED="false" GENERATION_OPTIONS="-DBOARD=same54_xplained -DLOG=1 -DLOGGER=RTT" /> <configuration PROFILE_NAME="samg55_xplained" ENABLED="false" GENERATION_OPTIONS="-DBOARD=samg55_xplained" /> + <configuration PROFILE_NAME="same70_xplained" ENABLED="false" GENERATION_OPTIONS="-DBOARD=same70_xplained -DLOG=1" /> <configuration PROFILE_NAME="feather_nrf52840_express" ENABLED="false" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DBOARD=feather_nrf52840_express -DLOG=1 -DLOGGER=RTT -DMAX3421_HOST=1" /> <configuration PROFILE_NAME="nrf52840dk" ENABLED="false" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DBOARD=nrf52840dk -DLOG=1 -DLOGGER=RTT -DTRACE_ETM=1" /> <configuration PROFILE_NAME="nrf52840dk-zephyr" ENABLED="false" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DBOARD=nrf52840dk -DLOG=1 -DTRACE_ETM=1 -DRTOS=zephyr" BUILD_OPTIONS="-v" /> |
