Kevin O'Rourke

Results 4 issues of Kevin O'Rourke

If you compile lfs.c with LFS_NO_MALLOC defined you get an unused function warning for `lfs_file_rawopen`. If you're compiling with `-Werror` that becomes an error: ``` third_party/littlefs/lfs.c:3001:12: error: 'lfs_file_rawopen' defined but...

next patch
lint

This commit adds a command-line argument `--store-path` to the install command and the `InstallBundle()` D-Bus method. The argument overrides the casync store path that is configured (or the default based...

enhancement
casync

For our current project we're looking at using RAUC with casync. Since we might have to use bundle and chunk store URLs with a query I had a look at...

enhancement
question

I'm thinking about adding support for setting the PriorityLevel and PriorityLevelLock in GW_COMMAND_SEND_REQ frames. I'd like to be able to have Home Assistant act as a fake rain sensor for...