<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to define multiple build targets in MCUXpresso for VSCode</title>
    <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2014319#M349</link>
    <description>I think your comments are too general and does not address what I reported as the problem.&lt;BR /&gt;If you could just share something that prooves that multi-target build is possible.&lt;BR /&gt;&lt;BR /&gt;In example below app2 won't build. But just commenting out app1 from toplevel CMakeList.txt will fix build of app2. So there seem to be some crosstalk through NXP-SDK that needs to be sorted out.&lt;BR /&gt;&lt;A href="https://github.com/PeterFromSweden/nxp-multiproject" target="_blank"&gt;https://github.com/PeterFromSweden/nxp-multiproject&lt;/A&gt;</description>
    <pubDate>Mon, 16 Dec 2024 08:57:32 GMT</pubDate>
    <dc:creator>Peter19</dc:creator>
    <dc:date>2024-12-16T08:57:32Z</dc:date>
    <item>
      <title>How to define multiple build targets</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2003882#M337</link>
      <description>&lt;P&gt;When using cmake it is common to define multiple build targets.&lt;/P&gt;&lt;P&gt;For NXP SDK it seems like&amp;nbsp;&lt;SPAN&gt;${MCUX_SDK_PROJECT_NAME} is used and limits to one target only.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do you have any example that builds two targets in one project?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;LI-PRODUCT title="MCUXPRESSO-VSC" id="MCUXPRESSO-VSC"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2024 16:57:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2003882#M337</guid>
      <dc:creator>Peter19</dc:creator>
      <dc:date>2024-11-28T16:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to define multiple build targets</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2004049#M338</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/242007"&gt;@Peter19&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this the architecture you need?&lt;/P&gt;
&lt;P&gt;Project Structure&lt;BR /&gt;project-root/&lt;BR /&gt;├── CMakeLists.txt&lt;BR /&gt;├── app1/&lt;BR /&gt;│ ├── CMakeLists.txt&lt;BR /&gt;│ ├── main.c&lt;BR /&gt;├── app2/&lt;BR /&gt;│ ├── CMakeLists.txt&lt;BR /&gt;│ ├── main.c&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 04:02:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2004049#M338</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2024-11-29T04:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to define multiple build targets</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2004894#M339</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/229957"&gt;@Harry_Zhang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That would be fine, are you putting together an example for this?&lt;/P&gt;&lt;P&gt;/Peter&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 07:28:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2004894#M339</guid>
      <dc:creator>Peter19</dc:creator>
      <dc:date>2024-12-02T07:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to define multiple build targets</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2005598#M340</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/242007"&gt;@Peter19&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you can refer to Zephyr's NXP multi-core code structure.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/zephyrproject-rtos/zephyr/tree/main/boards/nxp/mimxrt1180_evk" target="_blank"&gt;zephyr/boards/nxp/mimxrt1180_evk at main · zephyrproject-rtos/zephyr · GitHub&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 02:55:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2005598#M340</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2024-12-03T02:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to define multiple build targets</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2007079#M341</link>
      <description>Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/229957"&gt;@Harry_Zhang&lt;/a&gt;&lt;BR /&gt;We are not using Zephyr, can you guide me for the SDK?</description>
      <pubDate>Wed, 04 Dec 2024 13:14:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2007079#M341</guid>
      <dc:creator>Peter19</dc:creator>
      <dc:date>2024-12-04T13:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to define multiple build targets</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2008953#M342</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/242007"&gt;@Peter19&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are the muticore example, i think you can refer to it.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/nxp-mcuxpresso/mcuxsdk-examples/tree/release/24.12.00-pvw2/multicore_examples/hello_world" target="_blank"&gt;mcuxsdk-examples/multicore_examples/hello_world at release/24.12.00-pvw2 · nxp-mcuxpresso/mcuxsdk-examples · GitHub&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2024 08:23:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2008953#M342</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2024-12-06T08:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to define multiple build targets</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2009138#M343</link>
      <description>Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/229957"&gt;@Harry_Zhang&lt;/a&gt;&lt;BR /&gt;This is two root CMakeFiles (project is defined in two different CMakeFiles). That was not what I search for. I assume my use case is not supported by NXP SDK.</description>
      <pubDate>Fri, 06 Dec 2024 12:43:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2009138#M343</guid>
      <dc:creator>Peter19</dc:creator>
      <dc:date>2024-12-06T12:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to define multiple build targets</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2009774#M344</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/242007"&gt;@Peter19&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to have one&amp;nbsp;root CMakeFiles.&lt;/P&gt;
