Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated for newer IDE #17

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Updated for newer IDE #17

wants to merge 4 commits into from

Conversation

dybm
Copy link

@dybm dybm commented Oct 6, 2016

Cryptosuite would not compile in newer Arduino IDE due to outdated instances of Program class function 'write'.

'sha1InitState' must be declared as a constant in order to be put into read-only section by means of '__attribute__((progmem))'.
The virtual function 'write' in the Print class changed from returning void to returning a size_t.
The virtual function 'write' in the Print class changed from returning void to returning a size_t.
'sha256K' and 'sha256InitState' must be declared as a constant in order to be put into read-only section by means of '__attribute__((progmem))'.
The virtual function 'write' in the Print class changed from returning void to returning a size_t.
The virtual function 'write' in the Print class changed from returning void to returning a size_t.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant