summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
2020-10-09m3k: Fix red bootloader buildSolomon Peachy1-4/+0
2020-10-09New port: FiiO M3KSolomon Peachy15-6/+1003
2020-10-09xduoox3ii/x20: Define a sane BUTTON_LEFT/RIGHT aliasSolomon Peachy1-2/+2
2020-10-08Undo the hacks that allowed targets without LEFT/RIGHT (UP/DN) to build.Solomon Peachy4-13/+7
2020-10-08Don't compile audio codecs into native bootloader builds.Solomon Peachy3-6/+10
2020-10-05FS13241: Get rid of the hacky hold switch emulation on the X3ii & X20Solomon Peachy2-36/+0
2020-10-03hosted: control buttonlights along with the display backlight.Solomon Peachy1-0/+6
2020-10-03alsa: Refactor pcm_dma_apply_settings_nolock()Solomon Peachy1-14/+7
2020-10-03coldfire: Fix iAudio M5 buildSolomon Peachy1-2/+2
2020-10-03coldfire: Allow building when 88KHz audio is disabledSolomon Peachy1-1/+1
2020-10-03alsa: introduce AUDIOHW_MUTE_ON_PAUSE, and have rocker use it.Solomon Peachy1-7/+11
2020-10-03alsa: Explicitly mute the output when we stop playing, and unmute after play...Solomon Peachy1-1/+14
2020-10-03alsa: Handle underruns when starting a new streamSolomon Peachy1-47/+69
2020-10-02alsa: Use larger playback buffers for higher bitratesSolomon Peachy1-4/+16
2020-10-02imx233: Hardware codec supports up to 192KHz. Make it so!Solomon Peachy2-2/+8
2020-10-02hosted: Don't use O_SYNC for the framebuffer handle.Solomon Peachy1-1/+1
2020-10-02hosted: Fix overzealous spamming of backlight and lcd enableSolomon Peachy2-10/+27
2020-10-01xduoox3: Work out clocks for 176/192KHz support.Solomon Peachy1-11/+12
2020-10-01Fix warnings and errors introduced in b030bf5Solomon Peachy1-0/+1
2020-10-01xduoox3ii/x20: Proper lineout detection and volume mangling.Solomon Peachy3-21/+19
2020-10-01fix some of the red introduced in e43726dSolomon Peachy1-1/+1
2020-10-01hosted pcm-alsa improvementsSolomon Peachy4-39/+118
2020-10-01hosted: fix shutdown crash in framebuffer code.Solomon Peachy1-1/+9
2020-10-01Hosted: Improvements in the LCD code. (Roman Stolyarov)Solomon Peachy2-21/+31
2020-09-30Leave HOME_DIR out of default recording and playlist pathsSolomon Peachy1-3/+3
2020-09-28xduoox20: UI Simulator supportSolomon Peachy1-4/+4
2020-09-29hosted: Slightly cleaner shutdown; kill the display first.Solomon Peachy1-0/+4
2020-09-29rocker: Increase the long-press shutdown delay a bit.Solomon Peachy1-1/+1
2020-09-18jz4760: Implement USB DMA RXSolomon Peachy1-22/+135
2020-09-18Headphone / lineout pause/resume #FS13237William Wilgus1-1/+3
2020-09-17jz4760: Heavily rework USB driver to add working DMA supportSolomon Peachy2-139/+245
2020-09-17Xduoo X3 add headphone and lineout status to IO Ports debug menuWilliam Wilgus1-13/+30
2020-09-13Xduoo X3 no ADC after ROLOWilliam Wilgus1-0/+6
2020-09-13Xduoo X3 Add tree scrolling FS#13240, Emulate Multibutton pressesWilliam Wilgus2-19/+50
2020-09-08XduooX3 LCD tweaks #2William Wilgus1-48/+110
2020-09-06XduooX3 Gpio reconfigure button system #2William Wilgus1-79/+45
2020-09-06jz4760: Fix and re-enable the hardware udelay() timerSolomon Peachy1-12/+19
2020-09-06jz4760: Use a #define for the timer id, not a raw numberSolomon Peachy1-15/+17
2020-09-05mips: Convert 'nop' to 'ssnop' -- for future-proofingSolomon Peachy6-77/+77
2020-09-04jz47xx: Audio path tweaks:Solomon Peachy4-0/+6
2020-09-03Xduoo Gpio fix bugWilliam Wilgus1-0/+3
2020-09-03mips: Heavily rework DMA & caching codeSolomon Peachy15-127/+186
2020-09-03XduooX3 Gpio reconfigure button systemWilliam Wilgus1-14/+69
2020-09-02jz4760: Dial down PIXCLK as low as possibleSolomon Peachy1-0/+3
2020-09-02xduoox3: Disable the LCD and MSC0 clocks as we don't use themSolomon Peachy2-2/+5
2020-09-02XduooX3 Slow down greylib framerateWilliam Wilgus1-1/+4
2020-09-02XduooX3 Debug Menu -- HW_infoWilliam Wilgus1-128/+339
2020-09-02mips: use .set push/pop in asm codeSolomon Peachy1-2/+5
2020-08-31jz4760: use SYSFONT in the hw info debug screen, and restore old fontSolomon Peachy1-1/+2
2020-08-31Xduoo_x3 Boot Fix red from debug menu changesWilliam Wilgus1-1/+1