Commit graph

51 commits

Author SHA1 Message Date
Corwin 0271da6d43
add a no game 2023-05-06 18:50:35 +01:00
Corwin 400abe5b31
Release v0.15.0 2023-04-25 21:51:29 +01:00
Gwilym Inzani 9835f81b5f Maybe make the build faster by using the same settings for all crates 2023-04-25 20:22:44 +01:00
Corwin fc5ce97db4
Release v0.14.0 2023-04-11 21:28:22 +01:00
Gwilym Inzani 0d9cc6c1f7 Replace references to gbafix with agb-gbafix 2023-04-11 20:09:05 +01:00
Gwilym Inzani e07a080aad Reduce codegen units to 1 to ensure build works 2023-04-05 17:06:56 +01:00
Gwilym Inzani 9d621f9b6a Add shstrtab section for lld 2023-04-02 20:39:38 +01:00
Gwilym Inzani 8a3660733d Add rustfmt as a component to rust-toolchain 2023-03-23 22:17:02 +00:00
Gwilym Kuiper 33dafd29c2 Update everything to 2021 2023-02-07 20:32:35 +00:00
Gwilym Kuiper b76e7b9bf0 Release v0.13.0 2023-01-19 20:21:09 +00:00
Corwin 70f22b9255 Release v0.12.2 2022-10-22 12:59:20 +01:00
Corwin 78f9fd2026 Release v0.12.1 2022-10-12 19:00:12 +01:00
Gwilym Kuiper fc45af262b Release v0.12.0 2022-10-11 23:34:13 +01:00
Gwilym Kuiper 68fb9c7e02 Remove reference to the testing feature 2022-09-15 22:39:44 +01:00
Corwin 2e97fb2b24 Release v0.11.1 2022-08-02 23:52:43 +01:00
Corwin 43b256a9f3 Release v0.11.0 2022-08-02 23:45:44 +01:00
Corwin 8a9ce6fd8b modify all other configs to be able to compile with arm 2022-08-01 17:36:41 +01:00
Corwin a7e038aa18 Release v0.10.0 2022-07-31 17:08:48 +01:00
Corwin cc17d4e78d
Merge pull request #262 from corwinkuiper/allocator-trait
implement allocator api so we can allocate to (ew/iw)ram
2022-07-30 23:12:30 +01:00
Corwin 5725ea6613 better defaults for dev mode and release mode 2022-07-30 20:35:26 +01:00
Corwin cd000ca767 use the end of all assigned iwram data 2022-07-30 17:21:46 +01:00
Gwilym Kuiper 208104d036 Update the template to have testing available 2022-07-25 22:49:18 +01:00
Gwilym Kuiper 6bd7f2a44b Flesh out the readme a little more 2022-06-19 13:50:34 +01:00
Gwilym Kuiper 64fbf13cc3 Update gba_mb with the new requried references 2022-06-17 00:48:32 +01:00
Gwilym Kuiper fb8bcbfc0d Update all the other linker scripts 2022-06-17 00:43:51 +01:00
Corwin bd3f2f4d59 update all other gba_mb.ld 2022-06-16 23:38:47 +01:00
Gwilym Kuiper 28513335fb Update all the gba.ld files 2022-06-16 23:33:09 +01:00
Gwilym Kuiper f6ae4f731b Release agb v0.9.2 2022-03-28 22:50:36 +01:00
Gwilym Kuiper 394c02f704 Release agb v0.9.1 2022-03-28 22:44:33 +01:00
Gwilym Kuiper a97dcb2d2e Release agb v0.9.0 2022-03-28 22:33:22 +01:00
Gwilym Kuiper f3e3782699 Update the book and the template 2022-01-16 21:46:53 +00:00
GBA bot 60e78768a4 You don't need extern crate agb; any more 2022-01-04 00:16:25 +00:00
GBA bot f178bfc1af Add some comments to the template's main.rs 2022-01-01 23:36:53 +00:00
GBA bot 8d6d24598f Add gitignore for template 2021-11-24 22:42:55 +00:00
Gwilym Kuiper 5266e7a40c Release agb v0.8.0 2021-10-28 22:28:45 +01:00
Gwilym Kuiper 5fd345ff56 Fixup build error in template 2021-10-18 20:31:51 +01:00
Gwilym Kuiper 6f804d884b Release agb v0.7.0 2021-10-04 23:43:18 +01:00
Gwilym Kuiper 9350e837b7 Add alloc to the template's config.toml 2021-08-16 23:41:44 +01:00
Gwilym Kuiper 6526651bb2 Template should use agb::entry rather than no_mangle 2021-08-07 18:27:10 +01:00
Corwin Kuiper 2e670c5d4e template consistency 2021-08-07 14:14:06 +01:00
Gwilym Kuiper c265a95996 Release agb v0.6.0 2021-08-01 21:50:18 +01:00
Corwin 97cbc8c9a6
Merge pull request #90 from gwilymk/multiboot-support
Multiboot support
2021-07-19 17:53:01 +01:00
Corwin Kuiper e32a086122 Release agb v0.5.0 2021-07-03 15:51:13 +01:00
Gwilym Kuiper ccb0e69ff3 Copy multiboot linker script to the template too 2021-06-26 22:27:46 +01:00
Corwin Kuiper 5a00e735e9 Release agb v0.4.1 2021-06-21 00:00:27 +01:00
Corwin Kuiper d48eab29a8 Release agb v0.4.0 2021-06-20 23:55:41 +01:00
Gwilym Kuiper c6d6f8bd2c Delete template/Cargo.lock 2021-06-20 23:53:42 +01:00
Corwin Kuiper 98a7731dd5 make files the same 2021-06-20 23:12:50 +01:00
Corwin Kuiper bbc3c0d657 changed gba.ld to a file and not a symlink 2021-06-20 23:08:04 +01:00
Corwin Kuiper 55d983c94a lock file decided to update? 2021-05-23 06:34:30 +01:00