rockbox/firmware/kernel
Vencislav Atanasov a77c5d2219 3ds: Various fixes, mostly for compiler warnings
- Move all devkitpro includes before the Rockbox ones so that the macros which are both conflicting and unused can be undef'd
- Remove unused result variables
- Exclude an unused function from being compiled for this target
- Fix hex number formatting
- Fix the return value of dummy functions
- Fix macro redefinition in the plugins keypad config
- Remove duplicate button mapping
- Turn off -Wchar-subscripts as it's already handled in Rockbox's ctype.h

Change-Id: I3f5a3d492c585f233277a380feaea5fe877a044f
2026-03-13 10:24:36 -04:00
..
include Rockbox for the HiBy R3 Pro II/R1 2025-12-27 15:44:54 -05:00
corelock.c
kernel-internal.h
mrsw_lock.c Add CPU mode asserts to kernel on blocking functions. 2017-01-21 14:25:52 -05:00
mutex.c 3ds: 3ds port sources. First set of two 2025-10-23 20:09:09 -04:00
queue.c kernel: Add queue_full() API call 2024-10-06 11:17:54 -04:00
semaphore.c Add CPU mode asserts to kernel on blocking functions. 2017-01-21 14:25:52 -05:00
thread-common.c 3ds: Various fixes, mostly for compiler warnings 2026-03-13 10:24:36 -04:00
thread-internal.h 3ds: 3ds port sources. First set of two 2025-10-23 20:09:09 -04:00
thread.c misc: Properly annotate some intentional case fallthroughs 2025-04-22 20:54:37 -04:00
tick.c Convert users of SHAREDDATA_ATTR to SHAREDBSS_ATTR 2026-02-05 07:57:07 -05:00
timeout.c