Skip to content

Releases: Moddable-OpenSource/moddable

September 3, 2020

06 Oct 06:14
Compare
Choose a tag to compare
  • BLE does not invoke onDisconnected when no connection establiished
  • On M5Stack, use GPIO 33 to distinguish screen type to determine if inversion is needed
  • On ESP32, quiet phy_init logging to error level to reduce size of instrumented logs
  • On ESP32, enable multicore by default
  • ESP8266 targets default to 40 MHz dio for maximum compatibility. Moddable One and Moddable Three targets still run at 80 MHz qio
  • Update "Keeping Up To Date" guide for Python 3 on Linux
  • XS JavaScript engine fixes overflow detection on xsBeginHost (and optimizes code to build stack frame)
  • XS JavaScript engine fix crash when inspecting host stack frame in xsbug
  • XS JavaScript engine fixes for #432 (reported by @kvenux)
  • Suspend implemented for lwip and macOS socket
  • HTTP client implements suspend method for flow control of incoming data
  • Fix file name case mistake in Servo class #436 (from @abparker)

August 31, 2020

06 Oct 06:28
Compare
Choose a tag to compare
  • Audio mixer clamps by default (instead of overflow). Other behaviors stubbed in sources
  • Audio mixer always decompresses first compressed audio block
  • Update reminders in documentation to restart after modifying environment variables
  • Update minimum Windows version support to 8.1 (from Windows 7 Pro)
  • ILI9341 display driver implements command method to send commands directly to controller
  • Add CPU load monitor to xsbug Instruments pane for ESP32
  • Lower overhead message queues for BLE on ESP32 using NimBLE
  • Update manifest documentation for ESP32 to explain partitions file handling and how sdkconfig fragments are merged

March 29, 2018

29 Mar 23:02
Compare
Choose a tag to compare

Add mcsim

March 29, 2018

29 Mar 07:08
Compare
Choose a tag to compare

XS in C document update
QR code generator