Gwilym Inzani
|
4ed2ea3784
|
Move the linkers scripts to the src directory so agb itself can change its script
|
2023-10-18 12:26:50 +01:00 |
|
Gwilym Inzani
|
eff075f50b
|
Remove the need for a linker script and move multiboot to a feature
|
2023-10-18 12:08:12 +01:00 |
|
Gwilym Inzani
|
5ab0176ddb
|
Entirely remove the need for binutils
|
2023-05-21 16:37:34 +01:00 |
|
Gwilym Kuiper
|
3e8090e153
|
Fix clippy lint for inline format args
|
2022-12-09 20:36:09 +00:00 |
|
Alissa Rao
|
217f42a635
|
Initial work on porting gba save code to agb codebase.
|
2022-09-15 23:20:07 -07:00 |
|
Gwilym Kuiper
|
45e9c860df
|
Fix small issues from latest clippy version
|
2022-09-15 21:04:10 +01:00 |
|
Gwilym Kuiper
|
73cec55e05
|
Move crt0.s and interrupt_handler.s to src
|
2022-08-04 20:08:18 +01:00 |
|
Gwilym Kuiper
|
a9da4a65f9
|
Update agbabi's memcpy
|
2022-07-14 22:43:41 +01:00 |
|
Gwilym Kuiper
|
601360ca67
|
Compile agbabi into agb
|
2022-06-17 00:30:33 +01:00 |
|
Gwilym Kuiper
|
149d2ec76b
|
Delete the archive file each time we run the build
|
2022-06-17 00:30:33 +01:00 |
|
Gwilym Kuiper
|
90b5e39b42
|
Switch to using a single archive
|
2022-06-16 23:32:28 +01:00 |
|
Corwin
|
05adfabca8
|
get it working
|
2022-06-16 23:22:27 +01:00 |
|
Corwin
|
0be9da755c
|
split out assembly
|
2022-06-16 22:58:22 +01:00 |
|
Gwilym Kuiper
|
c3bfe83f6b
|
Collect warnings to print them
|
2022-04-26 22:15:32 +01:00 |
|
Corwin Kuiper
|
df98f58c0e
|
fix clippy lints
|
2021-10-04 20:56:28 +01:00 |
|
Gwilym Kuiper
|
5d255fddea
|
Add asm_include.s to the rerun-if-changed in build.rs
|
2021-08-15 23:27:39 +01:00 |
|
Corwin Kuiper
|
7b05da4783
|
change name of interrupt handler
it is no longer simple
|
2021-08-07 14:12:00 +01:00 |
|
Gwilym Kuiper
|
de360f5dbc
|
Merge pull request #95 from gwilymk/attempt-speedup-mixer-in-asm
Speed up the mixer by writing the core loops in ASM
|
2021-08-01 21:35:07 +01:00 |
|
Gwilym Kuiper
|
f5d771d349
|
Use asm for the tight loops in the sound mixer
|
2021-07-31 21:47:05 +01:00 |
|
Gwilym Kuiper
|
8713f514be
|
Switch to a proc macro for generating the image data
|
2021-07-21 22:07:29 +01:00 |
|
Corwin
|
97cbc8c9a6
|
Merge pull request #90 from gwilymk/multiboot-support
Multiboot support
|
2021-07-19 17:53:01 +01:00 |
|
Corwin Kuiper
|
c722c99f9e
|
set cpu targets for asm and rust
|
2021-07-13 19:17:08 +01:00 |
|
Gwilym Kuiper
|
d2cad77eb9
|
Add multiboot support
|
2021-06-26 22:25:27 +01:00 |
|
Gwilym Kuiper
|
ceb1b97df8
|
Use image-converter 0.2.0
|
2021-06-05 18:13:03 +01:00 |
|
Corwin Kuiper
|
734a337d07
|
assemble with debug information
|
2021-05-20 07:18:33 +01:00 |
|
Gwilym Kuiper
|
62e0c346c5
|
End-to-end logo working
|
2021-04-20 22:52:23 +01:00 |
|
Gwilym Kuiper
|
8fd4186f0f
|
Move everything to the agb directory
|
2021-04-19 22:47:43 +01:00 |
|