Wordclock/os
2016-06-23 20:36:21 +02:00
..
0x00000.bin 6k more RAM when used a minimalistic compiled firmware for this use-case 2016-06-23 20:36:21 +02:00
0x10000.bin 6k more RAM when used a minimalistic compiled firmware for this use-case 2016-06-23 20:36:21 +02:00
bl_readMAC.sh First test of word displaying functionality 2016-04-12 18:07:25 +02:00
esptool.py First test of word displaying functionality 2016-04-12 18:07:25 +02:00
flash.sh Added Firmware from https://github.com/C3MA/ws2812-clock 2016-06-18 19:11:52 +02:00
nodemcu-master-bit,enduser_setup,file,gpio,node,rtcfifo,rtcmem,rtctime,sntp,spi,tmr,uart,wifi,ws2812-integer.bin Moved around the firmware 2016-05-14 12:14:48 +02:00
Readme.md 6k more RAM when used a minimalistic compiled firmware for this use-case 2016-06-23 20:36:21 +02:00

Firmware was compiled with the following modules:

  • LUA_USE_BUILTIN_STRING // for string.xxx()
  • LUA_USE_BUILTIN_TABLE // for table.xxx()
  • LUA_USE_BUILTIN_COROUTINE // for coroutine.xxx()
  • LUA_USE_BUILTIN_MATH // for math.xxx(), partially work
  • LUA_USE_BUILTIN_DEBUG_MINIMAL // for debug.getregistry() and debug.traceback()
  • LUA_USE_MODULES_FILE
  • LUA_USE_MODULES_GPIO
  • LUA_USE_MODULES_NET
  • LUA_USE_MODULES_NODE
  • LUA_USE_MODULES_RTCTIME
  • LUA_USE_MODULES_SNTP
  • LUA_USE_MODULES_TMR
  • LUA_USE_MODULES_UART
  • LUA_USE_MODULES_WIFI
  • LUA_USE_MODULES_WS2812