Skip to content

Commit cf949f3

Browse files
committed
fwk: rename the program folder from lotus to framework
Now that we painfully ported all changes from fwk-lotus-azalea in fwk-main, we should make sure future commits are easier to cherry-pick by havint the paths be the same. BRANCH=lotus TEST=With next patch, stuff still builds BUG=https://frameworkmarketplace.atlassian.net/browse/HW-5739 (similar to commit 417557b from fwk-main)
1 parent 9aa6fca commit cf949f3

95 files changed

Lines changed: 5 additions & 5 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Use of this source code is governed by a BSD-style license that can be
33
# found in the LICENSE file.
44

5-
def register_lotus_project(
5+
def register_framework_project(
66
project_name,
77
chip="npcx9m3f",
88
):
@@ -19,12 +19,12 @@ def register_lotus_project(
1919
],
2020
)
2121

22-
lotus = register_lotus_project(
22+
lotus = register_framework_project(
2323
project_name="lotus",
2424
chip="npcx9m3f",
2525
)
2626

27-
azalea = register_lotus_project(
27+
azalea = register_framework_project(
2828
project_name="azalea",
2929
chip="npcx9m3f",
3030
)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ config BOARD_AZALEA
1414
Build Framework Azalea reference board. Azalea has AMD SoC
1515
with NPCX993FA0BX EC.
1616

17-
module = LOTUS
18-
module-str = Lotus board-specific code
17+
module = FRAMEWORK
18+
module-str = Framework board-specific code
1919
source "subsys/logging/Kconfig.template.log_config"
2020

2121
source "Kconfig.zephyr"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)