Commit Graph

  • 7dd1067cc1 LoRa WAN add setter functions Emilio Garcia 2023-10-13 13:20:57 -04:00
  • 4edb771c5b fix lora us915 logic to step into 500 kHz range Emilio Garcia 2023-09-29 02:04:41 +00:00
  • e95cfe66c1 LoRa WAN US915 Support Mirac Kara 2023-09-26 17:02:18 -07:00
  • 4edb58c0c5 fix-tests: fix broken testrunner Thomas Richner 2023-10-22 03:52:42 +02:00
  • f384e2db48 fix-tests: migrated legacy I2C Thomas Richner 2023-10-22 00:57:33 +02:00
  • 7c96387845 sh1106: fix I2C interface and add smoketest sago35 2023-10-12 19:46:45 +09:00
  • 182d4c6ebb sh1106: fixed the description of the device struct Christian Ege 2023-10-08 11:50:37 +02:00
  • dc2de4f9ed adafruit4650: support for Adafruite 4650 feather OLED Thomas Richner 2023-09-22 23:30:04 +02:00
  • 5eac8e38af Revert "ds3231: fix the description in the example" revert-604-feature/docu-fixes Daniel Esteban 2023-10-06 08:45:23 +02:00
  • 08580afbfc Revert "at24cx: fixed the description of the device struct" Daniel Esteban 2023-10-06 08:45:23 +02:00
  • 36a12dd7a2 at24cx: fixed the description of the device struct Christian Ege 2023-10-06 06:46:48 +02:00
  • 00992756eb ds3231: fix the description in the example Christian Ege 2023-10-06 06:45:08 +02:00
  • 715c33d4b0 all: prepare for CGo changes in TinyGo Ayke van Laethem 2023-09-22 17:56:44 +02:00
  • fd21e6ac9b all: update for drivers release 0.26.0 v0.26.0 deadprogram 2023-09-18 20:33:09 +02:00
  • 485ed702c8 pcf8523: bump minimal go version to 1.18 Thomas Richner 2023-09-19 00:49:53 +02:00
  • cfa50fd3c2 pcf8523: RTC driver Thomas Richner 2023-09-18 22:38:00 +02:00
  • 5888bb2ded Sensirion Sht4x Support (#597) Thomas 2023-09-19 08:31:43 +02:00
  • 992c02c661 lora: add starting point for US915 settings lora-usa deadprogram 2023-09-17 19:50:39 +02:00
  • a9b36f8bd4 Mpu9150 (#596) fchiesadoc 2023-08-27 06:38:33 -03:00
  • 1e4545828f build: use latest tag of tinygo-dev container for running tests deadprogram 2023-08-11 19:37:07 +02:00
  • cfa5103969 build(deps): bump golang.org/x/net dependabot[bot] 2023-08-08 20:30:43 +00:00
  • a45227590e add Sandbox Electronics NDIR CO2 sensor driver (2) (#580) Patricio Whittingslow 2023-08-11 06:58:28 -03:00
  • 4f789fb556 ssd1306: improve bus error handling Kenneth Bell 2022-10-23 17:30:46 +01:00
  • 996f1b047f fix uses of legacy i2c WriteRegister calls Kenneth Bell 2023-08-07 22:10:52 +01:00
  • eef03917ab bma42x: add new BMA421/BMA425 driver Ayke van Laethem 2023-06-21 10:49:12 +02:00
  • 31538f1b2f fix requested changes by @aykevl soypat 2023-05-31 22:08:39 -03:00
  • 64029612e0 add correct Tx implementation for mock I2C interfaces soypat 2023-05-28 22:04:10 -03:00
  • e6f82fad2e i2c iface refactor: Resolve 559 soypat 2023-05-28 18:03:19 -03:00
  • e20c6d05f8 st7789: fix scrolling when rotated by 180° Ayke van Laethem 2023-06-20 17:11:29 +02:00
  • 9c29529cbb st7789: fix incorrect Rotation configuration Ayke van Laethem 2023-06-16 01:12:59 +02:00
  • f6d399ec08 ili9341: st7789: fix SetScrollArea Ayke van Laethem 2023-06-15 18:34:20 +02:00
  • 5e0191655b Prepare for 0.25.0 release v0.25.0 deadprogram 2023-05-23 20:02:06 +02:00
  • 32be3da9f9 flash: WIP on support for P25Q16H flash-add-p25q16h deadprogram 2023-06-04 16:10:56 +02:00
  • 95f0ca8c3e initial support for ttp229 (BSF) Daniel Esteban 2023-05-20 18:01:15 +02:00
  • 42e4d29157 st7789: allow changing the color format using COLMOD Ayke van Laethem 2023-05-09 12:10:52 +02:00
  • f627fd162d mpu6886: add smoke test ivoszz 2023-05-20 00:38:20 +02:00
  • f3f2d65878 mpu6886: initial implementation ivoszz 2023-05-10 16:27:35 +02:00
  • deca190ba2 ili9341: add EnableTEOutput to be able to sync drawing with VSYNC Ayke van Laethem 2023-04-12 20:26:18 +02:00
  • 184dff93b1 ili9341: fix Size() for mirrored rotation Ayke van Laethem 2023-04-12 20:19:07 +02:00
  • 331a60ce2d sdcard: remove tinyfs example and replace with link to tinyfs repo in docs deadprogram 2023-05-19 15:35:32 +02:00
  • de2742f10c Revert "(#501) make IP.String() method return something sensible" Ron Evans 2023-05-19 14:02:33 +02:00
  • 422051d822 wifinina: add ResetIsHigh to control the behavior of the RESET pin for boards like the Arduino MKR 1010 deadprogram 2023-05-02 22:54:25 +02:00
  • 66abe9c28b examples/wifinina: improve connectToAP() and other needed minor corrections deadprogram 2023-05-02 19:27:51 +02:00
  • 5f25a4f6be wifinina: small timing adjustments in Configure() to better ensure device reset deadprogram 2023-05-02 19:25:19 +02:00
  • 9955e09466 wifinina: only add generated strings when using wifidebug tag deadprogram 2023-05-01 20:42:53 +02:00
  • bc9177726d wifinina: add generated strings, improved debugging system and messages deadprogram 2023-04-30 23:42:29 +02:00
  • aac959eb7b i2csoft: use cycle counting for delays Ayke van Laethem 2023-05-03 23:03:29 +02:00
  • 9fdf0d657d delay: add new package for cycle-accurate delays Ayke van Laethem 2023-05-03 22:17:14 +02:00
  • b0c9f259dc st7789: update saved rotation in SetRotation Ayke van Laethem 2023-05-09 14:18:55 +02:00
  • 53404b3f4b ci: run smoke tests in parallel Ayke van Laethem 2023-05-05 00:23:41 +02:00
  • 8ddfa6ac8f add Sensor interface and Measurement type Patricio Whittingslow 2021-11-30 11:32:55 -03:00
  • c0ab3596fa docs: remove full list of devices from README, better to keep it on the tinygo.org site deadprogram 2023-04-28 17:38:32 +02:00
  • 9de76bc145 docs: update LICENSE year deadprogram 2023-04-28 17:37:59 +02:00
  • ae04d5b0bb build: switch to ghcr.io for docker container deadprogram 2023-03-19 17:29:12 +01:00
  • 3c01b7e222 st7789: support the chip select pin Ayke van Laethem 2023-04-17 23:45:20 +02:00
  • c689c11838 ili9341: st7735: st7789: unify rotation support Ayke van Laethem 2023-04-18 00:59:03 +02:00
  • 59d66d1e73 Makefile: add XTENSA=0 flag to skip Xtensa tests Ayke van Laethem 2023-04-27 16:05:19 +02:00
  • 1eb7072162 Makefile: remove AVR=0 flag Ayke van Laethem 2023-04-27 15:59:45 +02:00
  • 5cc21329a6 first implementation of 1-wire protocol (#505) Daniel Esteban 2023-04-22 17:55:37 +02:00
  • d3022e7d6e all: add sleep mode to various SPI displays Ayke van Laethem 2023-04-16 16:10:48 +02:00
  • 5c06b82b27 st7789: avoid heap allocations after the driver is created Ayke van Laethem 2023-04-13 17:39:11 +02:00
  • bf53cb2fd4 [gps] make the date available in addition to the time (#532) Pablo Canseco 2023-04-13 01:52:57 -06:00
  • 1fd38a8a68 st7789: make it possible to configure gamma Ayke van Laethem 2023-04-07 17:20:13 +02:00
  • 55e100c4fe added DrawRGBBitmap8 (same as ili9341 & st7735) Daniel Esteban 2023-03-29 17:53:33 +02:00
  • cba17ef125 st7735: add DrawRGBBitmap8 method to draw raw RGB565 buffers Ayke van Laethem 2023-03-26 00:11:08 +01:00
  • c59b5a909b Add support for ams AS560x on-axis magnetic rotary position sensors Neil Davis 2023-02-01 17:50:53 +00:00
  • b0a971573b ds3231: Document incorrect leap year 2100 Brian Park 2023-03-03 07:54:35 -08:00
  • 94017b5437 sx126x/sx27x: Reduce spi buffer size, add missing select when using channels Olivier Fauchon 2023-02-23 21:33:37 +01:00
  • 56208a28d5 sx127x/sx126x: Remove heap alloc in interrupt, add non blocking channel send/receive, and other cleanups Olivier Fauchon 2023-02-23 14:15:07 +01:00
  • 0adc7e78aa ds3231: Fix negative temperature conversion Brian Park 2023-03-01 16:59:14 -08:00
  • 820298bfe3 all: prepare for release 0.24.0 v0.24.0 deadprogram 2023-02-12 22:30:48 +01:00
  • 46cbacbe03 docs: add sx127x to list of supported devices deadprogram 2023-02-01 17:38:21 +01:00
  • 9d4847fc6d sx12xx: add README files for some basic explanation deadprogram 2023-02-01 17:36:10 +01:00
  • 4de0afc224 build: work around for CVE-2022-24765 deadprogram 2023-02-11 23:11:58 +01:00
  • 21fa184b76 build: update to actions/checkout@v3 deadprogram 2023-02-11 22:46:16 +01:00
  • fae4307190 sx127x: Fix bug in SetTxPower, SetPreambleLength Olivier Fauchon 2023-02-01 01:22:16 +01:00
  • 7f61bda24c lorawan: Update AU915 RegionSet modulations Olivier Fauchon 2023-02-01 00:04:50 +01:00
  • e613ab1eb3 sx127x: use select for timeout deadprogram 2023-01-31 00:38:32 +01:00
  • d57d9b6c74 sx127x: fix typos, provide corrections Olivier Fauchon 2023-01-30 22:12:48 +01:00
  • 07ba9ec0fd fix bandwidth,tx power in lora/sx126x/lora_continuous example Olivier Fauchon 2023-01-30 22:02:27 +01:00
  • fa0cf6ec7f lorawan cleanup and optimizations: Olivier Fauchon 2023-01-30 16:50:24 +01:00
  • 38ae263d5a sx127x: use select for timeout ofauchon-lorawan-cleanup deadprogram 2023-01-31 00:38:32 +01:00
  • dc18724d17 remove debugs, go fmt Olivier Fauchon 2023-01-30 23:49:20 +01:00
  • e74b01f973 sx127x: fix RX timeout Olivier Fauchon 2023-01-30 23:32:05 +01:00
  • c78aa53820 go fmt Olivier Fauchon 2023-01-30 22:39:45 +01:00
  • 060a2dc99a sx127x: fix typos Olivier Fauchon 2023-01-30 22:12:48 +01:00
  • 72c48d2f59 fix bandwidth,tx power in lora/sx126x/lora_continuous example Olivier Fauchon 2023-01-30 22:02:27 +01:00
  • 818764fe6a lorawan cleanup and optimizations: Olivier Fauchon 2023-01-30 16:50:24 +01:00
  • 4e687b29c3 mpu6050: add functions to configure clock, and scaling for accelerometer and gyroscope deadprogram 2023-01-19 23:24:55 +01:00
  • d283abdb3a lorawan: Fix error in uplink crc Olivier Fauchon 2023-01-29 23:40:29 +01:00
  • 02d808a6fb lorawan/sx12xx : Code cleanup Olivier Fauchon 2023-01-29 23:14:45 +01:00
  • d473b9e1dc lorawan/basic-demo: add debug logs at compile time with ldflags Olivier Fauchon 2023-01-29 20:11:47 +01:00
  • 7cc32dffed lorawan/basic-demo : fix in lorawan debug informations Olivier Fauchon 2023-01-29 10:23:10 +01:00
  • 58cb44f3f6 sx126x driver: fix in SetBandwidth function Olivier Fauchon 2023-01-29 10:22:12 +01:00
  • 78cc1afe46 lorawan: Basic implementation of Lorawan Regional Settings and EU868/AU915 regions Olivier Fauchon 2023-01-12 22:46:04 +01:00
  • e6cde8f7ae bmp180: add ReadAltitude() function copied from BMP280 driver deadprogram 2023-01-18 21:26:42 +01:00
  • 89f113c0ca examples: lora/lorawan add needed build tags for lgt92/featherwing deadprogram 2023-01-27 00:28:53 +01:00
  • 3b8a808a52 examples: lora/lorawan pin mapping for lgt92 and Adafruit Featherwing deadprogram 2023-01-26 23:53:50 +01:00
  • 7506a895a2 examples: update lora/lorawan common setup to use sx127x RadioControl deadprogram 2023-01-26 21:49:25 +01:00
  • 4a950a4474 sx127x: add RadioController interface to match sx126x deadprogram 2023-01-26 21:37:59 +01:00