Commit graph

  • 3f2ca20245 misc: fix issues with perceptual volume calculations Aidan MacDonald 2026-02-01 17:12:37 +00:00
  • ad9471be3b echoplayer: add shadow framebuffer to avoid tearing Aidan MacDonald 2026-01-24 21:26:00 +00:00
  • 7adb9cd1b4 arm: add optimized ARMv7-M memcpy implementation Aidan MacDonald 2026-01-25 12:54:08 +00:00
  • 01f96e40a7 mpegplayer: remove IRAM save/restore hack Aidan MacDonald 2026-02-01 12:00:54 +00:00
  • 3083277ee4 rbutil: Don't forget to bump the version for MacOS builds Solomon Peachy 2026-02-01 09:14:43 -05:00
  • c458f4663c x1000: Do not use QSPI mode on the XT26G01C flash Solomon Peachy 2026-02-01 07:38:11 -05:00
  • 98b25f146b rockboxdev: glib: drop tests and docs from autreconf Roman Artiukhin 2026-01-31 15:43:14 +02:00
  • 3bfce366ac hiby: r1_patcher: stop script execution on any error Roman Artiukhin 2026-01-29 12:13:26 +02:00
  • ee3e630efa rbutil: Upgrade bundled quazip from 0.9.1 to 1.1 Solomon Peachy 2026-01-30 20:33:12 -05:00
  • e11a449031 rbutil: Pull the internal/external QUAZIP library stuff into the toplevel Solomon Peachy 2026-01-30 15:07:11 -05:00
  • 11263d73af imageviewer: add back semicolon Christian Soffke 2026-01-30 14:12:57 +01:00
  • 2556cfc7b3 usb: fix hang when disconnecting from USB Christian Soffke 2026-01-30 13:48:23 +01:00
  • c23e1ba09a x1000: Drop XT26G01C flash clock speed to 104MHz as per datasheet Solomon Peachy 2026-01-30 06:02:21 -05:00
  • 5563643b38 x1000: Bump NAND_DRV_MAXPAGESIZE to (2048+128) Solomon Peachy 2026-01-30 06:01:06 -05:00
  • c826554067 manual: Minor correction to the list of ErosQ/K hardare revisions Solomon Peachy 2026-01-30 06:06:30 -05:00
  • b8b55128b1 firmware: make config.h IRAM usage defines more readable Aidan MacDonald 2026-01-13 12:34:47 +00:00
  • 1f30d9efe3 FS#13769 - Updated Italian translation (Alessio Lenzi) Solomon Peachy 2026-01-29 17:16:20 -05:00
  • 2a4cb29b27 synopsis-dwmac: Make ep0_buffer (and friends) static. Solomon Peachy 2026-01-28 15:54:28 -05:00
  • 62200ff4d7 FS#13768: Updated Serbian Translation (Ivan Pesic) Solomon Peachy 2026-01-27 19:48:37 -05:00
  • 83420e0a95 voice: Switch default en_GB TTS voice to Piper's 'alba' #2 Solomon Peachy 2026-01-27 17:36:14 -05:00
  • 30ff611529 voice: Switch default en_GB TTS voice to Piper's 'alba'. Solomon Peachy 2026-01-27 17:15:03 -05:00
  • b349eea2c9 usb: fix yellow in eb69211791 Solomon Peachy 2026-01-27 15:19:55 -05:00
  • eb69211791 usb: introduce USB_NOTIFY_CLASS_DRIVER mojyack 2025-12-19 15:22:25 +09:00
  • fce8248267 usb: Hopefully resolve the red in 41f9285def Solomon Peachy 2026-01-27 13:05:33 -05:00
  • a5b589cf5b vx747: Target needs HAVE_BOOTLOADER_USB_MODE Solomon Peachy 2026-01-27 12:21:06 -05:00
  • 41f9285def usb: Clean up the pile of USB_FULL_INIT exceptions Solomon Peachy 2026-01-27 07:50:53 -05:00
  • 7b77752aff echoplayer: reduce USB storage buffer size for bootloader Aidan MacDonald 2026-01-25 19:29:51 +00:00
  • d15bb5f848 stm32h7: move LCD framebuffer to AXI SRAM Aidan MacDonald 2026-01-22 14:20:36 +00:00
  • 77f30202d0 tools: detect Git revision correctly in non-default worktrees Aidan MacDonald 2026-01-27 13:23:21 +00:00
  • 2b09078b92 stm32h7: set 8-byte alignment on main and irq stack Aidan MacDonald 2026-01-25 22:26:53 +00:00
  • e1d10c938a config: Targets must opt-in to bootloader USB storage support Solomon Peachy 2026-01-27 07:21:37 -05:00
  • 33678c6c3c s3c2440: Fix some compilation failures in the mini2440 bootloader Solomon Peachy 2026-01-27 07:10:44 -05:00
  • b562c9d58f Fix red introduced in 33d0a3ef Solomon Peachy 2026-01-26 22:51:06 -05:00
  • 89cf5b57e6 Fix yellow from 1951c17e0b on targets with USB_NONE Solomon Peachy 2026-01-26 20:34:49 -05:00
  • 33d0a3efa3 usb: enter to exclusive disk mode only when required by usb config mojyack 2026-01-16 17:08:12 +09:00
  • 1951c17e0b pass event data to usb_acknowledge mojyack 2026-01-15 16:46:03 +09:00
  • d5506dfa22 echoplayer: implement boot from debugger Aidan MacDonald 2026-01-22 15:06:38 +00:00
  • 603c5bb2be echoplayer: load Rockbox from SD card in bootloader Aidan MacDonald 2026-01-22 15:04:38 +00:00
  • 7868e45edb elf_loader: add elf_loadmem() to load file from memory Aidan MacDonald 2026-01-10 22:05:21 +00:00
  • 843322f898 elf_loader: add generic callback-based loader Aidan MacDonald 2026-01-10 22:00:59 +00:00
  • a610998ea4 firmware: add simple ELF loader for static binaries Aidan MacDonald 2026-01-04 00:00:05 +00:00
  • 21ba79d431 echoplayer: disable parts of system_init() for application Aidan MacDonald 2026-01-22 14:59:12 +00:00
  • f642d19c20 echoplayer: initial Echo R1 keymap Aidan MacDonald 2026-01-12 10:44:01 +00:00
  • ecb8014a06 FS#13766: Updated Vietnamese Translation (Chu Khanh Hanh) Solomon Peachy 2026-01-25 08:59:10 -05:00
  • 98990df08f stm32h7: update linker scripts for ELF boot Aidan MacDonald 2026-01-22 13:42:05 +00:00
  • 174b33cc07 stm32h7: rename startup code .init.text section to .init Aidan MacDonald 2026-01-22 13:39:40 +00:00
  • bd73e0dd42 stm32h7: do bss/data setup in crt0 for bootloader only Aidan MacDonald 2026-01-22 13:36:40 +00:00
  • e3bf9210ab echoplayer: disable boot data Aidan MacDonald 2026-01-22 13:31:31 +00:00
  • 0f5c42122c echoplayer: implement bootloader power on/off logic Aidan MacDonald 2026-01-13 14:12:41 +00:00
  • 58ace97a4e hiby: r1_patcher: embed hiby_player.sh Roman Artiukhin 2026-01-21 21:15:44 +02:00
  • db8494d4e0 hiby: r1_patcher: quote path variables Roman Artiukhin 2026-01-21 19:57:01 +02:00
  • b056191e89 Translation updates: Solomon Peachy 2026-01-24 17:41:01 -05:00
  • 721bfac475 echoplayer: don't wake LCD automatically in bootloader Aidan MacDonald 2026-01-18 19:43:18 +00:00
  • 1afa2ca50d echoplayer: implement LCD enable and shutdown Aidan MacDonald 2026-01-18 15:30:03 +00:00
  • 025d641d1f echoplayer: detect boot reason during system_init Aidan MacDonald 2026-01-16 23:54:45 +00:00
  • 86c975ee88 echoplayer: set cpu_power_on pin high as early as possible Aidan MacDonald 2026-01-16 23:32:42 +00:00
  • 319fdcc506 echoplayer: implement reboot using RTC_OUT pin Aidan MacDonald 2026-01-15 00:07:50 +00:00
  • 6035b1fc1b [lua][BUGFIX] splash_scroller FS#13753, 13754 unicode + default font/fg/bg William Wilgus 2026-01-24 09:13:24 -05:00
  • 4e4d5ac25b Fix yellow in echoplayer bootloader Solomon Peachy 2026-01-24 09:13:49 -05:00
  • 65b97917ca echoplayer: replace stm32 clock init with target specific init Aidan MacDonald 2026-01-16 15:31:18 +00:00
  • eea0c128f4 echoplayer: move system_init() out of generic stm32 code Aidan MacDonald 2026-01-16 14:35:57 +00:00
  • 386be9dfcc stm32h7: refactor and simplify clock helper functions Aidan MacDonald 2026-01-16 14:17:02 +00:00
  • 9471cec2ab stm32h7: make cache initialization function public Aidan MacDonald 2026-01-15 01:27:57 +00:00
  • 62332841cf stm32h7: refactor systick code Aidan MacDonald 2026-01-15 01:26:45 +00:00
  • b76cb3bf62 xduoox3: A couple of minor cleanups in the bootloader Solomon Peachy 2026-01-24 07:55:56 -05:00
  • 7f0bc4bd95 bootloader: Share definition of show_logo via common.h Solomon Peachy 2026-01-24 07:54:24 -05:00
  • 5af0a50031 arm: pp: usb-fw-pp502x: remove hack in usb_attach() mojyack 2026-01-21 00:16:35 +09:00
  • 2b6029ae8d rliimg add flip image example (#FS13745) Try #2 William Wilgus 2026-01-24 01:43:58 -05:00
  • b3683c84d8 [FIX Yellow] kbd_helper.c unsigned / signed William Wilgus 2026-01-23 23:00:12 -05:00
  • a0bd28a408 rliimg add flip image example (#FS13745) William Wilgus 2026-01-23 22:43:08 -05:00
  • 1194a968bd [BUGFIX] pluginlib kbd_helper.c buffer ovfl William Wilgus 2026-01-23 21:52:42 -05:00
  • 163c3723bc announce_status re-fix splashf voice prompts, add missing lang entry William Wilgus 2026-01-23 21:00:56 -05:00
  • d7a2aa7208 arm: add more Cortex-M SCB registers Aidan MacDonald 2026-01-14 22:24:24 +00:00
  • 72dd8bc4d0 sdmmc_host: implement sd_enable() Aidan MacDonald 2026-01-13 16:06:34 +00:00
  • 80fec463df stm32h7: panic on sdmmc FIFO or DMA errors Aidan MacDonald 2026-01-21 13:51:55 +00:00
  • a74ee4c04f sdm32h7: enable sdmmc hardware flow control Aidan MacDonald 2026-01-21 13:54:30 +00:00
  • 5442622d88 arm: fix Cortex-M IRQ masking Aidan MacDonald 2026-01-20 22:24:40 +00:00
  • 0474dca7c3 x1000: add XT26G01CWSIGA flash chip Aidan MacDonald 2026-01-23 16:16:31 +00:00
  • 17faa6abc7 stm32h743: fix 'make zip' error caused by config header Aidan MacDonald 2026-01-19 21:51:54 +00:00
  • c80723b539 announce_status plugin command line arguments + force_enque_next William Wilgus 2026-01-23 11:02:36 -05:00
  • 3c6b9bb458 FS#13748 - The imageviewer plugin decodes the file infinitely when opening a empty JPEG file. William Wilgus 2026-01-22 23:59:00 -05:00
  • 1c3e9c181e [Fix Red] openplugins -- import and export thru settings save / restore settings William Wilgus 2026-01-22 11:19:44 -05:00
  • 045d148697 openplugins -- import and export thru settings save / restore settings William Wilgus 2026-01-22 03:24:16 -05:00
  • 2f6fc2c2b8 .claudeignore Aaron Mamparo 2026-01-21 19:32:37 -06:00
  • 9e42d35157 Revert "programmatic rockbox install" Aaron Mamparo 2026-01-21 19:05:38 -06:00
  • e75ffe5f72 lua add rb_poly.lua vector drawing and memoization demo William Wilgus 2026-01-17 10:48:06 -05:00
  • 530cad0c7a FS#13718 - The image_save library (rocklua) can't correctly save an image with an odd resolution. William Wilgus 2026-01-20 22:49:24 -05:00
  • 86f35f1b53 hiby: r1_patcher: use generic bootloader name Roman Artiukhin 2026-01-20 14:45:18 +02:00
  • da5d6f8bf3 hiby: r1_patcher: add hotplug support Roman Artiukhin 2026-01-19 18:57:42 +02:00
  • b25f59a98a hiby: r1_patcher: fix possible boot hang and flash failures Roman Artiukhin 2026-01-19 18:49:31 +02:00
  • 7bc856046b hiby: backlight: use framebuffer blanking instead of PWM on hosted targets Roman Artiukhin 2026-01-18 12:08:33 +02:00
  • 476d23ac3a Fix red in 7e31f2a6d5 Solomon Peachy 2026-01-19 13:46:22 -05:00
  • 7e31f2a6d5 imx233: move SoC-specific config symbols to separate header Aidan MacDonald 2026-01-19 13:11:14 +00:00
  • ef31aae6f4 Remove wrong define for HiBy R3 Pro II BATTERY_DEV_NAME resulting in the device shutting down almost instantly. Marc Aarts 2026-01-19 16:58:02 +01:00
  • e13619b888 usb_audio: Fix compile failure with a (debug && !logf) build Solomon Peachy 2026-01-19 09:24:41 -05:00
  • 8d15aff38a devinput: Fix regression on Hiby R1 Solomon Peachy 2026-01-18 07:44:48 -05:00
  • b9ce049876 debug: show touchscreen info in the hw debug screen on hibylinux targets Solomon Peachy 2026-01-17 21:23:19 -05:00
  • a9e4c80878 hibylinux: Button code should be displayed in hex. Solomon Peachy 2026-01-17 20:10:51 -05:00
  • 3a4da9381e surfansf28: Correct touchscreen operation Solomon Peachy 2026-01-17 19:58:21 -05:00
  • f0d99391de plugins: random folder advance: misc improvements Christian Soffke 2026-01-01 19:26:06 +01:00