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

Adding an additional BearSSL constructor as well as a method setClient to allow late initialisation. #29

Merged
merged 1 commit into from
May 28, 2020

Conversation

aentinger
Copy link
Contributor

This allows for the ArduinoIoTCloud firmware to intantiate ArduinoBearSSL on the stack instead of the heap.

@github-actions
Copy link

Memory usage change @6255938c336fc09d1284b9040ef5d1f56645ff49

FQBN Flash Usage RAM For Global Variables
arduino:megaavr:uno2018 0 0
arduino:samd:mkr1000 0 0
arduino:samd:mkrgsm1400 0 0

…t to allow late initialisation.

This allows for the ArduinoIoTCloud firmware to intantiate ArduinoBearSSL on the stack instead of the heap.
@aentinger aentinger force-pushed the bearssl-setup-to-allow-late-init branch from 6255938 to 9fc00a9 Compare May 28, 2020 12:29
@github-actions
Copy link

Memory usage change @9fc00a936e6e03fbdebb611c1a0aadc8dc784759

FQBN Flash Usage RAM For Global Variables
arduino:megaavr:uno2018 0 0
arduino:samd:mkr1000 0 0
arduino:samd:mkrgsm1400 0 0

@aentinger aentinger merged commit baddd91 into master May 28, 2020
@aentinger aentinger deleted the bearssl-setup-to-allow-late-init branch May 28, 2020 12:39
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