• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

readme.rstD11-Mar-2024603 2314

readme.rst

1B-U585I-IOT02A
2^^^^^^^^^^^^^^^
3
4Discovery kit for IoT node with STM32U5 series
5https://www.st.com/en/evaluation-tools/B-U585I-IOT02A.html
6
7Configuration and Build
8"""""""""""""""""""""""
9
10GNUARM/ARMCLANG/IARARM compilation is available for this target.
11and build the selected configuration as follow.
12
13``> mkdir build && cd build``
14
15``> cmake .. -DTFM_PLATFORM=stm/b_u585i_iot02a -DTFM_TOOLCHAIN_FILE=../toolchain_GNUARM.cmake -G"Unix Makefiles"``
16
17``> cmake --build ./  -- install``
18
19-------------
20
21*Copyright (c) 2021, STMicroelectronics. All rights reserved.*
22*SPDX-License-Identifier: BSD-3-Clause*
23