Kamil Kowalczyk kamkow1
kamkow1 pushed to master at kamkow1/mop3 2026-04-07 13:16:40 +02:00
aadfaec12f usbdrv Implement write transfers
kamkow1 pushed to master at kamkow1/mop3 2026-04-06 22:46:04 +02:00
8ae16342b6 ISO9660 filesystem driver
kamkow1 pushed to master at kamkow1/mop3 2026-04-06 10:44:54 +02:00
385b1f0db0 fatfs Fix nested path formatting in fatfs_read_dir_entry ()
fe628466b4 usbdrv Read from USB flash drive
Compare 2 commits »
kamkow1 pushed to master at kamkow1/mop3 2026-04-06 01:27:50 +02:00
0b25061afa XHCI fix xhci_delete_usb_device with a null check, usbdrv Implement usbdrv_fini
1cb1bad3dd Read USB mass storage sector count and sector size!
Compare 2 commits »
kamkow1 pushed to master at kamkow1/mop3 2026-04-03 21:45:23 +02:00
90217168be Add docker_push.sh
kamkow1 pushed to master at kamkow1/mop3 2026-04-03 21:26:18 +02:00
ac5526de1c aux Develop inside docker
kamkow1 pushed to master at kamkow1/mop3 2026-04-03 20:49:59 +02:00
342f39b748 Use static buffers for mprintf and debug_printf, cut down on library dependencies
kamkow1 pushed to master at kamkow1/mop3 2026-04-03 20:44:36 +02:00
42fb8508a9 ci Use custom container image
kamkow1 pushed to master at kamkow1/mop3 2026-04-03 20:37:25 +02:00
570ac8a68c ci Use custom container image
kamkow1 pushed to master at kamkow1/mop3 2026-04-03 20:25:37 +02:00
6a807732ba ci Use custom container image
kamkow1 pushed to master at kamkow1/mop3 2026-04-03 19:55:40 +02:00
0cb174eea4 ci Use custom container image
kamkow1 pushed to master at kamkow1/mop3 2026-04-03 19:39:20 +02:00
fe6c9ab2c4 ci Use custom container image
kamkow1 pushed to master at kamkow1/mop3 2026-04-03 19:31:29 +02:00
2c21eec5e9 ci Use custom container image
kamkow1 pushed to master at kamkow1/mop3 2026-04-03 19:19:27 +02:00
71843352f5 ci Use custom container image
kamkow1 pushed to master at kamkow1/mop3 2026-04-03 19:14:58 +02:00
38bbf4490f ci Use custom container image
kamkow1 pushed to master at kamkow1/mop3 2026-04-03 17:38:43 +02:00
eab4cae083 Use static buffers for mprintf and debug_printf, cut down on library dependencies
6dd7a7c654 XHCI generic way of putting TRBs onto a ring
92ed1fb968 XHCI xhci_fini delete usb devices when freeing the port struct
Compare 3 commits »
kamkow1 pushed to master at kamkow1/mop3 2026-04-03 16:24:49 +02:00
cc5f08251e XHCI Rename pdevice to usb_device
kamkow1 pushed to master at kamkow1/mop3 2026-04-03 16:19:35 +02:00
06a87207ff XHCI store pdevice configs, ifs and endpoints as static length arrays
kamkow1 pushed to master at kamkow1/mop3 2026-04-03 12:28:08 +02:00
a8193797fa XHCI pass pdevice->config_desc.config_value to xhci_pdevice_setup_set_config as the preferred configuration
kamkow1 pushed to master at kamkow1/mop3 2026-04-03 03:53:26 +02:00
725cee6ffc XHCI reduce stalling to increase driver performance