-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule circle
updated
11 files
+13 −0 | CHANGELOG.md | |
+13 −0 | README.md | |
+20 −1 | include/circle/serial.h | |
+2 −1 | include/circle/usb/usbserialcdc.h | |
+2 −2 | include/circle/version.h | |
+1 −1 | lib/pwmoutput.cpp | |
+55 −3 | lib/serial.cpp | |
+7 −1 | lib/spinlock.cpp | |
+2 −1 | lib/usb/usbdevicefactory.cpp | |
+3 −2 | lib/usb/usbserialcdc.cpp | |
+2 −2 | lib/util.cpp |