Commit Graph

8 Commits

Author SHA1 Message Date
Léo Lam c42f6cd657
Fix submodule names 2021-08-17 11:29:43 +02:00
MonsterDruide1 18152c5909 tools: Migrate to external repo 2021-08-10 22:11:03 +02:00
Léo Lam 3fc83fd051
Streamline project setup by automating NSO conversion (if needed) 2021-07-23 12:40:49 +02:00
Léo Lam 8cf3dd776b
build: Clean up build toolchain (and use musl for libc)
Using musl is required to match several functions that use <math.h>
floating point functions like isnan.

This also removes a dependency on devkitA64. We previously only needed
it because Clang insisted on using GCC to link the final executable
owing to the use of a "bare metal" target like aarch64-none-elf.
We can make Clang invoke the linker itself by using a Linux target.
2021-07-21 22:26:11 +02:00
Léo Lam 60b2362ddc
Add EventFlow submodule 2020-12-21 19:38:57 +01:00
Léo Lam 26183142b1
Update instructions, fix diff settings and add asm-differ
...to simplify setup a bit
2020-08-21 12:16:06 +02:00
Léo Lam a4fbf3aef3
Use HTTPS for submodule URLs to not require SSH auth 2020-08-19 11:18:30 +02:00
Léo Lam 2de366be0f
Initial commit 2020-08-18 22:50:25 +02:00