Skip to content

Commit

Permalink
chore: update sscma-node & sscma-supervisor to 0.1.4
Browse files Browse the repository at this point in the history
* ci: add an action to automatically close stale issues and PRs

* feat: automatically release the default flow

* chore: remove preset resources release

* chore: update sscma-node & sscma-supervisor to 0.1.4

---------

Co-authored-by: Lesords <[email protected]>
  • Loading branch information
LynnL4 and Lesords authored Jan 8, 2025
1 parent 18ff0fd commit 54b2fca
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2,109 deletions.
2 changes: 1 addition & 1 deletion external/br2-external/sscma-node/sscma-node.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

SSCMA_NODE_VERSION = 0f551b93ca86c52a18edaab4fca5ceb9efaa4b9f
SSCMA_NODE_VERSION = 0.1.4
SSCMA_NODE_SITE = https://github.com/Seeed-Studio/sscma-example-sg200x
SSCMA_NODE_SITE_METHOD = git
SSCMA_NODE_GIT_SUBMODULES = YES
Expand Down
4 changes: 2 additions & 2 deletions external/br2-external/sscma-supervisor/sscma-supervisor.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

SSCMA_SUPERVISOR_VERSION = 0f551b93ca86c52a18edaab4fca5ceb9efaa4b9f
SSCMA_SUPERVISOR_VERSION = 0.1.4
SSCMA_SUPERVISOR_SITE = https://github.com/Seeed-Studio/sscma-example-sg200x
SSCMA_SUPERVISOR_SITE_METHOD = git
SSCMA_SUPERVISOR_GIT_SUBMODULES = YES
Expand All @@ -15,7 +15,7 @@ SSCMA_SUPERVISOR_DEPENDENCIES = libhv
define SSCMA_SUPERVISOR_CONFIGURE_CMDS
mkdir -p $(@D)/solutions/supervisor/build && \
cd $(@D)/solutions/supervisor/build && \
$(BR2_CMAKE) -DSG200X_SDK_PATH=$(shell realpath $(BUILD_DIR)/../../../../) -DSYSROOT=${STAGING_DIR} -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$(TARGET_DIR) ..
$(BR2_CMAKE) -DSG200X_SDK_PATH=$(shell realpath $(BUILD_DIR)/../../../../) -DWEB=ON -DSYSROOT=${STAGING_DIR} -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$(TARGET_DIR) ..
endef

# Build step: compile the package using the Makefile in the build directory
Expand Down
Loading

0 comments on commit 54b2fca

Please sign in to comment.