Keenan Tims ktims
ktims pushed to main at ktims/usbd_uac2 2026-05-15 13:36:59 -07:00
a82120169f move feedback to endpoint_in_complete, where it should be
066c5dbf96 fix nominal_fb and max packet size for non-integral rates
Compare 2 commits »
ktims pushed to main at ktims/usbd_uac2 2026-05-14 01:52:03 -07:00
e2edb1d468 examples: add dma example for lpc55s28-evk
ktims pushed to main at ktims/guac-rs 2026-05-10 01:21:15 -07:00
3e726010c7 omnibus commit. hid stats. dac trait improvements. refactor to state machine style.
ktims pushed to main at ktims/guac-rs 2026-05-09 20:58:35 -07:00
ece2b68d1b cs4398 support
4f9965e8fd pre-commit
138861fc07 refactor dac into a trait, add volume support
7d3e58c9ad switch to bbqueue, simplified feedback
4d45da6bdf initial commit, working 48k version for tortilla hardware
ktims created branch main in ktims/guac-rs 2026-05-09 20:58:35 -07:00
ktims created repository ktims/guac-rs 2026-05-09 20:58:15 -07:00
ktims pushed to main at ktims/actual-imap-poll 2026-05-09 00:32:36 -07:00
a15970d292 update actual
ktims pushed to main at ktims/actual-imap-poll 2026-05-09 00:27:33 -07:00
deb220efbd update actual
ktims pushed to main at ktims/actual-imap-poll 2026-05-09 00:17:32 -07:00
ed2985b20b update actual
ktims pushed tag v0.1.2 to ktims/actual-imap-poll 2026-05-09 00:10:06 -07:00
ktims pushed tag v0.1.3 to ktims/actual-imap-poll 2026-05-09 00:09:33 -07:00
ktims pushed tag v0.1.1 to ktims/actual-imap-poll 2026-05-09 00:09:33 -07:00
ktims pushed to main at ktims/actual-imap-poll 2026-05-09 00:09:22 -07:00
7b6b497c0f bump version 0.1.3
097128c290 fix rogers parser for new format
2662747ebe fix bmo parser for new format / lints
Compare 3 commits »
ktims pushed to main at ktims/usbd_uac2 2026-05-07 16:16:25 -07:00
a918ebc554 refactor feedback Trait fn, fix max_packet_size calculation in descriptors
ktims pushed to main at ktims/usbd_uac2 2026-05-07 16:09:56 -07:00
f38f36578d refactor feedback Trait fn, fix max_packet_size calculation in descriptors
537e22a7ee lpc55s28-evk: use bbqueue for demo, it can now run at 96k
Compare 2 commits »
ktims pushed to main at ktims/usbd_uac2 2026-05-07 01:30:35 -07:00
27c105b0df lpc55s28 example refactoring and improved feedback
3d862e3b46 refactoring and allow &mut calls of AudioClass
648b4344a8 some refactoring, improved perf counting
Compare 3 commits »
ktims pushed to main at ktims/usbd_uac2 2026-05-06 18:44:15 -07:00
e57a029b93 refactor wm8904 init
ktims pushed to main at ktims/usbd_uac2 2026-05-06 18:41:56 -07:00
2b013f065b working pretty smoothly at 48k!
ktims pushed to main at ktims/usbd_uac2 2026-05-03 02:11:09 -07:00
17e92a8856 not outputting to defmt helps a lot, but need to get the clocks correct and implement feedback
ktims pushed to main at ktims/usbd_uac2 2026-05-03 02:06:42 -07:00
d57d90cbae kind of working usb->i2s, but major buffering / timing problems