1667 Merged r1666 from trunk:
update setmode.lua to sleep after mode change, appears to be required by recent cams - see http://chdk.setepontos.com/index.php?topic=6397.msg81373#msg81373
1666 update setmode.lua to sleep after mode change, appears to be required by recent cams - see http://chdk.setepontos.com/index.php?topic=6397.msg81373#msg81373
1662 Re-align CHDK and CHDK-DE code base (part 3) - http://chdk.setepontos.com/index.php?topic=7601.0
- white space alignment in core, lib and include directories
- enable CAM_DETECT_SCREEN_ERASE in camera.h and remove from platform_camera.h files
- clean up lib.c and makefiles files to match CHDK-DE
1659 Small change to the finsig_dryos / finsig_vxworks code.
Output filename is now a parameter rather than using STDOUT.
STDOUT is used for info messages (e.g. time taken) and STDERR for error messages.
This prevents the time taken message from appearing in the CHDK-Shell error log.
1657 Update for SetFileAttributes function for cameras with DryOS version R39 and later (tested on G12, SX30, SX40 and IXUS310).
Also includes additional alignment of CHDK-DE and CHDK platform_camera.h files (whitespace changes).
1652 Re-align CHDK and CHDK-DE code base (part 2) - http://chdk.setepontos.com/index.php?topic=7601.0
- align more platform files that differed in white space or line order
- Add SetFileAttributes function