summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2021-10-18fiiom3k: bump power on delay to 200msAidan MacDonald1-1/+1
2021-10-18fiiom3k: adjust power on delay to 80msAidan MacDonald1-1/+1
2021-10-16ErosQNative: Fix mdelay calls due to g3859Dana Conrad1-2/+4
2021-10-16x1000: fix broken OST2 timer prescalerAidan MacDonald2-7/+7
2021-10-16x1000: enable DMA for USB driverAidan MacDonald3-3/+12
2021-10-16usb-designware: port to new USB APIAidan MacDonald3-140/+414
2021-10-16usb: ensure RX buffers are a multiple of the packet sizeAidan MacDonald3-12/+25
2021-10-16usb: remove dead code in usb_storage driverAidan MacDonald1-11/+0
2021-10-16usb: port usb_storage control request handling to new APIAidan MacDonald1-3/+2
2021-10-16usb: port usb_hid control request handling to new APIAidan MacDonald1-30/+19
2021-10-16usb: port usb_serial control requests handling to new APIAidan MacDonald1-5/+6
2021-10-16usb: port usb_core control request handling to new APIAidan MacDonald1-56/+52
2021-10-16usb: implement new API with legacy emulation layerAidan MacDonald2-21/+131
2021-10-16usb: add request data argument to all control request handlersAidan MacDonald8-32/+38
2021-10-16usb: give USB transfer completion events two data pointersAidan MacDonald2-5/+7
2021-10-16usb: introduce new control request APIAidan MacDonald14-14/+24
2021-10-06ErosQNative: Remove duplicate play_last_sample() callDana Conrad1-1/+0
2021-10-06usbstack: Revise usb string descriptor table to use enum values for indicesJames Buren2-10/+17
2021-10-06x1000: tweak USB fifo sizesAidan MacDonald1-4/+7
2021-10-06ErosQNative: Initialize AIC FIFO to -1Dana Conrad1-0/+17
2021-10-06Fix includes in usb_class_driver.hAidan MacDonald1-0/+5
2021-10-05x1000: default to sending 0 samples on underflowAidan MacDonald2-1/+2
2021-10-05m3k: don't use mixer controls for volume controlAidan MacDonald1-14/+8
2021-10-04Sansa E200v1 Bootloader attempt at enabling USB in boot loaderWilliam Wilgus1-4/+15
2021-10-02Shanling Q1: default to USB force chargingAidan MacDonald1-0/+1
2021-10-02scroll engine, allow clipped text in viewportWilliam Wilgus1-2/+3
2021-10-02x1000: fix hang that may occur in USB modeAidan MacDonald4-0/+9
2021-09-30Add ability to dump cpu boost log to disk, include thread namesWilliam Wilgus2-2/+11
2021-09-29Bugfix AS3525 usb driver unboosted the cpu without first boosting itWilliam Wilgus1-2/+11
2021-09-26ErosQ Native: Adjust battery % scaleDana Conrad1-3/+3
2021-09-26win32: Add a stub for os_modtime() to make sim builds happySolomon Peachy1-0/+7
2021-09-20usb: rename usb_drv_recv() to usb_recv_recv_nonblocking()Aidan MacDonald16-38/+36
2021-09-20usb_hid: fix accidental fallthroughAidan MacDonald1-15/+27
2021-09-19Make USB Charging default value configurable per deviceDana Conrad2-0/+2
2021-09-19Dir cache: Fix resume of relative path playlists.James D. Smith2-0/+52
2021-09-12iPod mini backlight initializationChristian Soffke2-1/+8
2021-09-05ErosQ (both): avoid clipping due to DC offset bandaidDana Conrad2-3/+16
2021-08-26lcd_putsxyofs 16 bit lcd_mono_bitmap_part [AS] part duexWilliam Wilgus1-10/+10
2021-08-26xduoox3: Disable bootloader USB mode entirelySolomon Peachy1-1/+1
2021-08-25Revert "lcd_putsxyofs 16 bit lcd_mono_bitmap_part [AS]"William Wilgus1-8/+9
2021-08-18x1000: trigger the virtual LED on disk activityAidan MacDonald2-0/+16
2021-08-15Drop HAVE_RTC_RAMAidan MacDonald8-25/+0
2021-08-15logf: Fix an incorrect fix in 835d0c737a7Solomon Peachy1-1/+1
2021-08-14Fix red from 04fe77a4Solomon Peachy1-0/+2
2021-08-14Remove the (very) incomplete port for the Tatung TPJ-1102Solomon Peachy16-605/+0
2021-08-14Remove Samsung YP-Z5 portAidan MacDonald16-1290/+0
2021-08-13file_internal.c guard file_cache_reset() from null pointerWilliam Wilgus1-5/+7
2021-08-12Eros Q Hosted: Apply DC Bias to PCM DataDana Conrad2-2/+9
2021-08-10Eros Q Native: Make Mute logic channel-independentDana Conrad1-8/+4
2021-08-09inflate: fix public function pointersJames Buren1-2/+2