Jonathan Zentgraf
Jonathan Zentgraf
The `_msc_scsi_cmd_lookup` and `_msc_scsi_cmd_table` variables are needed when logging is enabled for the MSC device via `CFG_TUD_MSC_LOG_LEVEL`. Update the preprocessor check around them to use that definition when deciding whether...
### Operating System Others ### Board N/A ### Firmware N/A ### What happened ? When building with `CFG_TUSB_DEBUG=1` and `CFG_TUD_MSC_LOG_LEVEL=1`, I would expect that logging is enabled for `msc_device.c`. However,...
**Description** This MR adds a new flag (`--zero-file-timestamps`) to zero timestamps in layer tarballs without making a fully reproducible image. This flag provides a workaround (but not a complete solution)...
`FileSystem.sink` has no ability to create new files atomically (POSIX `O_CREAT | O_EXCL`, Win32 `CREATE_NEW`, Java `StandardOpenOption.CREATE_NEW`). This feels like fairly fundamental functionality for a file I/O library, and is...