Commit History

Author SHA1 Message Date
  Johny Mattsson afbbeb4566 Replaced UART driver. 8 years ago
  Johny Mattsson f9c65b945c Disabled -Wl,--gc-sections for SDK libs. 8 years ago
  Johny Mattsson 224788b642 Make NodeMCU compile and link for ESP32. 8 years ago
  Johny Mattsson a3b9ffe36a Bump nodemcu RTOS stack even higher for now. 8 years ago
  Johny Mattsson 61291bd87b Shunt tmr callbacks into the Lua RTOS task. 8 years ago
  Johny Mattsson 75dbc59ba9 Fixes to task reimplementation to make UART work. 8 years ago
  Johny Mattsson 56789592fa Boot to (nonresponsive) Lua prompt on RTOS! 8 years ago
  Johny Mattsson e49f2bb13f Remove conflicting libc, rename c_xx and os_xx to xx. 8 years ago
  Johny Mattsson 3a3e9ee0fd Removed left-over user exception bits. 8 years ago
  Johny Mattsson 6f9c84d802 Shuffle all rodata back into IROM. 8 years ago
  Johny Mattsson 7f92bf64be Completely reworked user exception handler. 8 years ago
  Johny Mattsson 5c39a1f664 Reimplemented the NodeMCU task interface on top of RTOS. 8 years ago
  Johny Mattsson 30d354c290 Rework ADC mode setting approach (#1285) 8 years ago
  Johny Mattsson 9a7a2c4dc3 Merge pull request #1184 from devsaurus/user-gnu11 8 years ago
  devsaurus 8bc2e8aa19 Enable -std=gnu11 for user dir 8 years ago
  philip 84487d300b Remove unusedcode 8 years ago
  TerryE 49733f6f6d Add New Tasking I/F and rework GPIO, UART, etc to support it 8 years ago
  Johny Mattsson a6c0873a28 Upgrade to SDK 1.5.0 + Espressif's Open LWIP 1.5.0. 8 years ago
  Terry Ellison 32b2911263 Merge pull request #746 from DiUS/vdd33 8 years ago
  Johny Mattsson 1e3c231630 Fix esp_init_data_default inconsistencies. 8 years ago
  Johny Mattsson f82415f6b9 Fix to do TCP port number randomization at boot. 8 years ago
  Jonathan karras 66e65bd3c1 Add #DEFINE to user_config.h to enable easier bit rate selection. 8 years ago
  Johny Mattsson bf8ed500bf Moved node.key() & node.led() support into node module. 8 years ago
  Johny Mattsson fe6289a6c2 Switch Lua input to event driven instead of polled. 8 years ago
  Johny Mattsson dd38a0a0e6 Imported reworked rtctime support. 9 years ago
  Johny Mattsson 2187424928 Imported RTC+sleep timekeeping from an internal DiUS project. 9 years ago
  Johny Mattsson b0f9788a6d Move constants to ROM. Frees up 16k+ of RAM. 9 years ago
  Johny Mattsson 0c924e56c6 Support for loading sub-32 wide data from irom. 9 years ago
  funshine 1c2ee75a00 fix mqtt, do a format when wrong flash size is detected 9 years ago
  HuangRui 5c84359b5c ROM flash size can changed with detected size, fixed #283. 9 years ago