magiclantern_simplified icon indicating copy to clipboard operation
magiclantern_simplified copied to clipboard

A Git based version of Magic Lantern, for those unwilling or unable to work using Mercurial. The vast majority of branches have been removed, with those thought to be important brought in individuall...

Results 86 magiclantern_simplified issues
Sort by recently updated
recently updated
newest added

We use "naked" on some functions, e.g. backtrace_getstr() (here, presumably to avoid disturbing register contents before doing the backtrace), but, GCC states: "While using extended asm or a mixture of...

Both mlv_lite and mlv_rec perform very similar functions. Functionality should be merged while keeping acceptable performance. If necessary, optional expensive functionality could be behind a toggle in a menu (metadata...

Both mlv_lite and silent modules list lossless.o as a dependency. mlv_lite/Makefile has it like this: `MODULE_OBJS=mlv_lite.o ../mlv_rec/mlv.o ../silent/lossless.o` This means if lossless.o is first built during silent module, and mlv_lite...

Selftest module is quite useful. But it's a lot of tests, tries to run all of them, and for the new cams, we expect it to fail a lot. An...

I think critix might have spotted this. Here's my comment from dual_iso.c: ``` // SJE TODO gain better understanding of why modern digic cams, // apparently including 1300D, fail to...

## How to reproduce Change [this line](https://github.com/reticulatedpines/magiclantern_simplified/blob/dev/modules/readme2modulestrings.py#L115) to this: ``` rst2htmlCommands = ["rst2html5", "rst2html5.py"] ``` To simulate someone who only has rst2html5 on their computer. Now `make zip` in any...

Digic6 is ARMv7-R, which has hw division, most other Arm don't. Gcc is aware and emits idiv and sdiv instructions. On other Arm, there's some external symbols that code calls...

ARMv7 cams have Thumb, but modules are built only as ARMv5 / ARM, for compatibility reasons. We have a custom loader via tcc anyway, so we could perhaps build these...

If you power on cam, and instead of Delete to enter ML, you long-press Q, the Q spinner will display, fill up, and then remain, with the cam in a...

git_summary.py errors like this if someone downloads zip of the repo and tries to build it: `fatal: not a git repository (or any parent up to mount point /mnt)` We...