Atmosphere/troposphere
comex 822cbbbc8b daybreak: fix strncpy compiler warning
GCC warned that the output string would not be nul-terminated if the
input string was too long.  Fix this by subtracting 1 from the size
argument, as is done for other `strncpy` calls in the file.  (It would
probably be better to avoid `strncpy` entirely, but this is just a
simple fix.)
2025-08-08 14:16:03 -07:00
..
daybreak daybreak: fix strncpy compiler warning 2025-08-08 14:16:03 -07:00
haze haze: fix duplicate-macro warnings 2025-08-08 14:16:03 -07:00
reboot_to_payload build: remove unnecessary g-dwarf4 flags 2022-02-14 14:58:52 -08:00
Makefile troposphere: add haze MTP server (#2095) 2023-04-17 14:08:05 -07:00