Ported bacnet-basic from zephyr project to create basis for mini example. (#933)

This commit is contained in:
Steve Karg
2025-02-27 15:49:29 -06:00
committed by GitHub
parent 4ebc1a4566
commit 3e480f41e2
23 changed files with 3162 additions and 147 deletions
+4
View File
@@ -202,6 +202,10 @@ netnumis:
server:
$(MAKE) -s -C apps $@
.PHONY: server-basic
server-basic:
$(MAKE) LEGACY=true NOTIFY=false -s -C apps $@
.PHONY: server-client
server-client:
$(MAKE) LEGACY=true -s -C apps $@