-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EspSoftwareSerial's ghostl, incl. circular_queue, has been moved from…
… multiple copy&paste inclusions in various repos into an own repo to use as separate library dependency
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule SoftwareSerial
updated
19 files
+2 −2 | README.md | |
+4 −4 | examples/bitpattern/bitpattern.ino | |
+0 −74 | examples/circular_queue_mp_test/mp_queue_test.cpp | |
+5 −1 | library.json | |
+1 −0 | library.properties | |
+17 −19 | src/SoftwareSerial.cpp | |
+67 −4 | src/SoftwareSerial.h | |
+0 −2,210 | src/circular_queue/Delegate.h | |
+0 −568 | src/circular_queue/MultiDelegate.h | |
+0 −106 | src/circular_queue/cancellation_token.h | |
+0 −385 | src/circular_queue/circular_queue.h | |
+0 −312 | src/circular_queue/circular_queue_mp.h | |
+0 −97 | src/circular_queue/generator.h | |
+0 −174 | src/circular_queue/ghostl.h | |
+0 −103 | src/circular_queue/run_task.h | |
+0 −185 | src/circular_queue/task.h | |
+0 −142 | src/circular_queue/task_completion_source.h | |
+0 −122 | src/circular_queue/when_all.h | |
+0 −114 | src/circular_queue/when_any.h |