Skip to content

Commit 30d3be8

Browse files
authored
Merge branch 'master' into sve_dm_xml
2 parents 1eb2734 + 0851382 commit 30d3be8

File tree

240 files changed

+14596
-11674
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

240 files changed

+14596
-11674
lines changed

.github/workflows/tests.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,6 @@ jobs:
514514
scripts/run_in_python_env.sh out/venv 'python3 ./src/python_testing/TestIdChecks.py'
515515
scripts/run_in_python_env.sh out/venv 'python3 ./src/python_testing/TestSpecParsingDeviceType.py'
516516
scripts/run_in_python_env.sh out/venv 'python3 ./src/python_testing/TestConformanceSupport.py'
517-
scripts/run_in_python_env.sh out/venv 'python3 ./src/python_testing/TestConformanceTest.py'
518517
scripts/run_in_python_env.sh out/venv 'python3 ./src/python_testing/TestChoiceConformanceSupport.py'
519518
scripts/run_in_python_env.sh out/venv 'python3 ./src/python_testing/test_testing/test_IDM_10_4.py'
520519
scripts/run_in_python_env.sh out/venv 'python3 ./src/python_testing/test_testing/test_TC_SC_7_1.py'

build/config/compiler/BUILD.gn

+2
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,8 @@ declare_args() {
415415
config("sanitize_address") {
416416
defines = []
417417
cflags = [
418+
"-fsanitize-coverage=inline-8bit-counters,trace-cmp",
419+
"-fno-sanitize-coverage=pc-table",
418420
"-fsanitize=address",
419421
"-fno-omit-frame-pointer",
420422
]

docs/QUICK_START.md

-52
This file was deleted.

docs/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Building and Developing
44

5+
- A quick start guide to building a demo application and controller is
6+
available in the [Getting started](./getting_started/) guide
7+
- A guide to new cluster and device type development is available in the
8+
[New Cluster and Device Type Developement Guide](./cluster_and_device_type_dev/)
59
- Documentation about building from the command line can be found in
610
[the build guide](guides/BUILDING.md)
711
- Documentation about running [cirque](https://github.com/openweave/cirque)

docs/api/device_runner.md

-103
This file was deleted.

0 commit comments

Comments
 (0)