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

Added thread safety for multi-core applications (ex: ESP32) #7

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

Conversation

jeffiel
Copy link

@jeffiel jeffiel commented Feb 4, 2024

Added a mutex around logging so that multiple writers won't clobber eachother.

thijse and others added 30 commits May 22, 2021 14:20
Make ArduinoLog work on  native (x86_64) environments for testing
- Added PGM stubs
- Use Arduino.h in most cases
Explanation printable object in README.md
Renamed basic example
Updated & cleaned up examples
… "Don't cast the va_arg for __FlashStringHelper* or char* because it crashes on x86"
This avoids  error: '_logOutput' was not declared in this scope when DISABLE_LOGGING is defined.
Private _logOutput conditional compilation when DISABLE_LOGGING
Fix: clearSuffix was clearing the prefix instead of the suffix
Fix: clearSuffix was clearing the prefix
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.