XuluMenu/bootloader/source
ApacheThunder 73a57faf9e Add open source USB transfer app...
* App used for transferring files over to N-Card over USB added XuluMenu
and boots automatically if USB cart is present. Like original uDisk
holding Select on boot will skip this. Holding B on boot to boot
filebrowser will also skip this.

* libnds32 added as library and properly refernced by arm9 make file.
Should allow anyone with a standard devKitPro setup to compile this
without issue.

* Unpacked SRLs of uDisk updator apps provided as an example of building
custom uDisk updators. Refer to Readme for details on how they were
setup.

* new open source USB app and code for detecting USB cart courtasy of
asiekierka. Original repo for this can be found here:

https://github.com/asiekierka/nrio-usb-disk

The modified fork XuluMenu currently uses:

https://github.com/ApacheThunder/nrio-usb-disk
2024-11-07 23:37:46 -06:00
..
arm7clear.s Initial Release Commit... 2023-11-18 02:22:29 -06:00
arm9clear.arm.c Initial Release Commit... 2023-11-18 02:22:29 -06:00
arm9mpu_reset.s Initial Release Commit... 2023-11-18 02:22:29 -06:00
bios.s Initial Release Commit... 2023-11-18 02:22:29 -06:00
boot.c Add open source USB transfer app... 2024-11-07 23:37:46 -06:00
boot.h Add open source USB transfer app... 2024-11-07 23:37:46 -06:00
card.h Add open source USB transfer app... 2024-11-07 23:37:46 -06:00
disc_io.h Initial Release Commit... 2023-11-18 02:22:29 -06:00
dldi_patcher.c Initial Release Commit... 2023-11-18 02:22:29 -06:00
dldi_patcher.h Initial Release Commit... 2023-11-18 02:22:29 -06:00
fat.c Initial Release Commit... 2023-11-18 02:22:29 -06:00
fat.h Initial Release Commit... 2023-11-18 02:22:29 -06:00
io_dldi.h Initial Release Commit... 2023-11-18 02:22:29 -06:00
io_dldi.s Initial Release Commit... 2023-11-18 02:22:29 -06:00
load_crt0.s Initial Release Commit... 2023-11-18 02:22:29 -06:00
sdmmc.c Initial Release Commit... 2023-11-18 02:22:29 -06:00
sdmmc.h Initial Release Commit... 2023-11-18 02:22:29 -06:00