Skip to content

Commit

Permalink
hwmv2: Convert Seagate Faze board to hwmv2
Browse files Browse the repository at this point in the history
Convert Faze board

Signed-off-by: David Leach <[email protected]>
  • Loading branch information
dleach02 committed Feb 28, 2024
1 parent aa27ff1 commit 6cad0e3
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 22 deletions.
9 changes: 0 additions & 9 deletions boards/boards_legacy/arm/faze/Kconfig.board

This file was deleted.

11 changes: 0 additions & 11 deletions boards/boards_legacy/arm/faze/Kconfig.defconfig

This file was deleted.

File renamed without changes.
5 changes: 5 additions & 0 deletions boards/seagate/faze/Kconfig.faze
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright (c) 2020, Seagate Technology LLC
# SPDX-License-Identifier: Apache-2.0

config BOARD_FAZE
select SOC_LPC11U67
File renamed without changes.
5 changes: 5 additions & 0 deletions boards/seagate/faze/board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
board:
name: faze
vendor: seagate
socs:
- name: lpc11u67
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=48000000
CONFIG_GPIO=y
CONFIG_BUILD_OUTPUT_HEX=y
CONFIG_SOC_SERIES_LPC11U6X=y
CONFIG_SOC_LPC11U67=y
CONFIG_MAIN_STACK_SIZE=512
CONFIG_ISR_STACK_SIZE=768
CONFIG_CLOCK_CONTROL_LPC11U6X_ENABLE_SRAM1=y
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6cad0e3

Please sign in to comment.