Steve Karg
cf77abac9b
Feature/bacnet secure connect hub ( #818 )
...
* Added BACnet Secure Connect datalink.
* Added BACnet/SC hub application
---------
Co-authored-by: Kirill Neznamov <kirill.neznamov@dsr-corporation.com >
Co-authored-by: Mikhail Antropov <michail.antropov@dsr-corporation.com >
Co-authored-by: Ondřej Hruška <ondra@ondrovo.com >
Co-authored-by: Patrick Grimm <patrick@lunatiki.de >
2024-11-04 07:05:26 -06:00
Steve Karg
52f3f08cb1
Bugfix/fix redundant compiler flags ( #658 )
...
* Improved GCC compiler flags in ARM, OS, and test builds. Removed redundant flags, and made them consistent across various builds.
* Fixed redundant redeclaration of various functions detected by change in compiler flags.
* Fixed string truncation warning in bip-init detected by change in compiler flags.
* Fixed some set-but-not-used variables by creating dummy functions instead of using macros.
2024-05-30 10:59:54 -05:00
Steve Karg
96222574f8
Bugfix/router mstp builds ( #630 )
...
* Fixed example app router-ipv6 to build under ports/win32
* Fixed example app router-mstp to build under ports/win32 with MinGW
* Added win32 builds of router-ipv6 and router-mstp to the Github pipeline
2024-04-30 13:52:00 -05:00
Steve Karg
1372e52aa7
Feature/mstp extended frames ( #529 )
...
* added MSTP extended frames to bacnet/datalink/mstp.c module. Thank you, Simon!
* auto-size some FIFO buffers for MSTP
* add COBS library to MSTP builds
---------
Co-authored-by: Steve Karg <skarg@users.sourceforge.net >
2023-11-08 15:54:18 -06:00
Steve Karg
225ffb0d4c
Cleanup gateway example Makefile build ( #380 )
...
Co-authored-by: Steve Karg <skarg@users.sourceforge.net >
2023-01-09 13:40:33 -06:00
Patrick Grimm
6fa5c4085e
Fixed uci compile errors ( #220 )
...
* Fixed UCI=1 compile ld: warning: directory not found for option \-L/usr/local/lib,-luci'
Signed-off-by: Patrick Grimm <patrick@lunatiki.de >
* Fixed bsd compile error ld: unknown option: --gc-sections
Signed-off-by: Patrick Grimm <patrick@lunatiki.de >
* Revert "Fixed bsd compile error ld: unknown option: --gc-sections"
This reverts commit e186e396dadb1875018de8b0e738c05b04c8f7d7.
* Fixed UCI=1 Undefined symbols "_ucix_init" for bacserv
Signed-off-by: Patrick Grimm <patrick@lunatiki.de >
2022-01-29 18:23:28 -06:00
Steve Karg
295f127c2b
Feature/makefile add apps library ( #218 )
...
* add BACnet stack library at apps/lib
* convert apps to use apps/lib for smaller binary
* fix -DBACDL_ALL=1 build
* fix piface build
* datalink MAX_MPDU and MAX_HEADER cleanup
* add bip6 to git workflow
* fix system library dependency of BACnet library
Co-authored-by: Steve Karg <skarg@users.sourceforge.net >
2022-01-29 15:55:40 -06:00