OVMS3/OVMS.V3/components/duktape/config/config-options/DUK_USE_INTEGER_ME.yaml

15 lines
335 B
YAML

define: DUK_USE_INTEGER_ME
introduced: 1.0.0
removed: 1.4.0
default: false
conflicts:
- DUK_USE_INTEGER_LE
- DUK_USE_INTEGER_BE
tags:
- portability
description: >
Integer memory representation is mixed endian on the target platform.
This option is unused (and unsupported) because no target platform currently
needs this.