update LwIP BACnet/IP abstraction (#246)

* update LwIP BACnet/IP abstraction. Integrate LwIP build with continuous integration.

Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
Steve Karg
2022-03-29 17:47:44 -05:00
committed by GitHub
parent d7d3fa2f60
commit 902949a192
5 changed files with 246 additions and 212 deletions
+13
View File
@@ -168,6 +168,19 @@ jobs:
make atmega168
make bdk-atxx4-mstp
ports-lwip:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Create Build Environment
run: |
sudo apt-get update -qq
sudo apt-get install -qq build-essential
sudo apt-get install -qq liblwip-dev
- name: ports-lwip
run: |
make lwip
mingw:
runs-on: ubuntu-latest
steps: