Skip to content

Commit

Permalink
chore: moddable ac9978f6 2021-03-15 edits
Browse files Browse the repository at this point in the history
  • Loading branch information
AgoricBot authored and dckc committed Mar 16, 2021
1 parent 41748eb commit 48d4813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xsnap/moddable
Submodule moddable updated 50 files
+10 −0 build/devices/esp32/targets/m5stack_core2/manifest.json
+9 −0 build/devices/esp32/targets/m5stick_c/manifest.json
+1 −0 build/devices/esp32/targets/m5stick_c/setup-target.js
+24 −7 documentation/Moddable SDK - Getting Started.md
+9 −9 documentation/tools/manifest.md
+263 −0 documentation/xs/XS Marshalling.md
+4 −1 examples/base/instrumentation/instrumentation/manifest.json
+4 −1 examples/base/instrumentation/xsuse/manifest.json
+115 −0 examples/io/spi/ili9341/main.js
+8 −0 examples/io/spi/ili9341/manifest.json
+80 −0 examples/io/spi/xpt2046/main.js
+8 −0 examples/io/spi/xpt2046/manifest.json
+0 −2 modules/base/cli/commands/archive.js
+10 −0 modules/base/instrumentation/manifest.json
+6 −2 modules/commodetto/commodettoPocoBlit.c
+28 −0 modules/io/common/builtinCommon.c
+2 −0 modules/io/common/builtinCommon.h
+7 −3 modules/io/digital/digitalbank.c
+17 −7 modules/io/host/esp/provider.js
+18 −7 modules/io/host/esp32/provider.js
+7 −2 modules/io/manifest.json
+275 −0 modules/io/spi/esp/spi.c
+14 −0 modules/io/spi/esp32/spi.c
+38 −0 modules/io/spi/spi.js
+3 −3 modules/io/system/system.c
+6 −2 tools/mcmanifest.js
+6 −3 xs/sources/xsAPI.c
+6 −4 xs/sources/xsAll.c
+12 −2 xs/sources/xsAll.h
+39 −25 xs/sources/xsCode.c
+1 −1 xs/sources/xsCommon.h
+1 −1 xs/sources/xsDefaults.c
+45 −42 xs/sources/xsError.c
+35 −48 xs/sources/xsLexical.c
+588 −182 xs/sources/xsMarshall.c
+42 −14 xs/sources/xsMemory.c
+6 −6 xs/sources/xsPlatforms.c
+12 −5 xs/sources/xsRun.c
+35 −25 xs/sources/xsScope.c
+44 −70 xs/sources/xsScript.c
+18 −20 xs/sources/xsScript.h
+3 −6 xs/sources/xsSourceMap.c
+22 −12 xs/sources/xsString.c
+3 −6 xs/sources/xsSymbol.c
+142 −143 xs/sources/xsSyntaxical.c
+40 −39 xs/sources/xsTree.c
+0 −2 xs/sources/xsType.c
+112 −112 xs/tools/xsc.c
+5 −5 xs/tools/xslStrip.c
+10 −3 xs/tools/xst.c

0 comments on commit 48d4813

Please sign in to comment.