hekate/nyx/nyx_gui
CTCaer abcb1dec46 boot cfg: Allow Launching UMS from boot.
By using `BOOT_CFG_AUTOBOOT_EN` in `boot_cfg` and `EXTRA_CFG_NYX_UMS` in `extra_cfg` you can launch UMS from boot.

The `ums` variable must be populated with one of the following:

```
NYX_UMS_SD_CARD      0
NYX_UMS_EMMC_BOOT0   1
NYX_UMS_EMMC_BOOT1   2
NYX_UMS_EMMC_GPP     3
NYX_UMS_EMUMMC_BOOT0 4
NYX_UMS_EMUMMC_BOOT1 5
NYX_UMS_EMUMMC_GPP   6
```
2020-04-30 14:44:27 +03:00
..
config nyx: Add theme colors for highlight text 2020-04-30 04:04:24 +03:00
frontend boot cfg: Allow Launching UMS from boot. 2020-04-30 14:44:27 +03:00
gfx gfx: Switch Nyx gfx prints to landscape 2020-04-30 14:01:10 +03:00
hos hos: Add EKS 2020-04-30 03:43:29 +03:00
ianos sd fs: Move sd init/mount/helpers to their own object 2020-04-29 23:20:18 +03:00
input input: Add Joy-Con UART driver 2020-04-30 13:02:14 +03:00
libs nyx: Update hekate theme 2020-04-30 03:57:10 +03:00
mem sdram: Allow killing ram clock source if desired 2020-04-30 03:39:18 +03:00
power regulators: Enable 5V to missing GPIO AO IO rails 2020-04-30 03:46:21 +03:00
rtc rtc: Fix hour parsing 2020-04-30 03:53:29 +03:00
sec se: Add prng128 generator and get aes keys 2020-04-30 03:29:05 +03:00
soc Update Clocks and Fuses for USB 2020-04-30 14:25:58 +03:00
storage emmc: Use gpt struct and only add valid entries 2020-04-30 01:29:58 +03:00
thermal Bugfixes 2020-03-21 22:28:50 +02:00
usb usbd: Add device descriptors 2020-04-30 14:15:50 +03:00
utils boot cfg: Allow Launching UMS from boot. 2020-04-30 14:44:27 +03:00
exception_handlers.S Various fixes and whitespace removal 2020-04-30 03:25:22 +03:00
link.ld Add simple exception handling 2020-04-27 09:56:19 +03:00
nyx.c nyx: Utilize Log Window 2020-04-30 14:07:26 +03:00
start.S memory map: Repartition RAM based on new needs 2020-04-30 14:03:57 +03:00