Skip to content

Commit

Permalink
Synced with Circle Step 44.5
Browse files Browse the repository at this point in the history
  • Loading branch information
smuehlst committed Jun 8, 2022
1 parent 61cf3a4 commit 09d328c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## [v15.13](https://github.com/smuehlst/circle-stdlib/releases/tag/v15.13)

* Synced with [Circle Step 44.5](https://github.com/rsta2/circle/releases/tag/Step44.5).

## [v15.12](https://github.com/smuehlst/circle-stdlib/releases/tag/v15.12)

* Synced with [Circle Step 44.4.1](https://github.com/rsta2/circle/releases/tag/Step44.4.1).
Expand Down
2 changes: 1 addition & 1 deletion libs/circle
Submodule circle updated 45 files
+23 −0 CHANGELOG.md
+6 −0 CREDITS
+17 −13 README.md
+2 −2 Rules.mk
+26 −21 addon/SDCard/emmc.cpp
+68 −27 addon/display/hd44780device.cpp
+18 −2 addon/display/hd44780device.h
+17 −0 addon/display/sample/hd44780i2c/Makefile
+15 −0 addon/display/sample/hd44780i2c/README
+170 −0 addon/display/sample/hd44780i2c/kernel.cpp
+76 −0 addon/display/sample/hd44780i2c/kernel.h
+47 −0 addon/display/sample/hd44780i2c/main.cpp
+2 −0 addon/wlan/p9util.cpp
+2 −2 boot/Makefile
+3 −0 doc/classes.txt
+4 −0 doc/cmdline.txt
+37 −0 doc/naming-conventions.txt
+11 −0 include/circle/bcm2835.h
+17 −8 include/circle/classallocator.h
+3 −1 include/circle/i2ssoundbasedevice.h
+2 −0 include/circle/koptions.h
+52 −0 include/circle/mphi.h
+47 −0 include/circle/ptrlistfiq.h
+24 −7 include/circle/sysconfig.h
+51 −0 include/circle/usb/dwhcicompletionqueue.h
+17 −2 include/circle/usb/dwhcidevice.h
+5 −4 include/circle/usb/dwhcixactqueue.h
+3 −2 include/circle/usb/dwhcixferstagedata.h
+8 −1 include/circle/usb/usbmidi.h
+2 −2 lib/Makefile
+34 −1 lib/classallocator.cpp
+2 −2 lib/hdmisoundbasedevice.cpp
+85 −6 lib/i2ssoundbasedevice.cpp
+13 −0 lib/koptions.cpp
+152 −0 lib/mphi.cpp
+195 −0 lib/ptrlistfiq.cpp
+2 −2 lib/pwmsoundbasedevice.cpp
+3 −2 lib/usb/Makefile
+86 −0 lib/usb/dwhcicompletionqueue.cpp
+146 −47 lib/usb/dwhcidevice.cpp
+10 −11 lib/usb/dwhciframeschednper.cpp
+6 −2 lib/usb/dwhciframeschedper.cpp
+10 −2 lib/usb/dwhcixactqueue.cpp
+12 −10 lib/usb/dwhcixferstagedata.cpp
+21 −2 lib/usb/usbmidi.cpp

0 comments on commit 09d328c

Please sign in to comment.