rockbox/firmware/asm/arm
Aidan MacDonald 075d1deac3 pcm_mixer: remove some unused preprocessor symbols
Change-Id: I0c9c96f082cd4bb8313ade9a8d8da7fa2ba087e4
2026-05-11 07:19:50 -04:00
..
beep.c Split CPU-optimized beep code into the firmware/asm tree. 2012-02-18 04:50:33 -05:00
corelock.c Fix unified syntax in ARM inline assembly 2023-03-23 18:16:33 +00:00
ffs.S arm: enable unified assembly syntax in more files 2025-04-18 10:26:02 -04:00
lcd-as-memframe.S arm: Use -masm-syntax-unified when compiling with gcc8 or newer 2024-05-08 21:45:42 -04:00
memcpy-armv7m.S arm: add optimized ARMv7-M memcpy implementation 2026-02-01 10:02:55 -05:00
memcpy.S arm: Use -masm-syntax-unified when compiling with gcc8 or newer 2024-05-08 21:45:42 -04:00
memmove.S arm: Use -masm-syntax-unified when compiling with gcc8 or newer 2024-05-08 21:45:42 -04:00
memset.S arm: Use -masm-syntax-unified when compiling with gcc8 or newer 2024-05-08 21:45:42 -04:00
memset16.S arm: Use -masm-syntax-unified when compiling with gcc8 or newer 2024-05-08 21:45:42 -04:00
pcm-mixer-armv4.c pcm_mixer: remove some unused preprocessor symbols 2026-05-11 07:19:50 -04:00
pcm-mixer-armv5.c pcm_mixer: remove some unused preprocessor symbols 2026-05-11 07:19:50 -04:00
pcm-mixer-armv6.c pcm_mixer: remove some unused preprocessor symbols 2026-05-11 07:19:50 -04:00
pcm-mixer.c Move pcm_mixer helper routines to firmware/asm. 2012-01-22 18:46:45 +01:00
thread-classic.c firmware: split ARM classic & Cortex-M thread implementations 2026-01-12 15:37:27 +00:00
thread-classic.h firmware: split ARM classic & Cortex-M thread implementations 2026-01-12 15:37:27 +00:00
thread-micro.c firmware: fix thread_exit handling on ARM Cortex-M 2026-01-12 15:37:29 +00:00
thread-micro.h firmware: split ARM classic & Cortex-M thread implementations 2026-01-12 15:37:27 +00:00