Commit Graph

  • 51c3aa271b axp192: add support for AXP192 single Cell Li-Battery and power system management IC sago35 2021-11-16 21:19:46 +09:00
  • 520234e9f8 mcp3008: fix bitshift bug soypat 2021-11-13 16:09:50 -03:00
  • 334ed57373 wifinina: control nina pins, for example leds Yurii Soldak 2021-10-26 21:26:47 +02:00
  • 3637033fec Fix broken link for SHT3x datasheet (#327) Sam Lader 2021-11-06 20:26:08 +00:00
  • 233866443c docs: update list of supported drivers with recent additions deadprogram 2021-11-06 18:34:08 +01:00
  • 65fd7aa1a1 Add support for APDS-9960, Digital Proximity, Ambient Light, RGB and Gesture Sensor (#308) Alan Wang 2021-11-06 18:22:39 +08:00
  • 82e9e4a7f3 Add support for LPS22HB MEMS nano pressure sensor (#297) Alan Wang 2021-11-06 18:14:21 +08:00
  • 76ff632134 hts221: update build tags for Go 1.17+ deadprogram 2021-11-06 11:05:25 +01:00
  • cd2694e85f Add support for HTS221 capacitive digital sensor for relative humidity and temperature (#295) Alan Wang 2021-11-06 18:02:30 +08:00
  • 734adb6df8 i2csoft: fix Configure() sago35 2021-10-25 18:22:12 +09:00
  • 2492fcb322 i2csoft: gofmt sago35 2021-09-24 10:31:48 +09:00
  • 4f82c231cb i2csoft: add source code for each target sago35 2021-09-24 10:15:02 +09:00
  • 2c9a05a413 i2csoft: remove the return value sago35 2021-09-24 09:25:52 +09:00
  • a89a26112e i2csoft: fix baudrate handling sago35 2021-09-24 09:24:53 +09:00
  • bd42656644 i2csoft: add support for software I2C sago35 2021-09-22 23:31:02 +09:00
  • 94729a4f7d ws2812: add support for RISC-V Ayke van Laethem 2021-10-20 02:20:55 +02:00
  • 050cf4dbbc ws2812: make assembly generator architecture independent Ayke van Laethem 2021-10-19 20:22:33 +02:00
  • 49c8810432 ili9341: refactor examples/ili9341 sago35 2021-09-27 20:33:51 +09:00
  • 4b38841f71 net: fix raddr of tcp conn Yurii Soldak 2021-09-29 15:59:54 +02:00
  • 6763521eff all: introduce a temperature type unit-temperature Ayke van Laethem 2021-10-21 23:17:32 +02:00
  • 7a3a92ffdb Implement enough wrappers to start the WiFi task espnet Ayke van Laethem 2021-09-29 01:36:09 +02:00
  • 9ae6050feb added more stubs Dmitriy Zakharkin 2021-09-28 19:32:35 -04:00
  • 5a956deb4b Implement _task_get_current_task Ayke van Laethem 2021-09-28 00:52:51 +02:00
  • b74b250db5 Stub out spinlocks Ayke van Laethem 2021-09-27 16:57:13 +02:00
  • ab4d01654b Implement memory allocation Ayke van Laethem 2021-09-27 16:39:04 +02:00
  • 1a32b5be12 Implement locking using FreeRTOS compatibility layer from TinyGo Ayke van Laethem 2021-09-27 16:23:52 +02:00
  • 0f0fdf894c Use tabs instead of spaces. Ayke van Laethem 2021-09-27 14:24:00 +02:00
  • 348b7724a3 comment and print mutex value Dmitriy 2021-09-26 22:51:19 -04:00
  • d5ade3299f added all function for g_wifi_osi_funcs Dmitriy 2021-09-26 22:46:35 -04:00
  • 5d914b5e34 WIP add more stub functions to figure out which functions are called Ayke van Laethem 2021-09-27 02:51:43 +02:00
  • f8dd441827 espnet: WIP support for on-chip WiFi on an ESP32C3 Ayke van Laethem 2021-09-24 18:23:15 +02:00
  • 3fe3fc64e4 wifinina: fix warnings Yurii Soldak 2021-09-19 03:12:19 +02:00
  • 0565a15b17 net: fix raddr typo Yurii Soldak 2021-09-19 03:11:42 +02:00
  • fad9d12e0b examples/ili9341: correct go format deadprogram 2021-09-18 15:06:56 +02:00
  • f2e5278965 image: add support for image/jpeg and image/png (#303) sago35 2021-09-18 19:18:02 +09:00
  • 259593e608 ws2812: add support for 168MHz (e.g. Adafruit Feather STM32F405) Ayke van Laethem 2021-08-23 23:59:22 +02:00
  • 7a2b1b8c90 ws2812: improve timings to be compatible with the WS2811 Ayke van Laethem 2021-09-16 17:41:26 +02:00
  • cad03a7d4e ws2812: fix generated build tags Ayke van Laethem 2021-09-16 18:34:16 +02:00
  • 98f5396625 examples/sdcard: correct invalid build tag noticed by @aykevl deadprogram 2021-09-16 18:15:12 +02:00
  • 3b16972ed8 all: use build directives for both Go1.17 and earlier versions deadprogram 2021-09-16 17:59:59 +02:00
  • b35496dd1b make: correct fmt-check to look in all subdirectories deadprogram 2021-09-07 18:16:41 +02:00
  • ad6be40966 lsm6dox: minimal correct implementation Yurii Soldak 2021-08-30 20:10:46 +02:00
  • b3af3f594e ws2812: generate assembly instead of handwriting it Ayke van Laethem 2021-08-08 00:51:14 +02:00
  • 9a3bfd4826 wifinina: add comments sago35 2021-09-06 08:50:04 +09:00
  • 1ba9ba3143 wifinina: add examples/wifinina/http-get sago35 2021-09-06 08:42:59 +09:00
  • feb1c63656 Instructions on how to flash nina-fw on nano rp2040 connect w/o Arduino IDE Yurii Soldak 2021-09-02 00:46:09 +02:00
  • 0691ed5205 wifinina: nina-fw update docs Yurii Soldak 2021-09-01 23:16:08 +02:00
  • e70beede1c ws2812: update examples to use go:build tags required by go 1.17 deadprogram 2021-09-03 11:11:40 +02:00
  • 92673d996d dht: improve build tag in lowfreq.go sago35 2021-09-01 18:39:05 +09:00
  • 374e2dfe1d ili9341: change to use drivers.SPI interface sago35 2021-09-01 18:52:19 +09:00
  • b35aab6d61 Add support for case-insensitive header names sago35 2021-08-10 21:46:16 +09:00
  • 358501fc47 Add support for req.URL.RawQuery sago35 2021-08-10 21:45:28 +09:00
  • a0119ffc6f rtl8720dn: add examples/rtl8720dn/tcpclient sago35 2021-07-23 16:17:02 +09:00
  • 58106b5942 Add examples/rtl8720dn/udpstation sago35 2021-07-22 13:25:41 +09:00
  • 2537c69b0f rtl8720dn: add support for http.Get(), http.Post() and cookie sago35 2021-07-14 22:46:24 +09:00
  • 633f19c4ac rtl8720dn: add examples/rtl8720dn/mqtt* sago35 2021-07-12 20:56:20 +09:00
  • 6a4cd9d8e7 rtl8720dn: add examples/rtl8720dn/webserver sago35 2021-07-05 18:21:33 +09:00
  • 8a4a0ff017 rtl8720dn: add info when debug mode is enabled sago35 2021-07-04 11:01:04 +09:00
  • 1cbf1a6f3d release: v0.17.1 v0.17.1 deadprogram 2021-07-01 20:38:55 +02:00
  • 001bdb43ba release: v0.17.0 deadprogram 2021-07-01 20:20:03 +02:00
  • f7ae6fac6d modules: switch to use tinygo-org version of tinyfs package deadprogram 2021-07-01 13:44:00 +02:00
  • a575b2a4ed Update comments sago35 2021-06-27 14:00:29 +09:00
  • 0bc3702dd0 rtl8720dn: add support for rtl8720dn sago35 2021-06-27 14:28:54 +09:00
  • b53a8a17e7 ili9341: add standard SPI driver sago35 2021-06-10 09:38:23 +09:00
  • 5e117c162c ws2812: rename the pin to ws2812 sago35 2021-06-08 08:45:44 +09:00
  • 24dfd8795a sdcard: add write functionality to examples/sdcard/tinyfs sago35 2021-06-23 20:53:56 +09:00
  • a748451cab Merge pull request #275 from tinygo-org/ws2812-add-nrf52833 sago35 2021-06-23 20:33:53 +09:00
  • a811483fd4 ws2812: add tag for nrf52833 deadprogram 2021-06-20 11:11:08 +02:00
  • 7b565e8cb0 Disable interrupts before sending ws2812 data Daniel Bridges 2021-05-30 12:48:08 -07:00
  • 4c59a3ff90 85 fps @ feather-m4-can x03 sago35 2021-06-17 14:44:52 +09:00
  • 915ca320de 96 fps @ feather-m4-can x02 sago35 2021-06-10 09:38:23 +09:00
  • 5645eb3f91 ws2812: add support for qtpy and atsame5x sago35 2021-05-30 11:49:53 +09:00
  • 6b914f7af7 sdcard: add support for fatfs sago35 2021-05-14 19:03:12 +09:00
  • 5a02fe068b apa102: use 4-byte buffer to improve speed Ayke van Laethem 2021-05-30 01:21:10 +02:00
  • 5ecefde991 bmi160: avoid heap allocations Ayke van Laethem 2021-05-30 18:06:47 +02:00
  • 9adbde99a2 wifinina: avoid fmt package Yurii Soldak 2021-05-27 21:35:00 +02:00
  • a09ec31e7a Fix RSSI command for WiFiNINA + Print current SSID + Wait for correct time before printing it out + Cleanup Yurii Soldak 2021-05-26 23:10:31 +02:00
  • d07ad40373 sdcard: add support for spi sdcard driver sago35 2021-05-14 18:40:29 +09:00
  • aa17ffd1cb uart: use machine.Serial as the default output sago35 2021-05-14 19:13:43 +09:00
  • ce03bebc34 release: prepare for release v0.16.0 v0.17.0 v0.16.0 deadprogram 2021-05-12 15:51:16 +02:00
  • dfd652ca1f docs: up to 65 devices deadprogram 2021-05-12 15:30:41 +02:00
  • c765ef3970 servo: add driver using PWM Ayke van Laethem 2020-12-21 17:13:35 +01:00
  • 428db3cd12 mcp2515: add support for mcp2515 CAN device akif999 2021-05-09 22:35:48 +09:00
  • d7f619ca21 docs: update count of supported devices to 63 deadprogram 2021-05-12 09:24:16 +02:00
  • d1ace44754 aht20: add device Kenneth Bell 2021-05-11 22:19:27 -07:00
  • 6b58fdc95a tester: add a mock for command-oriented i2c devices Kenneth Bell 2021-05-11 22:18:09 -07:00
  • bd2530abee Example of ssd1306 with 128x64 display over I2C Yurii Soldak 2021-05-09 19:46:51 +02:00
  • 3bcde1485c Enable reset screen for SSD1306 via I2C Yurii Soldak 2021-05-06 01:18:45 +02:00
  • 351700e48d wifinina: add information about Adafruit boards with ESP32 wifi coprocessors, and modify examples to remove code that was both not being used, and also prevented many Adafruit boards from being able to be targeted by the examples deadprogram 2021-05-11 20:53:41 +02:00
  • cbcb62af01 wifinina: update docs to simplify the nina-fw update process deadprogram 2021-05-11 18:04:04 +02:00
  • 19bb773e5b fix println + cleanup Yurii Soldak 2021-05-11 23:09:05 +02:00
  • 69cc0b22c4 Example that connects to AP and prints ip addresses, time and mac Yurii Soldak 2021-05-11 02:16:40 +02:00
  • 2a48b5c25d wifinina: fix getMACAddress and getTime Kenneth Bell 2021-04-13 19:15:42 -07:00
  • e6a822f68b docs: up to 62 devices for the README deadprogram 2021-05-11 18:27:00 +02:00
  • f65bce6d36 ina260: add new i2c device Kenneth Bell 2021-03-28 15:02:18 -07:00
  • 67b8a341a6 Make TLS work over WiFiNINA Verified on Arduino Nano33 IoT and nina fw v1.4.5 Yurii Soldak 2021-05-11 00:21:18 +02:00
  • b869d27170 remove debug flag and remove unnecessary padding call Tobias Theel 2021-02-26 20:07:19 +01:00
  • 107932a201 fix padding and implement missing functions Tobias Theel 2021-02-26 19:44:05 +01:00
  • d2db0c28e2 doc: update README.md sago35 2021-05-10 21:37:30 +09:00
  • 761bcfc4db pcf8563: add support for pcf8563 real time clock sago35 2021-05-09 13:44:05 +09:00