reticulatedpines
reticulatedpines
Just a guess, but I'm assuming we have a significant number of functions in C files that aren't marked static, when they could be. Doing so would allow the compiler...
CONFIG_MEM_2GB cams don't have enough virtual address space to use the old cache/uncache scheme. Is the workaround in fio-ml.c appropriate? Is it performant? Is there a better way of mapping...
No current devs really understand the build system. I'm not a make expert, but it seems overly complicated to me for the small number of use cases in active use....
See get_photo_cmos_iso_start_550d in dual_iso.c. Other cams also exhibit this problem due to dual_iso hard-coding a heap address that is not in fact fixed. 650d and 700d have had a few...
We use uart_printf() quite a bit in early code debugging where DryosDebugMsg() doesn't work. But, it's annoying because it's a stub some cams don't have (not needed for real builds)...
This is a single digic cam, not dual. Ensure code is correct after it was mistakenly listed as dual.
In crop_rec_4k branch, state-object.c, we have this new guard, should it also apply to D678? #if !defined(CONFIG_DIGIC_V) digic_iso_step() This is because digic_iso_step() has moved for CONFIG_DIGIC_V, but still we want...
crop_rec_4k_mlv_snd turns out to be another important branch that we want code from. In the normal pattern for ML development, this branch contains several different features, most unrelated to the...
crop_rec_4k_mlv_snd turns out to be another important branch that we want code from. In the normal pattern for ML development, this branch contains several different features, most unrelated to the...
Current code assumes stubs / consts can provide a fixed location for Ximr structs. This is true on some cams, but not others. E.g. 200D uses fixed address, R uses...