Branch: refs/heads/master
Home: https://github.com/jallib/jallib
Commit: 770662d4a82b9f801c12f4509564c2e2e6dad436
https://github.com/jallib/jallib/commit/770662d4a82b9f801c12f4509564c2e2e6dad436
Author: Rob Jansen <[email protected]>
Date: 2021-03-13 (Sat, 13 Mar 2021)
Changed paths:
M CHANGELOG
M TORELEASE
M include/peripheral/usb/usb_defs.jal
M include/peripheral/usb/usb_drv.jal
M include/peripheral/usb/usb_drv_cdc_class.jal
M include/peripheral/usb/usb_drv_core.jal
M include/peripheral/usb/usb_keyboard.jal
M include/peripheral/usb/usb_serial.jal
M sample/16f1455_usb_hid_keyboard.jal
M sample/16f1455_usb_hid_mouse.jal
M sample/16f1455_usb_serial.jal
M sample/18f14k50_usb_hid_keyboard.jal
M sample/18f14k50_usb_hid_mouse.jal
M sample/18f14k50_usb_serial.jal
M sample/18f2550_usb_serial.jal
A sample/18f25k50_usb_serial.jal
Log Message:
-----------
Update of USB driver to use it interrupt driven.
This update includes two things:
1) The USB driver can be used on an interrupt basis which makes timing of the
main loop less critical.
2) For PIC18 the USB driver frequently hangs (stalls), see issues #237 . A
small change was made to fix this problem but it does not seem to be fixed in
all situations.
--
You received this message because you are subscribed to the Google Groups
"jallib" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jallib/jallib/jallib/push/refs/heads/master/ab4645-770662%40github.com.