&lt;P&gt;You can try to this.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;project-root/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;├── CMakeLists.txt&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;├── app1/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;│ ├── CMakeLists.txt&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;│ ├── main.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;├── app2/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;│ ├── CMakeLists.txt&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;│ ├── main.c&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Root CMakeLists.txt&lt;BR /&gt;cmake_minimum_required(VERSION 3.13)&lt;BR /&gt;project(MultiTargetExample)&lt;BR /&gt;# Include NXP MCUXpresso SDK&lt;BR /&gt;set(MCUX_SDK_PROJECT_NAME ${PROJECT_NAME})&lt;BR /&gt;include($ENV{MCUX_SDK_PATH}/tools/cmake/sdk.cmake)&lt;BR /&gt;# Add subdirectories for each application&lt;BR /&gt;add_subdirectory(app1)&lt;BR /&gt;add_subdirectory(app2)&lt;/P&gt;
&lt;P&gt;app1/CMakeLists.txt&lt;BR /&gt;# Define the first application&lt;BR /&gt;set(TARGET_NAME app1)&lt;BR /&gt;add_executable(${TARGET_NAME} main.c)&lt;BR /&gt;# Link the NXP SDK components (adjust as necessary for your dependencies)&lt;BR /&gt;target_link_libraries(${TARGET_NAME} PRIVATE&lt;BR /&gt;${MCUX_SDK_PROJECT_NAME}.board&lt;BR /&gt;${MCUX_SDK_PROJECT_NAME}.drivers&lt;BR /&gt;${MCUX_SDK_PROJECT_NAME}.utilities&lt;BR /&gt;)&lt;BR /&gt;# Specify any additional compile definitions or flags for app1&lt;BR /&gt;target_compile_definitions(${TARGET_NAME} PRIVATE APP1_BUILD)&lt;/P&gt;
&lt;P&gt;app2/CMakeLists.txt&lt;BR /&gt;# Define the second application&lt;BR /&gt;set(TARGET_NAME app2)&lt;BR /&gt;add_executable(${TARGET_NAME} main.c)&lt;BR /&gt;# Link the NXP SDK components (adjust as necessary for your dependencies)&lt;BR /&gt;target_link_libraries(${TARGET_NAME} PRIVATE&lt;BR /&gt;${MCUX_SDK_PROJECT_NAME}.board&lt;BR /&gt;${MCUX_SDK_PROJECT_NAME}.drivers&lt;BR /&gt;${MCUX_SDK_PROJECT_NAME}.utilities&lt;BR /&gt;)&lt;BR /&gt;# Specify any additional compile definitions or flags for app2&lt;BR /&gt;target_compile_definitions(${TARGET_NAME} PRIVATE APP2_BUILD)&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 07:05:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2009774#M344</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2024-12-09T07:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to define multiple build targets</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2012154#M346</link>
      <description>Well this did not work since MCUX_SDK_PROJECT_NAME is expected to be a target by NXP_SDK (as initial post).&lt;BR /&gt;1) Here it is no target.&lt;BR /&gt;2) What I want is two targets.&lt;BR /&gt;Moving MCUX_SDK_PROJECT_NAME into app1 and app2 CMakeLists.txt does not do the trick either...</description>
      <pubDate>Wed, 11 Dec 2024 16:09:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2012154#M346</guid>
      <dc:creator>Peter19</dc:creator>
      <dc:date>2024-12-11T16:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to define multiple build targets</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2012485#M348</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/242007"&gt;@Peter19&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just made an simple example.&lt;/P&gt;
&lt;P&gt;Directory Structure&lt;BR /&gt;project/&lt;BR /&gt;├── CMakeLists.txt&lt;BR /&gt;├── src/&lt;BR /&gt;│ ├── main_target1.c&lt;BR /&gt;│ └── main_target2.c&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Harry_Zhang_0-1733975052239.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/315515iBD999DD3E5E2B483/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Harry_Zhang_0-1733975052239.png" alt="Harry_Zhang_0-1733975052239.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The cmake code is as follows.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;cmake_minimum_required(VERSION 3.0)
project(MultiTargetExample)

# Set common compiler flags and settings
set(CMAKE_C_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)

include_directories(${PROJECT_SOURCE_DIR}/include)

aux_source_directory(${CMAKE_CURRENT_SOURCE_DIR}/driver DRIVER_LIST)

