diff --git a/HISTORY.md b/HISTORY.md index b43d876..19907d0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -41,3 +41,4 @@ | 2.26 | Retry responsive menu fix failed in v2.24. Cosmetic internal class changes. | | 2.27 | Trivial bug fix for the glance view to prevent the "Unconfigured" result being erroneously displayed because the settings were not yet pulled from persistent storage. | | 2.28 | Added support for Vivoactive 6 device which also required an SDK update to 8.1.0. | +| 2.29 | Added support for three new devices, Forerunners 570 42mm & 47mm and 970. | diff --git a/compile_sim.cmd b/compile_sim.cmd index bf3e89c..9c9cfc1 100644 --- a/compile_sim.cmd +++ b/compile_sim.cmd @@ -33,44 +33,49 @@ set DEVICE=venu2 set JUNGLE=monkey.jungle rem C:\>java -jar %SDK_PATH%\monkeybrains.jar -h -rem usage: monkeyc [-a ] [-b ] [--build-stats ] [-c ] [-d ] -rem [--debug-log-level ] [--debug-log-output ] [-e] +rem usage: monkeyc [-a ] [-b ] [--build-stats ] [-d ] +rem [--debug-log-level ] [--debug-log-output ] +rem [--disable-api-has-check-removal] [--disable-v2-opcodes] [-e] rem [--Eno-invalid-symbol] [-f ] [-g] [-h] [-i ] [-k] [-l ] -rem [-m ] [--no-gen-styles] [-o ] [-O ] [-p ] [-r] [-s -rem ] [-t] [-u ] [-v] [-w] [-x ] [-y ] [-z ] -rem -a,--apidb API import file -rem -b,--apimir API MIR file -rem --build-stats Print build stats [0=basic] -rem -c,--api-level API Level to target -rem -d,--device Target device -rem --debug-log-level Debug logging verbosity [0=errors, 1=basic, -rem 2=intermediate, 3=verbose] -rem --debug-log-output Output log zip file -rem -e,--package-app Create an application package. -rem --Eno-invalid-symbol Do not error when a symbol is found to be invalid -rem -f,--jungles Jungle files -rem -g,--debug Print debug output -rem -h,--help Prints help information -rem -i,--import-dbg Import api.debug.xml -rem -k,--profile Enable profiling support -rem -l,--typecheck Type check [0=off, 1=gradual, 2=informative, -rem 3=strict] -rem -m,--manifest Manifest file (deprecated) -rem --no-gen-styles Do not generate Rez.Styles module -rem -o,--output Output file to create -rem -O,--optimization Optimization level [0=none, 1=basic, 2=fast -rem optimizations, 3=slow optimizations] [p=optimize -rem performance, z=optimize code space] -rem -p,--project-info projectInfo.xml file to use when compiling -rem -r,--release Strip debug information -rem -s,--sdk-version SDK version to target (deprecated, use -c -rem -t,--unit-test Enables compilation of unit tests -rem -u,--devices devices.xml file to use when compiling (deprecated) -rem -v,--version Prints the compiler version -rem -w,--warn Show compiler warnings -rem -x,--excludes Add annotations to the exclude list (deprecated) -rem -y,--private-key Private key to sign builds with -rem -z,--rez Resource files (deprecated) +rem [-m ] [--no-gen-styles] [-o ] [-O ] [-p ] [-r] [-t] +rem [-u ] [-v] [-w] [-x ] [-y ] [-z ] +rem -a,--apidb API import file +rem -b,--apimir API MIR file +rem --build-stats Print build stats [0=basic] +rem -d,--device Target device +rem --debug-log-level Debug logging verbosity [0=errors, 1=basic, +rem 2=intermediate, 3=verbose] +rem --debug-log-output Output log zip file +rem --disable-api-has-check-removalDo not optimize out API has checks +rem --disable-v2-opcodes Do not use the v2 opcodes +rem -e,--package-app Create an application package. +rem --Eno-invalid-symbol Do not error when a symbol is found to be +rem invalid +rem -f,--jungles Jungle files +rem -g,--debug Print debug output +rem -h,--help Prints help information +rem -i,--import-dbg Import api.debug.xml +rem -k,--profile Enable profiling support +rem -l,--typecheck Type check [0=off, 1=gradual, 2=informative, +rem 3=strict] +rem -m,--manifest Manifest file (deprecated) +rem --no-gen-styles Do not generate Rez.Styles module +rem -o,--output Output file to create +rem -O,--optimization Optimization level [0=none, 1=basic, 2=fast +rem optimizations, 3=slow optimizations] +rem [p=optimize performance, z=optimize code +rem space] +rem -p,--project-info projectInfo.xml file to use when compiling +rem -r,--release Strip debug information +rem -t,--unit-test Enables compilation of unit tests +rem -u,--devices devices.xml file to use when compiling +rem (deprecated) +rem -v,--version Prints the compiler version +rem -w,--warn Show compiler warnings +rem -x,--excludes Add annotations to the exclude list +rem (deprecated) +rem -y,--private-key Private key to sign builds with +rem -z,--rez Resource files (deprecated) title Compiling for %DEVICE% diff --git a/manifest.xml b/manifest.xml index 970f4a8..4675040 100644 --- a/manifest.xml +++ b/manifest.xml @@ -24,10 +24,6 @@ Use "Monkey C: Edit Application" from the Visual Studio Code command palette to update the application attributes. --> -