meshbion.blogg.se

Levelfix 305hv
Levelfix 305hv





levelfix 305hv levelfix 305hv
  1. #LEVELFIX 305HV INSTALL#
  2. #LEVELFIX 305HV CODE#
  3. #LEVELFIX 305HV ZIP#
  4. #LEVELFIX 305HV MAC#

Makefile: speed optimizations\u000a- helper to evaluate only once, only if used\u000a- modules hgstamp: only evaluate if used\u000a- CF_CARD, VERSION: only evaluate once if used\u000a- PWD is special? renamed to avoid unneeded shell calls\u000aProfiling tips:\u000a- perf record make perf report -sort comm\u000a- make SHELL="sh -x"\u000a- make clean SHELL="sh -x" |& grep "^+" | sort | uniq -c Modules: better error handling for missing rst2html\u000a Makefile: minor refactors for WIFI_SD (coding style)\u000aalso fixed a typo Makefile: monitor wifi connection when using WIFI_SD=y\u000a(experimental, helps troubleshooting connectivity issues)

#LEVELFIX 305HV INSTALL#

Makefile: serialize "make install", fix some related dependencies\u000aparallel copying could lock up WIFI_SD cards\u000ato reproduce: "WIFI_SD=y make install ML_MODULES=" from platform/CAM directory Makefile: fix README.rst generation with POSIX shells\u000ato reproduce: cd modules/filepref make clean rm -f README.rst make SHELL=dash

#LEVELFIX 305HV MAC#

NOTPARALLEL in top-level Makefiles, rather than double-colon rules\u000aML platforms/modules are built sequentially, but within each platform/module, parallel build is used\u000ato be tested on Mac with -j8\u000a(on Make 3.81, double-colon are executed in parallel, while in 4.2.1 they are sequential)

levelfix 305hv

Makefile: fix 7D FIR path\u000a(just for consistency) Makefile: fix building xor_chk from its own directory

#LEVELFIX 305HV CODE#

Makefile: FIR building updates\u000a- always install ML-SETUP.FIR (zip, install, install_qemu)\u000a- build_fir for regular ML (not installer) now gives AUTOEXEC.FIR\u000a- to recompile ML-SETUP.FIR: "make ML-SETUP.FIR -B" from platform directory\u000a- "make zip" will also compile the installer from source, without replacing the precompiled ML-SETUP.FIR\u000a (just to make sure the source code changes do not interfere with building the installer) Makefile: moved 7D-specific tweaks (FIR etc) into main target (7D.203)\u000afor consistency with other platforms, including 7D2\u000ato build the regular FIR: make build_fir\u000ato build the installer FIR: make ML-SETUP.FIR -B Makefile: only attempt to build/install/check ML-SETUP.FIR if there is a valid installer directory\u000a(some platforms may not have have one - 7D_MASTER, new ports)Ĭard LED: always use CARD_LED_ADDRESS, LEDON and LEDOFF\u000a(backed out 5bfab05 to fix installer on 7D - 0x800c00 not mandatory?) Makefile: fix building Lua with gcc 4.7.3 Merged in makefile-updates (pull request #873)\u000a\u000aMakefile updates to use any valid ARM toolchain Makefile: drop unused SUPPORTED_MODELS / SUPPORTED_UNIFIED_MODELS Makefile: prevent install_check from running in parallel with building regular ML\u000a(conflicts while compiling from the same sources - ) Makefile: always clean after running install_check\u000a

#LEVELFIX 305HV ZIP#

Makefile: zip and install_qemu targets for modules Makefile: allow changing QEMU installation directory from er and/or the environment\u000a(QEMU_DIR) Makefile: fix cleaning up after "make zip" removed warning Makefile: also updated QEMU_INSTALLED_DBI_DIR to use QEMU_PATH Makefile: moved default QEMU directory to qemu-eos Makefile: updated rules for "make install_qemu" (for reference, should anyone ever want to use them on older changesets)\u000aBefore using them, qemu has to be installed first in qemu-eos (from the qemu branch)\u000aQEMU installation directory can be changed from the QEMU_DIR environment variable, or from erĬhanged the DoF equations to better handle integer math and used a different source for the equations.įocus.c edited online with Bitbucket (updated)įocus.c edited online with Bitbucket by Garry Merged in makefile-updates (pull request #898)\u000a\u000aMakefile updates part 2 (minor fixes, updated make install_qemu)įocus.c: fix possible overflow when computing hyperfocal (corner case)\u000aexamples (focal_len, focus_dist):\u000a73 4689\u000a90 7123\u000a91 7282\u000a98 8444\u000a.įocus.c: fix typo pointed out by garry23\u000a Merged in garry23/dof-fix-for-focus.c/garry23/focusc-edited-online-with-bitbucket-by-g-1495645868417 (pull request #831)\u000a\u000aChanged the DoF equations to better handle integer math and used a different source for the equations.ĭummy merge (reference changeset for make install_qemu) Discovered while running lua API tests.\u000a Merged in daniel_fort/magic-lantern/unified_650D.104_stub_fix (pull request #923)\u000a\u000aFix 650D PlayMovieGuideApp_handlerįixed stub. Merged in es_as/magic-lantern (pull request #891)\u000a\u000a650D: sf_dump stubs Merged in nikfreak/magic-lantern/unified_sf_dump_70D (pull request #853)\u000a\u000asf_dump.mo: support for 70D







Levelfix 305hv