# Create the first target (target1)
add_executable(target1 ${DRIVER_LIST})

# Add source files for target1
target_sources(target1 PRIVATE
   ${CMAKE_CURRENT_SOURCE_DIR}/src/main_target1.c
)
# Set linker script and other settings for target1
#target_link_options(target1 PRIVATE "-T${MCUX_SDK_PATH}/boards/&amp;lt;board_name&amp;gt;/linker.ld")

#add_executable(app main ${DRIVER_LIST})

# Create the second target (target2)
add_executable(target2 ${DRIVER_LIST})

# Add source files for target2
target_sources(target2 PRIVATE
   ${CMAKE_CURRENT_SOURCE_DIR}/src/main_target2.c
)
# Set linker script and other settings for target2
#target_link_options(target2 PRIVATE "-T${MCUX_SDK_PATH}/boards/&amp;lt;board_name&amp;gt;/linker.ld")&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does this meet your needs?&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 03:45:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2012485#M348</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2024-12-12T03:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to define multiple build targets</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2014319#M349</link>
      <description>I think your comments are too general and does not address what I reported as the problem.&lt;BR /&gt;If you could just share something that prooves that multi-target build is possible.&lt;BR /&gt;&lt;BR /&gt;In example below app2 won't build. But just commenting out app1 from toplevel CMakeList.txt will fix build of app2. So there seem to be some crosstalk through NXP-SDK that needs to be sorted out.&lt;BR /&gt;&lt;A href="https://github.com/PeterFromSweden/nxp-multiproject" target="_blank"&gt;https://github.com/PeterFromSweden/nxp-multiproject&lt;/A&gt;</description>
      <pubDate>Mon, 16 Dec 2024 08:57:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2014319#M349</guid>
      <dc:creator>Peter19</dc:creator>
      <dc:date>2024-12-16T08:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to define multiple build targets</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2045287#M356</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/242007"&gt;@Peter19&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi&amp;nbsp;@Peter19&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on your needs,&amp;nbsp;I have redesigned this project. The project is based on the Hello world in SDK.&lt;/P&gt;
&lt;P&gt;This project contains all the files of the Hello World project.&lt;/P&gt;
&lt;P&gt;project-root/&lt;BR /&gt;├── CMakeLists.txt&lt;BR /&gt;├── app1/&lt;BR /&gt;│ ├── CMakeLists.txt&lt;BR /&gt;│ ├── main.c&lt;BR /&gt;├── app2/&lt;BR /&gt;│ ├── CMakeLists.txt&lt;BR /&gt;│ ├── main.c&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Harry_Zhang_1-1739781708588.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/324238iC9A373AED1EA92DE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Harry_Zhang_1-1739781708588.png" alt="Harry_Zhang_1-1739781708588.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;After compilation, there will be two executable programs, app1 and app2.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Harry_Zhang_2-1739781798990.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/324239i148C80AF9AA44AAF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Harry_Zhang_2-1739781798990.png" alt="Harry_Zhang_2-1739781798990.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 08:44:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2045287#M356</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2025-02-17T08:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to define multiple build targets</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2045418#M357</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/229957"&gt;@Harry_Zhang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you change according to my code I shared? Can you share the results? I want to reproduce.&lt;/P&gt;&lt;P&gt;BR /Peter&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 11:01:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2045418#M357</guid>
      <dc:creator>Peter19</dc:creator>
      <dc:date>2025-02-17T11:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to define multiple build targets</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2046193#M358</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/242007"&gt;@Peter19&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I didn't refer to your code, but the architecture is the same.&lt;/P&gt;
&lt;P&gt;I refer to the mcxn947 SDK hello world demo.&lt;/P&gt;
&lt;P&gt;The picture is the results.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Harry_Zhang_0-1739869888961.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/324478iB6CA312C704E9B2D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Harry_Zhang_0-1739869888961.png" alt="Harry_Zhang_0-1739869888961.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The build folder is the generated folder.&lt;/P&gt;
&lt;P&gt;May I ask if this meets your needs?&lt;/P&gt;
&lt;P&gt;Due to our company's policy, I am unable to share my code.&lt;/P&gt;
&lt;P&gt;If this meets your needs, i will send this code to the local fae.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 09:15:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/How-to-define-multiple-build-targets/m-p/2046193#M358</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2025-02-18T09:15:32Z</dc:date>
    </item>
  </channel>
</rss>

