Commit Graph

353 Commits

Author SHA1 Message Date
Evgeny Kochetkov
50dd0ec00a chore(infra): release 0.35.0 2020-09-08 16:54:04 +03:00
Kirill Shumilov
a73f950997 chore(stdlib): update xod/json 2020-09-04 16:38:52 +03:00
Kirill Shumilov
cf35165411 chore(stdlib): update xod-dev/es2812 2020-09-04 16:38:52 +03:00
Kirill Shumilov
f9d2113a14 chore(stdlib): update xod-dev/w5500 2020-09-04 16:38:52 +03:00
Kirill Shumilov
4f768e6da9 chore(stdlib): update xod-dev/text-lcd 2020-09-04 16:38:52 +03:00
Kirill Shumilov
5c7d4be0ff chore(stdlib): update xod-dev/st7735-display 2020-09-04 16:38:52 +03:00
Kirill Shumilov
7e48b21428 chore(stdlib): update xod-dev/st-mems 2020-09-04 16:38:52 +03:00
Kirill Shumilov
be49b7da7f chore(stdlib): update xod-dev/ssd1306-display 2020-09-04 16:38:52 +03:00
Kirill Shumilov
41dec74207 chore(stdlib): update xod-dev/servo 2020-09-04 16:38:52 +03:00
Kirill Shumilov
14ca2264fb chore(stdlib): update xod-dev/pn532-nfc 2020-09-04 16:38:52 +03:00
Kirill Shumilov
f65b8328db chore(stdlib): update xod-dev/hc-sr04 2020-09-04 16:38:52 +03:00
Kirill Shumilov
44587ba68b chore(stdlib): update xod-dev/esp8266-mcu 2020-09-04 16:38:52 +03:00
Kirill Shumilov
d965ec5e07 chore(stdlib): update xod-dev/esp8266 2020-09-04 16:38:52 +03:00
Kirill Shumilov
c2edb56e72 chore(stdlib): update xod-dev/ds-rtc 2020-09-04 16:38:52 +03:00
Kirill Shumilov
d7ab608308 chore(stdlib): update xod-dev/dht 2020-09-04 16:38:52 +03:00
Kirill Shumilov
5e9ff7939a chore(stdlib): update xod/color 2020-09-04 16:38:52 +03:00
Kirill Shumilov
229e19a9a2 chore(stdlib): update xod/core 2020-09-04 16:38:52 +03:00
Kirill Shumilov
090cc95f2b chore(stdlib): update xod/graphics 2020-09-04 16:38:52 +03:00
Kirill Shumilov
7f8339031c chore(stdlib): update xod/uart 2020-09-04 16:38:52 +03:00
Kirill Shumilov
73c5422226 chore(stdlib): update xod/net 2020-09-04 16:38:52 +03:00
Kirill Shumilov
4cab8a63f7 chore(stdlib): update xod/stream 2020-09-04 16:38:52 +03:00
Kirill Shumilov
fb1f4d3368 chore(stdlib): update xod/debug (without tweak-strings) 2020-09-04 16:38:52 +03:00
Kirill Shumilov
f6590fba52 chore(stdlib): update xod/mutex 2020-09-04 16:38:52 +03:00
Kirill Shumilov
4bc52d5e13 chore(stdlib): update xod/math 2020-09-04 16:38:52 +03:00
Kirill Shumilov
cfbe8c8ce7 chore(stdlib): update xod/bits 2020-09-04 16:38:52 +03:00
Kirill Shumilov
80a349e557 chore(stdlib): update xod/datetime 2020-09-04 16:38:52 +03:00
Kirill Shumilov
1742645222 chore(stdlib): update xod/i2c 2020-09-04 16:38:52 +03:00
Evgeny Kochetkov
7b2e122965 feat(xod-project, xod-arduino, xod-tabtest): introduce read-only types 2020-09-04 16:38:52 +03:00
Evgeny Kochetkov
d5c0cd7204 feat(stdlib): add xod/waves library
and deprecate *-wave nodes from xod/core:
xod/core/saw-wave
xod/core/saw-wave-map
xod/core/sine-wave
xod/core/sine-wave-map
xod/core/square-wave
xod/core/tri-wave
xod/core/tri-wave-map
2020-09-01 12:49:32 +03:00
Max Danilin
7cbbdf9dea Merge branch 'master' into fix-ssd1306-lib 2020-08-24 09:28:28 +00:00
Evgeny Kochetkov
098ad70aa0 fix(stdlib): add missing dependency for xod-dev/pn532-nfc 2020-08-18 18:30:31 +03:00
Max Danilin
d40268fd59 fix(stdlib) : ssd1306, fix renderScanlinePart behaviour 2020-08-18 13:21:53 +03:00
Kirill Shumilov
d7ee080932 tweak(stdlib): unify interfaces of nodes in esp8266, esp8266-mcu, w5500, debug (about tethering-inet) libraries and make xod/net abstract nodes 2020-07-10 11:05:58 +03:00
Kirill Shumilov
4723c97809 fix(stdlib): do not try to open a new tcp connection in tethering-inet while it has already opened connection 2020-07-07 14:04:56 +03:00
Kirill Shumilov
0bec628b6e feat(stdlib): add nodes cloud-boolean and cloud-string into xod-cloud/feeds 2020-07-07 14:04:56 +03:00
Kirill Shumilov
b28c39d2cb feat(stdlib): add a getter node xod-cloud/feeds/cloud-number for numeric values from feeds 2020-06-29 19:19:20 +03:00
Kirill Shumilov
dc130932fe feat(stdlib): add a brand-new xod-cloud/basics library 2020-06-29 19:19:20 +03:00
Kirill Shumilov
629399d5b5 feat(stdlib): add parse-u32 and parse-number (float) nodes to xod/stream library 2020-06-29 19:19:20 +03:00
Kirill Shumilov
6d0ca8eff7 feat(stdlib): add datetime constructor and destructor from/to POSIX time 2020-06-29 19:19:20 +03:00
Kirill Shumilov
b06feaf3e0 fix(stdlib): fix sending of the last row of a request in tethering-inet 2020-06-29 19:19:20 +03:00
Evgeny Kochetkov
8a98aabc61 tweak(stdlib): make pulse-on-* consistent and not trigger on start
Closes #2001
2020-06-19 15:06:41 +03:00
Evgeny Kochetkov
a830043169 chore(infra): release 0.34.0 2020-05-28 16:56:18 +03:00
Max Danilin
c379f91111 Merge branch 'master' into graphics 2020-05-26 15:39:07 +03:00
gabbapeople
a5b40ebff0 fix(stdlib): graphics, fix memory usage mistakes when allocating Bitmap 2020-05-21 15:20:36 +03:00
gabbapeople
91b31a92e3 fix(stdlib): graphics, add the nullptr gfx check for renders 2020-05-19 20:49:54 +03:00
Kirill Shumilov
87499219ef feat(workspace): add tethering-inet nodes into xod/debug 2020-05-14 18:44:35 +03:00
gabbapeople
f20fa83506 feat(stdlib) : graphics, icons set 2020-05-14 17:11:55 +03:00
gabbapeople
465a01a557 feat(stdlib) graphics, image class 2020-05-12 19:26:42 +03:00
gabbapeople
520422fccd fix(stdlib) : st7735 minor typo fixes 2020-03-31 18:37:30 +03:00
Max Danilin
e84a489e31 Merge pull request #1935 from xodio/feat-sd1306-display
Support of SSD1306 based monochrome I2C displays
2020-03-31 18:19:22 +03:00