rockbox/firmware
Aidan MacDonald 80fec463df stm32h7: panic on sdmmc FIFO or DMA errors
FIFO errors shouldn't be possible with hardware flow
control enabled. DMA errors shouldn't occur unless a
bad memory address was passed.

Don't bother checking for ITCM/DTCM in the transfer
setup and instead just wait for the IDMATE error; if
the RM0433 reference manual is to be believed then
SDMMC1 _only_ has access to AXI bus memories, and
checking for all invalid destinations would be very
verbose.

Change-Id: I2b22b56009933e16c5adde4d36b7a906cee57791
2026-01-23 17:47:46 -05:00
..
asm firmware: fix thread_exit handling on ARM Cortex-M 2026-01-12 15:37:29 +00:00
common firmware: fat: fix sector_t passed to 64-bit format strings 2025-12-24 09:30:47 -05:00
drivers firmware: get rid of unused "xxx_sleep()" storage driver function 2026-01-13 16:59:39 -05:00
export stm32h743: fix 'make zip' error caused by config header 2026-01-23 16:21:57 +00:00
include
kernel Rockbox for the HiBy R3 Pro II/R1 2025-12-27 15:44:54 -05:00
libc
reggen echoplayer: add USB support 2026-01-12 19:13:23 +00:00
target stm32h7: panic on sdmmc FIFO or DMA errors 2026-01-23 17:47:46 -05:00
usbstack usb_audio: Fix compile failure with a (debug && !logf) build 2026-01-19 09:24:41 -05:00
arabjoin.c
arabjoin.h
ata_idle_notify.c
backlight-sw-fading.c backlight-sw-fading: FS#13717 fix brightness overshoot 2025-12-19 08:20:07 +01:00
backlight.c
bidi.c
buflib_malloc.c
buflib_mempool.c
chunk_alloc.c
COPYING
core_alloc.c
debug.c
eeprom_settings.c
enc_base.c
events.c
firmware.make make: remove asm.make and use asm/SOURCES directly 2026-01-08 16:41:57 +00:00
font.c font: logf: fix pointer in buflibmove_callback 2026-01-10 07:11:51 +01:00
font_cache.c
general.c
hangul.c
lc-rock.c firmware: introduce CONFIG_BINFMT 2026-01-05 13:14:30 -05:00
linuxboot.c
logf.c
lru.c
panic.c
pcm.c
pcm_mixer.c
pcm_sampr.c
pcm_sw_volume.c
powermgmt.c
profile.c
README
rolo.c
rom.lds
screendump.c
scroll_engine.c
sdmmc.c
sound.c
SOURCES debug: show touchscreen info in the hw debug screen on hibylinux targets 2026-01-17 22:48:29 -05:00
storage.c firmware: add sdmmc_host storage driver 2026-01-04 09:07:06 -05:00
system.c
timer.c
tuner.c
usb.c Fix red in 75edff7880 due to various bootloaders 2026-01-14 16:56:51 -05:00

See docs/README