You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For getting started, please refer to the [Zephyr Getting Started Guide](https://docs.zephyrproject.org/latest/develop/getting_started/index.html) and
53
-
[SimpleLink Academy Trainings](https://dev.ti.com/tirex/explore/node?node=A__ABCS5JT7BlsTcu2NNH3HBg__SIMPLELINK-ACADEMY-CC23XX__gsUPh5j__LATEST),
54
-
it has guidance for setting up the Zephyr environment and building your first application.
53
+
For getting started, please refer to the [Zephyr Getting Started Guide](https://docs.zephyrproject.org/latest/develop/getting_started/index.html).
54
+
55
+
For detailed board-specific information, building instructions, flashing procedures, and required development tools, please refer to the board documentation in `boards/ti/lp_mspm33c321a/doc/index.rst`.
55
56
56
57
> **_NOTE:_** When running `west init` in the getting-started guide it's
57
-
> important to instead run `west init -m https://github.com/TexasInstruments/msp-zephyr zephyrproject`
58
+
> important to instead run `west init -m https://github.com/TexasInstruments/msp-zephyr --mr v4.2.0-ti-1.00.00.00_ea zephyrproject`
58
59
> in order to use the TI Zephyr repository.
59
-
> The `{tag-name}` changes with each release from TI.
60
+
> Replace `zephyrproject` with your desired project directory name.
61
+
> The `v4.2.0-ti-1.00.00.00_ea` tag changes with each release from TI and zephyr .
60
62
>
61
-
> You can look up the latest tag from the following link:
0 commit comments