Skip to content

Commit b0b11a3

Browse files
committed
docs: Add a table for pre-build arm7 cores
1 parent e2dc9ae commit b0b11a3

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

docs/content/technical/usage_notes.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,16 @@ Most projects need some sort of audio and WiFi support on the ARM7, but they
1313
don't need any custom code. BlocksDS provides a few ARM7 cores with different
1414
combinations of libraries:
1515

16-
- DSWiFi + Maxmod (Selected by default in all ARM9-only projects)
17-
- DSWiFi + LibXM7
18-
- Maxmod
19-
- LibXM7
20-
- DSWiFi
21-
- Minimal (Only libnds)
16+
| File | Usage | Notes
17+
| --- | --- | --- |
18+
`arm7_dswifi.elf` | DSWiFi |
19+
`arm7_dswifi_libxm7.elf` | DSWiFi + LibXM7 |
20+
`arm7_dswifi_maxmod.elf` | DSWiFi + Maxmod | Default core for AMR9 projects
21+
`arm7_libxm7.elf` | LibXM7 |
22+
`arm7_maxmod.elf` | Maxmod |
23+
`arm7_minimal.elf` | Only libnds |
24+
25+
Debug versions are also available, just add a `_debug` to the basename, such as `arm7_dswifi_debug.elf` or `arm7_dswifi_libxm7_debug.elf`.
2226

2327
They are all installed to `$BLOCKSDS/sys/arm7/main_core/*.elf`. If you want to
2428
select a different core, edit the path of `ARM7ELF` in your Makefile to select

0 commit comments

Comments
 (0)