Skip to content

Commit 4a684d7

Browse files
committed
libs: Remove unnecessary libraries from firmware.
Signed-off-by: lbuque <[email protected]>
1 parent 926bd1f commit 4a684d7

File tree

35 files changed

+80
-1
lines changed

35 files changed

+80
-1
lines changed

m5stack/boards/M5STACK_AirQ/manifest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
# SPDX-License-Identifier: MIT
44

55
include("$(MPY_DIR)/../m5stack/modules/startup/manifest_airq.py")
6+
include("$(MPY_DIR)/../m5stack/libs/unit/manifest.py")

m5stack/boards/M5STACK_AtomS3/manifest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
# SPDX-License-Identifier: MIT
44

55
include("$(MPY_DIR)/../m5stack/modules/startup/manifest_atoms3.py")
6+
include("$(MPY_DIR)/../m5stack/libs/base/manifest.py")
7+
include("$(MPY_DIR)/../m5stack/libs/unit/manifest.py")

m5stack/boards/M5STACK_AtomS3R/manifest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
# SPDX-License-Identifier: MIT
44

55
include("$(MPY_DIR)/../m5stack/modules/startup/manifest_atoms3r.py")
6+
include("$(MPY_DIR)/../m5stack/libs/base/manifest.py")
7+
include("$(MPY_DIR)/../m5stack/libs/unit/manifest.py")

m5stack/boards/M5STACK_AtomS3R_CAM/manifest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
# SPDX-License-Identifier: MIT
44

55
include("$(MPY_DIR)/../m5stack/modules/startup/manifest_atoms3r_cam.py")
6+
include("$(MPY_DIR)/../m5stack/libs/base/manifest.py")
7+
include("$(MPY_DIR)/../m5stack/libs/unit/manifest.py")

m5stack/boards/M5STACK_AtomS3U/manifest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
# SPDX-License-Identifier: MIT
44

55
include("$(MPY_DIR)/../m5stack/modules/startup/manifest_atoms3u.py")
6+
include("$(MPY_DIR)/../m5stack/libs/unit/manifest.py")

m5stack/boards/M5STACK_AtomS3_Lite/manifest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
# SPDX-License-Identifier: MIT
44

55
include("$(MPY_DIR)/../m5stack/modules/startup/manifest_atoms3lite.py")
6+
include("$(MPY_DIR)/../m5stack/libs/base/manifest.py")
7+
include("$(MPY_DIR)/../m5stack/libs/unit/manifest.py")

m5stack/boards/M5STACK_AtomU/manifest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
# SPDX-License-Identifier: MIT
44

55
include("$(MPY_DIR)/../m5stack/modules/startup/manifest_atoms3lite.py")
6+
include("$(MPY_DIR)/../m5stack/libs/unit/manifest.py")

m5stack/boards/M5STACK_Atom_Echo/manifest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
# SPDX-License-Identifier: MIT
44

55
include("$(MPY_DIR)/../m5stack/modules/startup/manifest_atoms3lite.py")
6+
include("$(MPY_DIR)/../m5stack/libs/base/manifest.py")
7+
include("$(MPY_DIR)/../m5stack/libs/unit/manifest.py")

m5stack/boards/M5STACK_Atom_Lite/manifest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
# SPDX-License-Identifier: MIT
44

55
include("$(MPY_DIR)/../m5stack/modules/startup/manifest_atoms3lite.py")
6+
include("$(MPY_DIR)/../m5stack/libs/base/manifest.py")
7+
include("$(MPY_DIR)/../m5stack/libs/unit/manifest.py")

m5stack/boards/M5STACK_Atom_Matrix/manifest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
# SPDX-License-Identifier: MIT
44

55
include("$(MPY_DIR)/../m5stack/modules/startup/manifest_atommatrix.py")
6+
include("$(MPY_DIR)/../m5stack/libs/base/manifest.py")
7+
include("$(MPY_DIR)/../m5stack/libs/unit/manifest.py")

0 commit comments

Comments
 (0)