• Joined on 2023-03-07
drew pushed to main at drew/acadia 2024-02-22 18:13:43 -08:00
8e78950ac7 [Voyageurs] Send AddressDevice Command to move port to 'Addressed' State.
dd2687a59a [Voyageurs] Additional logging about command completion events.
Compare 2 commits »
drew pushed to main at drew/acadia 2024-02-22 13:23:26 -08:00
4cb0b0b2ae [Voyageurs] XHCI Event Segment working with polling.
b41784b938 [Voyageurs] Create an abstraction for managing TRBs.
Compare 2 commits »
drew pushed to main at drew/acadia 2024-02-06 20:50:16 -08:00
2228b5b52e [Voyageurs] First Pass XHCI Controller, resets the controller.
3bacfea183 [Yellowstone] Add method to get XHCI configuration space.
Compare 2 commits »
drew pushed to main at drew/tiramisu-one 2024-01-25 00:44:47 -08:00
e90b756289 Fix wrapped line height on h1.
drew pushed to main at drew/tiramisu-one 2024-01-25 00:41:24 -08:00
e4a7851faa Fix code block overflow on mobile.
drew pushed to main at drew/tiramisu-one 2024-01-23 23:13:42 -08:00
80e734855c Fix spelling errors in first posts (yikes).
adeb3cf394 Blind SQL Injection Post
Compare 2 commits »
drew pushed to main at drew/acadia 2024-01-17 15:15:45 -08:00
27c39d05e8 [Yunq] Add basic test for repeated fields.
65e9fa1767 Update asm compiler for test-mem as well.
9222f59da3 [Yunq] Add tests for capability serialization.
01e10fb47e Set asm att compiler to gcc in the test environment.
Compare 4 commits »
drew pushed to main at drew/acadia 2024-01-17 14:15:45 -08:00
a98e66ac47 [Yunq] Add serialization tests for Types message.
3114ac110a [Glacier] Fix string memory deletion (thanks valgrind)../scripts/qemu.sh
cd1304beae [Denali] Add back accidentally deleted files.
a1f0197e83 [Yunq] Add parse/serialize for i64 field along with tests.
e83720e67c [Yunq] Only generate client and server files if an interface exists.
Compare 5 commits »
drew pushed to main at drew/acadia 2024-01-16 18:57:49 -08:00
fecaa387b0 [Yunq] Add a basic yunq test into libyunq.
drew pushed to main at drew/acadia 2024-01-16 16:00:07 -08:00
9c860dd6a4 [Yunq] Add support for repeated nested fields
05f2403dc2 [Mammoth] Allow allocating slightly more memory.
Compare 2 commits »
drew pushed to main at drew/acadia 2024-01-11 21:31:59 -08:00
a48d63a664 [Yunq] Add support for nested fields in messages.
drew pushed to main at drew/acadia 2024-01-11 21:00:41 -08:00
9e12531651 [Yunq] Move method numbers to a scheme set by the parser.
3b91819a4b [Yunq] Move message fields to a numbering scheme set by the parser.
ee341fa739 Draft 0.1.1 release notes added with work so far.
Compare 3 commits »
drew pushed to main at drew/acadia 2024-01-11 20:47:33 -08:00
984d8b143e [Yunq] Move message parser to shared internal function.
a71d5e9d24 [Yunq] Explicitly specialize serialization template functions.
7ec4f696a8 [Yunq] Move serialization to yunq library.
Compare 3 commits »
drew pushed to main at drew/acadia 2024-01-11 20:03:29 -08:00
0135d8d844 [Yunq] Accept a message view on message parsing.
75d84a0fa5 [Yunq] Read capabilities using the parsing library.
0e6aa532a1 [Yunq] Move MessageView higher in call stack.
30b220b2fb [Yunq] Move repeated field parsing to the yunq library.
9e9ef21a3d [Yunq] POC for moving yunq parsing to a library.
Compare 10 commits »
drew pushed to main at drew/acadia 2024-01-11 17:39:50 -08:00
5eb72da9c8 Move glcr::Array & glcr::ArrayView loops to range-based.
0a57d149b6 [Glacier] Add iterator to Array and ArrayView.
66e7e95855 [Glacier] Factor Vector iterator logic into standalone class.
Compare 3 commits »
drew pushed to main at drew/acadia 2024-01-11 17:13:25 -08:00
b2354ae341 Move many loops over glcr::Vector to range-based loops.
c06d1741f3 [Glacier] Add a vector iterator.
36a09f98c9 [Glacier] Add a vector move contructor test.
1b18739403 Separate memory testing script and only generate Cmake dir if necessary.
5f1053cf17 [Glacier] Add Vector tests with memory check.
Compare 5 commits »
drew pushed to main at drew/acadia 2024-01-11 16:09:26 -08:00
09d902dfb5 [Glacier] Add a basic unit testing framework.
drew pushed to main at drew/acadia 2024-01-11 15:09:32 -08:00
83b0d9ab61 [Denali] Minor AHCI fixes
drew pushed to main at drew/tiramisu-one 2024-01-09 23:36:05 -08:00
239a3e55a9 Updated publish date and draft status for AHCI post.
drew pushed to main at drew/tiramisu-one 2024-01-09 23:35:08 -08:00
de351f1301 AHCI Post complete.