Skip to content

Commit

Permalink
Add matter hello world snap for spread test
Browse files Browse the repository at this point in the history
  • Loading branch information
MonicaisHer committed Jan 10, 2024
1 parent d4f6935 commit c944a99
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# matter_hello

A new Matter project.

## Getting Started

This project is a starting point for a Matter application.

For help getting started with Matter development, view the
[Matter SDK](https://github.com/project-chip/connectedhomeip).
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

echo "hello world"
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: matter-hello
version: "1.0"
summary: simple matter application
description: build an application using Matter SDK and say "hello world"
base: core22
confinement: strict

apps:
hello:
command:
hello

parts:
matter:
plugin: matter
matter-sdk-version: "master"
matter-zap-version: "v2023.11.13"
hello:
plugin: dump
source: .
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ environment:
SNAP/colcon_ros2_humble: colcon-ros2-humble-hello
SNAP/colcon_ros2_wrapper: colcon-ros2-wrapper
SNAP/flutter: flutter-hello
SNAP/matter: matter-hello
SNAP/python: python-hello

prepare: |
Expand Down

0 comments on commit c944a99

Please sign in to comment.