Skip to content

Commit

Permalink
Register Blinky example and change layers description
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirUmek committed Oct 21, 2024
1 parent aa5a1d7 commit 83dd207
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions NXP.FRDM-MCXN947_BSP.pdsc
Original file line number Diff line number Diff line change
Expand Up @@ -1705,6 +1705,15 @@
</project>
<attributes/>
</example>

<example name="Blinky" folder="boards/frdmmcxn947/cmsis/examples/standalone/Blinky">
<description>The Blinky example that shows the integration with the MCUXpresso Config Tools.</description>
<board name="FRDM-MCXN947" vendor="NXP" Dvendor="NXP:11"/>
<project>
<environment name="csolution" load="Blinky.csolution.yml"/>
</project>
<attributes/>
</example>
</examples>
<components>
<component Cclass="Board Support" Cgroup="SDK Project Template" Csub="project_template" Cvariant="frdmmcxn947" Cversion="1.0.0" condition="BOARD_Project_Template.frdmmcxn947.condition_id">
Expand Down
2 changes: 1 addition & 1 deletion boards/frdmmcxn947/cmsis/layers/baremetal/Board.clayer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
layer:
type: Board
description: Board setup for bare metal application
description: Only Startup configuration, no interfaces
for-board: NXP::FRDM-MCXN947
for-device: NXP::MCXN947VDF:cm33_core0
processor:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
layer:
type: Board
description: Board setup for IoT
description: Board setup for Arduino shield with I2C and SPI
for-board: NXP::FRDM-MCXN947
for-device: NXP::MCXN947VDF:cm33_core0
processor:
Expand Down

0 comments on commit 83dd207

Please sign in to comment.