Files
tinygo/targets
Ayke van Laethem 9e599bac49 nintendoswitch: support outputting .nro files directly
By modifying the linker script a bit and adding the NRO0 header directly
in the assembly, it's possible to craft an ELF file that can be
converted straight to a binary (using objcopy or similar) that is a NRO
file. This avoids custom code for NRO files or an extra build step.

With another change, .nro files are recognized by TinyGo so that this
will create a ready-to-run NRO file:

    tinygo build -o test.nro -target=nintendoswitch examples/serial
2020-09-12 18:37:58 +02:00
..
2020-06-30 20:48:42 +02:00
2020-06-30 20:48:42 +02:00
2020-01-27 19:01:55 +01:00
2020-06-30 20:48:42 +02:00
2020-09-09 19:17:11 +02:00
2020-07-08 00:21:59 +02:00
2020-08-28 14:54:53 +02:00
2018-10-06 13:04:14 +02:00
2019-11-16 21:57:18 +01:00
2020-08-28 14:54:53 +02:00
2018-10-18 15:07:06 +02:00
2020-07-13 12:35:53 +02:00
2020-02-18 23:34:56 +01:00
2020-02-18 23:34:56 +01:00
2020-02-18 23:34:56 +01:00
2020-02-18 23:34:56 +01:00
2020-01-06 11:53:43 +01:00
2020-03-26 23:03:55 +01:00
2018-09-22 01:51:44 +02:00
2020-07-08 21:58:15 +02:00
2020-07-08 21:58:15 +02:00
2020-06-22 09:01:13 +02:00