You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support hosted builds against Arduino-Emulator (#420)
* Support hosted builds against Arduino-Emulator
* Factors the locking into one place
* Adds "|| defined(HOST)" as needed elsewhere
* Adds "override" in a few places where it was missing
* Changed comments to address Copilot nitpicking
* Changed cpp macros to c++ possibly-null classes, thanks willmmiles
* locks in asyncsrv namespace, guarded by ASYNCSRV_USE_MUTEX
* HOST versions of logging.
* __unused -> __asyncws_unused
* More explicit formulation of ASYNCWEBSERVER_USE_MUTEX define
* ci(pre-commit): Apply automatic fixes
* Apply suggestion from @mathieucarbou
* Fix compile sisue
* Add CI for Arduino-Emulator
* Fix compilation issue where tcp_state enum type was not found
project must be compiled with lwip when using arduino emulator
* Add CI for Arduino-Emulator
* ci(pre-commit): Apply automatic fixes
* Fix Arduino Elumator CI
* Move FPSTR in cpp
* Try fix CI on linux (works on mac)
* Project Structure Reorg: regrouping all examples under examples folder
* Move arduino_emulator to examples folder
---------
Co-authored-by: Mathieu Carbou <mathieu.carbou@gmail.com>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
0 commit comments