Age | Commit message (Expand) | Author | Files | Lines |
2023-01-13 | buflib: Refactor various debugging features | Aidan MacDonald | 1 | -1/+1 |
2022-09-30 | Define LCD_STRIDEFORMAT unconditionally | Aidan MacDonald | 1 | -3/+3 |
2022-05-03 | add const to const * strings | William Wilgus | 3 | -4/+4 |
2022-03-31 | hosted: call 'sync' before poweroff | Aidan MacDonald | 1 | -0/+1 |
2022-03-11 | multiboot: Remove bad multiboot code from hosted RoLo | Aidan MacDonald | 1 | -16/+0 |
2022-03-03 | Fix Red SDL, Android mounting root directory, and all the yellow too | William Wilgus | 2 | -30/+0 |
2022-03-03 | Fix Red SDL, Android mounting root directory | William Wilgus | 2 | -0/+30 |
2021-12-10 | m3k simulator: remove white border | Christian Soffke | 1 | -3/+3 |
2021-12-10 | m3k simulator: add screen bezel | Christian Soffke | 1 | -4/+4 |
2021-12-05 | Remove a couple of #ifdefs | Aidan MacDonald | 2 | -0/+0 |
2021-11-18 | WIP: Samsung YPR0/1: switch to generic SI47xx polling | Wolfram Sang | 1 | -59/+0 |
2021-11-03 | xduoox3ii: Ignore the remote events when headphones aren't plugged in | Solomon Peachy | 1 | -3/+3 |
2021-09-26 | win32: Add a stub for os_modtime() to make sim builds happy | Solomon Peachy | 1 | -0/+7 |
2021-08-12 | Eros Q Hosted: Apply DC Bias to PCM Data | Dana Conrad | 1 | -2/+7 |
2021-08-06 | Fix wrong printf format in system-hosted.c | Aidan MacDonald | 1 | -1/+1 |
2021-08-06 | Fix hosted glibc backtrace | Aidan MacDonald | 1 | -1/+1 |
2021-08-05 | hosted: Fix rtc_write_datetime() error handling | Solomon Peachy | 1 | -0/+3 |
2021-07-25 | pcm: Remove unused function pcm_play_dma_get_peak_buffer() | Aidan MacDonald | 5 | -40/+0 |
2021-07-18 | add Eros Q native simulator build | Aidan MacDonald | 1 | -1/+1 |
2021-07-13 | New port: Shanling Q1 native | Aidan MacDonald | 1 | -0/+8 |
2021-07-11 | filesystem: implement os_modtime for unix | James Buren | 3 | -0/+14 |
2021-04-26 | Nuke the never-functional iriver ifp-7xx port | Solomon Peachy | 1 | -7/+0 |
2021-04-26 | Nuke all TCC77x targets: iAudio 7, Sansa C100, M200(v1-3), Logik DAX | Solomon Peachy | 1 | -7/+0 |
2021-04-13 | ibasso: Found a reliable way to determine if SD card is present at startup | Solomon Peachy | 1 | -1/+1 |
2021-04-12 | ibasso: Default to assuming the external SD card is inserted | Solomon Peachy | 1 | -1/+6 |
2021-04-12 | ibasso: Implement proper PIVOT_ROOT filesystem access | Solomon Peachy | 3 | -1/+61 |
2021-04-10 | ibasso: Get rid of #include "settings.h" in the button code | Solomon Peachy | 1 | -3/+0 |
2021-04-09 | erosq: When mucking with the clickwheel, ensure we keep the screen awake! | Solomon Peachy | 1 | -4/+29 |
2021-04-08 | erosq: Switch to 32-bit PCM output, and do volume scaling in driver | Solomon Peachy | 1 | -1/+1 |
2021-04-08 | alsa: Fix an #ifdef typo in 54fcb907c1 | Solomon Peachy | 1 | -1/+1 |
2021-04-08 | alsa: instead of per-target tests, use HAVE_ALSA_32BIT | Solomon Peachy | 2 | -26/+30 |
2021-04-05 | fiiom3k_linux: Enable HAVE_TOUCHPAD and add in missing bits | Solomon Peachy | 2 | -0/+16 |
2021-03-28 | Add M3K native to the simulator | Solomon Peachy | 1 | -0/+8 |
2021-03-27 | xduoox3ii: Wrap the remote key detection in USE_REMOTE | Solomon Peachy | 1 | -1/+3 |
2021-03-25 | build: Get rid of suplerflous '-Os' references in linker calls | Solomon Peachy | 7 | -12/+12 |
2021-03-10 | xduoo_x3ii: Improvements in the meymappings! | Solomon Peachy | 3 | -12/+45 |
2021-03-10 | fiiom3klinux: Fix a build warning. | Solomon Peachy | 1 | -0/+3 |
2021-03-10 | hosted: Consolidate the code that polls the battery charging status | Solomon Peachy | 14 | -187/+62 |
2020-12-16 | erosq: Enable HAVE_SCROLLWHEEL for saner scroll wheel handling | Solomon Peachy | 1 | -15/+31 |
2020-11-18 | hosted: Improve buffer underrun handling in the ALSA driver | Solomon Peachy | 3 | -19/+62 |
2020-11-13 | ibasso: Hopefully hack usb into building again. | Solomon Peachy | 1 | -3/+5 |
2020-11-13 | ibasso: Fix red introduced in 60f581e | Solomon Peachy | 1 | -0/+1 |
2020-11-13 | usb: Add ability to prompt user about what to do upon usb insertion | Solomon Peachy | 2 | -22/+0 |
2020-11-12 | pcm: Further cleanup of unused bits of the PCM ACPI: | Solomon Peachy | 5 | -29/+0 |
2020-11-12 | Rocker Add WPS and Tree Hotkey, button codes in debug menu | William Wilgus | 1 | -0/+1 |
2020-11-03 | erosq: Fix scrollwheel regression introduced in 125e97b0 | Solomon Peachy | 1 | -5/+11 |
2020-10-31 | hosted: Consolidate common /dev/input code shared by the hiby targets | Solomon Peachy | 8 | -274/+143 |
2020-10-31 | nwz/alsa: various improvements | Amaury Pouly | 5 | -82/+112 |
2020-10-31 | hosted: fix warning when LOGF is enabled | Solomon Peachy | 1 | -0/+1 |
2020-10-31 | fix red introduced in the android pcm driver (rev fe2d52c) | Solomon Peachy | 1 | -1/+1 |