Skip to content

Commit

Permalink
cleanup based on moving boards/soc to new hardware file format
Browse files Browse the repository at this point in the history
  • Loading branch information
msp-ti committed Mar 20, 2024
1 parent c7252e2 commit 3d3a045
Show file tree
Hide file tree
Showing 44 changed files with 47 additions and 681 deletions.
8 changes: 0 additions & 8 deletions boards/arm/lp_mspm0g3507/Kconfig.board

This file was deleted.

8 changes: 0 additions & 8 deletions boards/arm/lp_mspm0g3507/Kconfig.defconfig

This file was deleted.

125 changes: 0 additions & 125 deletions boards/arm/lp_mspm0g3507/lp_mspm0g3507.dts

This file was deleted.

18 changes: 0 additions & 18 deletions boards/arm/lp_mspm0g3507/lp_mspm0g3507.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions boards/arm/lp_mspm0g3507/lp_mspm0g3507_defconfig

This file was deleted.

8 changes: 0 additions & 8 deletions boards/arm/lp_mspm0l2228/Kconfig.board

This file was deleted.

8 changes: 0 additions & 8 deletions boards/arm/lp_mspm0l2228/Kconfig.defconfig

This file was deleted.

Binary file removed boards/arm/lp_mspm0l2228/docs/img/lp_mspm0g3507.png
Binary file not shown.
138 changes: 0 additions & 138 deletions boards/arm/lp_mspm0l2228/docs/index.rst

This file was deleted.

4 changes: 0 additions & 4 deletions boards/arm/lp_mspm0l2228/support/openocd.cfg

This file was deleted.

3 changes: 3 additions & 0 deletions boards/ti/lp_mspm0g3507/lp_mspm0g3507_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ CONFIG_GPIO=y
# enable uart driver
CONFIG_SERIAL=y

# enable I2C
CONFIG_I2C=y

# enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2024 Texas Instruments
# SPDX-License-Identifier: Apache-2.0

source "soc/arm/ti_mspm0/*/Kconfig.defconfig.series"
config BOARD_LP_MSPM0L2228
select SOC_MSPM0L2228
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0

board_runner_args(openocd "--cmd-pre-load=reset init")
# unprotect sectors before running
# unprotect sectors before running
board_runner_args(openocd "--cmd-pre-load=flash protect 1 0 last off")
board_runner_args(openocd "--cmd-pre-load=flash erase_sector 1 0 last")

Expand Down
5 changes: 5 additions & 0 deletions boards/ti/lp_mspm0l2228/board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
board:
name: lp_mspm0l2228
vendor: ti
socs:
- name: mspm0l2228
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@
};

&wdt0 {
status = "disabled"
status = "disabled";
};
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# SPDX-License-Identifier: Apache-2.0

CONFIG_BOARD_LP_MSPM0L2228=y
CONFIG_SOC_SERIES_MSPM0L2XXX=y
CONFIG_SOC_MSPM0L2228=y
CONFIG_CORTEX_M_SYSTICK=y
CONFIG_BUILD_OUTPUT_HEX=y

Expand Down
File renamed without changes.
Loading

0 comments on commit 3d3a045

Please sign in to comment.