Commit Graph

  • 6cc5a9f05b Add "WEMOS LoLin32" boards support. (#35) WEMOS Electronics 2016-11-08 02:54:56 -0600
  • fb8f1244b7 wrong count checked for uartWrite me-no-dev 2016-10-29 14:34:18 +0300
  • 38513ed804 fix not booting when compiled through ArduinoIDE me-no-dev 2016-10-28 02:33:08 +0300
  • 3c071e1d89 update IDF libraries and includes me-no-dev 2016-10-28 01:53:02 +0300
  • 261bc5ae85 Add from original Arduino.h (#26) volca 2016-10-27 20:43:27 +0800
  • 6465d4fa8e Make Arduino.h safe to include from C files me-no-dev 2016-10-26 04:07:52 +0300
  • bdd98828c7 fix some returns types me-no-dev 2016-10-26 02:39:15 +0300
  • a92f20edb2 include stdlib_noniso in Arduino.h me-no-dev 2016-10-26 02:13:00 +0300
  • 29feaaa2d0 add some missing Arduino defines me-no-dev 2016-10-26 02:00:39 +0300
  • d7aed639ef Add noniso.c implementation from ESP8266 me-no-dev 2016-10-26 00:21:06 +0300
  • 50c2ea529b add ledc and sigma-delta api me-no-dev 2016-10-20 00:31:03 +0300
  • 886d0044bc Add Nano32 board. (#21) Nat Weerawan 2016-10-19 16:28:05 +0700
  • bd1dcb82ca First addition of ESP320 support (#19) Electronic Sweet Peas 2016-10-17 16:53:13 +0200
  • 4865ed0d13 ignore ssl only on windows me-no-dev 2016-10-17 17:08:57 +0300
  • 0dcf5a49d2 Ignore certificates on windows Tisham Dhar 2016-10-17 12:20:15 +1030
  • 9f9fb41253 Merge branch 'i2c-thread-safe' me-no-dev 2016-10-17 15:41:45 +0300
  • 9a9ef063ee Merge branch 'spi-thread-safe' me-no-dev 2016-10-17 15:41:15 +0300
  • cb2110ce88 Merge branch 'uart-thread-safe' me-no-dev 2016-10-17 15:39:45 +0300
  • 6327bbd3e9 do not lock for ets_printf me-no-dev 2016-10-17 15:34:55 +0300
  • 0ccde6cc1a fix reported data size and percentage me-no-dev 2016-10-17 15:31:51 +0300
  • 988bcbf08f Merge branch 'master' into i2c-thread-safe me-no-dev 2016-10-14 03:24:21 +0300
  • 9116cc4311 remove unnecessary locks me-no-dev 2016-10-14 03:24:20 +0300
  • 7de6da591a Merge branch 'master' into spi-thread-safe me-no-dev 2016-10-14 03:16:09 +0300
  • cdee64cb07 remove unnecessary locks me-no-dev 2016-10-14 03:16:02 +0300
  • 242bca9451 Implement thread-safe uart me-no-dev 2016-10-14 03:07:21 +0300
  • 17c8ceb1b9 UART rework me-no-dev 2016-10-14 03:02:40 +0300
  • d4dd33d2df implement thread-safe spi me-no-dev 2016-10-11 15:51:09 +0300
  • f9f895797a return proper errors me-no-dev 2016-10-11 15:11:51 +0300
  • 9ec4389889 implement thread-safe i2c me-no-dev 2016-10-11 14:20:02 +0300
  • 50b060ab32 really fix attachInterrupt to work on either core me-no-dev 2016-10-11 12:29:06 +0300
  • 6125a40f93 fix GPIO attachInterrupt me-no-dev 2016-10-11 12:07:18 +0300
  • 5d61d8ddd0 copy va_list in Print::printf me-no-dev 2016-10-11 11:42:47 +0300
  • 658f81b792 attach uart isr on the current core me-no-dev 2016-10-11 11:16:43 +0300
  • 1cc9f3bfef fix Serial RX me-no-dev 2016-10-11 03:59:34 +0300
  • e7d2c18742 Do not delete printf buffer if not required me-no-dev 2016-10-10 19:29:25 +0300
  • 01961ef5c6 use local buffer for printf if size is equal or less than 64 me-no-dev 2016-10-10 17:37:34 +0300
  • 3ecb32c4ba Prevent I2C Bus locks and wrong data being sent on retry me-no-dev 2016-10-10 14:54:36 +0300
  • 45f5449fbf prevent some devices from locking the SCL line me-no-dev 2016-10-10 14:10:43 +0300
  • f3af437774 I2C SDA should properly register the ACK bit from some slaves me-no-dev 2016-10-10 13:53:55 +0300
  • cc3c55bbb1 fix i2c hal me-no-dev 2016-10-08 17:32:11 +0300
  • 917286acf2 Remove non-working WiFi examples and fix some that require changes me-no-dev 2016-10-08 13:09:54 +0300
  • 2ba4c40aca add more definitions to pgmspace.h to match ESP8266 me-no-dev 2016-10-08 00:40:11 +0300
  • 063b563079 Print::printf should allocate it's buffer me-no-dev 2016-10-08 00:18:12 +0300
  • bb9ded7ed4 comment out __FlashStringHelper methods in Print me-no-dev 2016-10-07 23:59:24 +0300
  • 31773cff31 fix F macro me-no-dev 2016-10-07 23:56:50 +0300
  • 7530db5f06 include math.h by default Me No Dev 2016-10-07 23:31:49 +0300
  • af0cef4ec7 Update README.md Me No Dev 2016-10-07 11:32:35 +0300
  • ac19ecf3d5 On app cpu (#1) Me No Dev 2016-10-06 18:16:00 +0300
  • b89cf412ab add component.mk so the framework can be used as IDF component me-no-dev 2016-10-06 17:13:07 +0300
  • fb4f1333d2 Fix UART writeBuf and flush me-no-dev 2016-10-06 16:31:28 +0300
  • 03f5d62323 Wiring.h -> Arduino.h me-no-dev 2016-10-06 15:41:16 +0300
  • a72b8d5635 Remove leftover debug Me No Dev 2016-10-06 14:47:27 +0300
  • 831917a47e Add pin map image me-no-dev 2016-10-06 14:36:24 +0300
  • efcd034622 Update README.md Me No Dev 2016-10-06 14:36:15 +0300
  • 9717dee13a ignore dist folder me-no-dev 2016-10-06 14:24:44 +0300
  • 5f3a205955 initial import me-no-dev 2016-10-06 14:21:30 +0300
  • 668acc2c08 repo init me-no-dev 2016-10-06 09:09:11 +0300