Replies: 1 comment · 1 reply
-
Sometimes (seems often) I put defines (and other extras) in the example project Makefile to show that a library option exists. Since the CRC code comes directly from the BACnet standard, I would expect that code would be the default (and it is). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I do not understand why CRC_USE_TABLE is not on by default. I was first thinking that we try to save space when compiling to microcontrollers. Then looking makefiles we can see that arduino_uno, at91sam7s, atmega168, pic, and some others are only which enables this flag. Isn't table always faster than calculating that. Make no sense to me so please advice me why this is.
If there is no reason I would like to make it so that it is on by default (cmake option) and can be optionally set off.
Beta Was this translation helpful? Give feedback.
All reactions