contiki-ng / tinydtls

A version of tinyDTLS that is refactored to be more easy to use "standalone" (e.g. without bindings to a specific IP-stack).
Other
8 stars 25 forks source link

FW-85 - Make tinydtls respect DTLS_ECC flag and omit ecc code when no… #10

Closed theoboge closed 5 years ago

theoboge commented 5 years ago

…t defined

theoboge commented 5 years ago

Sorry, didn't mean to do this.

joakimeriksson commented 5 years ago

Opening or closing ;-) Are you intending to push something here sooner or later?

theoboge commented 5 years ago

Didn't mean to open.

I meant to open a PR on my forked repo, but github made it too easy to PR on the official repo. I just started working tinydtls and was experimenting with settings to reduce code size. Building without DTLS_ECC caused contiki-ng build to fail. I may push something later after I get more experience with the code base, but I'm relatively sure that my current changes aren't the best.