770be70688
* Added required linux Ethernet library for ethernet build * Added .obj to gitignore * Fixed BACnet port for APPLE to use BSD in CMake * Changed format in CMake to enable cleaner SC merge * Added create-object and delete-object recipes in GCC Makefile * Added datalink timer to all example OS apps * Changed most microcontroller ports to use BACAPP_MINIMAL to specify which datatypes can be written. * Fixed zephyr OS for BACnet/IP warning * Fixed zephyr OS log to not require log_strdup * Added writefile API to file object example * Added API to device-client to make it more robust. * Added API in network-port object for getting the ASCII object-name * Added debug print with a timestamp option * Added debug print with hex dump print * Added API to network port object for activate and discard * Added default define for debug with timestamp * Added prototype in header for disabled debug printf. * Added fifo peek ahead function to peek at more than one byte. * Added get-mac value for network port that uses buffer rather than octetstring
97 lines
925 B
Plaintext
97 lines
925 B
Plaintext
*.log
|
|
*.a
|
|
*.o
|
|
*.obj
|
|
*.exe
|
|
*.bak
|
|
*~
|
|
*.dep
|
|
*.orig
|
|
*.hex
|
|
*.map
|
|
*.bin
|
|
*.out
|
|
*.sim
|
|
*.dbgdt
|
|
*.dni
|
|
*.jlink
|
|
*.wsdt
|
|
*.config
|
|
*.pbd
|
|
*.ewd
|
|
*.ewt
|
|
*.d
|
|
*.r90
|
|
*.r90
|
|
*.s90
|
|
*.d90
|
|
*.a90
|
|
*.pbi
|
|
*.cap
|
|
*.pcapng
|
|
*.pcap
|
|
*.patch
|
|
*.cout
|
|
*.lst
|
|
*.cap
|
|
*.csv
|
|
*.CAP
|
|
*.xcl
|
|
*.zip
|
|
*.wspos
|
|
*.browse
|
|
*.ewsample
|
|
*.asm
|
|
*.ind
|
|
*.7z
|
|
*.hex
|
|
*.elf
|
|
*.eep
|
|
*.emSession
|
|
*.depend
|
|
*.layout
|
|
*.dmp
|
|
tags
|
|
test-results.xml
|
|
.vscode/
|
|
.vs/
|
|
Debug/
|
|
settings/
|
|
*.componentinfo.xml
|
|
Backup*
|
|
BACnet_BDT_table
|
|
address_cache
|
|
**/build/*
|
|
**/_build/*
|
|
CMakeLists.txt.user
|
|
**/out/*
|
|
Obj/
|
|
Release/
|
|
|
|
/test/build/
|
|
/cmake-build-*
|
|
/.idea
|
|
|
|
# exclude the bin folder, except for some files
|
|
bin/*
|
|
!bin/*.sh
|
|
!bin/*.bat
|
|
!bin/*.txt
|
|
|
|
# exclude the apps folder, except for some source files
|
|
apps/*
|
|
!apps/Makefile
|
|
!apps/*.md
|
|
apps/**/*
|
|
!apps/**/
|
|
!apps/**/*.c
|
|
!apps/**/*.h
|
|
!apps/**/*.txt
|
|
!apps/**/*.md
|
|
!apps/**/Makefile
|
|
!apps/**/CMakeLists.txt
|
|
apps/piface/libmcp23s17/
|
|
apps/piface/libpifacedigital/
|
|
|
|
*.vcxproj.user
|