Commit Graph

  • 55e08de21c Fix for counter overflow in delays based on sdk_system_get_time() UncleRus 2017-04-21 17:53:13 +0500
  • 852ed2f1ad Fixes unaligned writes to SPI data register UncleRus 2017-04-20 01:35:38 +0500
  • b3f658bdbf bh1750 i2c light sensor driver + pwm cleanup (#330) andree182 2017-04-01 02:20:37 +0200
  • 31ef50c9a9 Revert SPI memcpy() UncleRus 2017-03-22 10:50:54 +0500
  • a91ec6eb61 sysparam fixes, tests, spi flash refactoring (#299) sheinz 2017-03-21 23:18:04 +0200
  • 07ca0d2e9e Update I2C README UncleRus 2017-03-22 02:14:06 +0500
  • 67a0cfbf8e Merge pull request #356 from bschwind/tsl4531 Ruslan V. Uss 2017-03-22 00:09:18 +0500
  • 8b5ee93b55 Add a TSL4531 driver and example Brian Schwind 2017-03-21 01:50:46 +0900
  • 813477aa8a I2c optimization and features (#321) Zaltora 2017-03-21 07:41:47 +0100
  • 1575bac0c7 Merge pull request #355 from andrewclink/export_rtos_hooks Ruslan V. Uss 2017-03-21 01:50:58 +0500
  • 03597d9162 Make FreeRTOS hooks weak; Add example Andrew Clink 2017-03-20 12:56:17 -0700
  • 32328713f5 Merge pull request #353 from UncleRus/fatfs_r12c Ruslan V. Uss 2017-03-16 01:26:02 +0500
  • 9300729533 FatFS update to R0.12c UncleRus 2017-03-15 21:08:44 +0500
  • 1457a3ed19 Fixed error of writing to SPI registers with memcpy (#352) Ruslan V. Uss 2017-03-15 18:18:32 +0500
  • 20674f8470 Merge pull request #350 from funnydog/sntp-fix Ruslan V. Uss 2017-03-15 10:58:28 +0600
  • 65a0c95b13 extras/sntp: fix an off-by-one bug in sntp_set_servers() funnydog 2017-03-14 20:30:20 +0100
  • 6b0547b963 Softuart (#307) mr-nice 2017-03-06 18:28:20 +0100
  • fda5d0b942 Crc fix and update (#347) Zaltora 2017-02-27 17:35:56 +0100
  • f51a2109b1 CRC library (#339) Zaltora 2017-02-21 20:44:03 +0100
  • eb5fa3d405 Merge pull request #343 from kanflo/sdk_system_get_netif Ruslan V. Uss 2017-02-21 22:30:33 +0600
  • c415d49f1e Added sdk_system_get_netif Johan Kanflo 2017-02-20 20:27:24 +0100
  • 398ed46776 Add BearSSL extra (#340) Milosch Meriac 2017-02-15 11:44:11 +0000
  • 54ce6bbe1c Merge pull request #337 from UncleRus/extras/max7219 Ruslan V. Uss 2017-02-12 01:51:37 +0600
  • 87b4befd87 MAX7219/MAX7221 dirver + example UncleRus 2017-02-09 03:31:51 +0500
  • c21f70366f Merge pull request #334 from lujji/master Ruslan V. Uss 2017-02-03 11:31:13 +0600
  • 3b5397f2a4 added support for large WebSocket frames lujji 2017-02-03 07:33:27 +0000
  • bce2139f06 added WebSockets (#331) lujji 2017-02-02 06:17:53 +0000
  • f64935eb1d HTTP server (#324) lujji 2017-01-27 08:38:01 +0000
  • ebfbc1144c Process recursive folder for spiffs images (#320) Tuan PM 2017-01-12 19:57:50 +0700
  • 2b915c11c7 add some missing include & fixed display output on sh1104 (#319) Tuan PM 2017-01-03 05:40:54 +0700
  • 5eae1664e5 Ina3221 (#318) Zaltora 2016-12-29 15:45:25 +0100
  • 14c8ff57ca SPI3 support ssd1306 (#309) Zaltora 2016-12-29 15:42:43 +0100
  • 0b063730f3 Merge pull request #317 from UncleRus/fix_ms5611 Ruslan V. Uss 2016-12-24 22:28:14 +0500
  • b675ae6f29 Code style fixes for MS5611 UncleRus 2016-12-24 22:26:48 +0500
  • 34d783a289 Feature/ms561101ba03 (#308) mr-nice 2016-12-24 18:08:42 +0100
  • 44124409e4 Merge pull request #315 from UncleRus/pca9685 Ruslan V. Uss 2016-12-21 10:38:00 +0500
  • 8f5d49de81 Allow changing write function of stdout (#304) otopetrik 2016-12-19 16:55:26 +0100
  • e96fb4242e Driver for PCA9685 + example UncleRus 2016-12-19 05:53:07 +0500
  • 97268eff29 Merge pull request #314 from UncleRus/rboot_cpp_fix Ruslan V. Uss 2016-12-17 21:10:06 +0500
  • dc9b6a2988 Fix #313 UncleRus 2016-12-17 21:00:37 +0500
  • 7432c019f7 ssd1306 more functions (#310) Zaltora 2016-12-13 14:42:23 +0100
  • 61c3d509e5 Merge pull request #302 from Zaltora/spi_fixes Ruslan V. Uss 2016-12-05 19:08:17 +0600
  • 8767a8a0a9 Readable option lilian 2016-12-05 12:45:40 +0100
  • 47cd73ae02 Fix status with bus. lilian 2016-12-05 12:05:18 +0100
  • 762f73515b Second bug. fix attempt. lilian 2016-12-05 09:03:02 +0100
  • 61caf8c9f4 Merge pull request #301 from UncleRus/gpio_intr Ruslan V. Uss 2016-12-04 09:52:20 +0600
  • 1662892196 Merge pull request #303 from otopetrik/fix/sdk_system_rtc_mem Ruslan V. Uss 2016-12-02 02:10:48 +0600
  • d50294b590 Fix ignored offset in rtc_mem access. Oto Petřík 2016-12-01 20:03:57 +0100
  • 199237ec6e Fixes Bug(s) lilian 2016-11-30 08:19:25 +0100
  • c3b6aff41d gpio_interrupt_handler() can now be overriden UncleRus 2016-11-30 02:54:07 +0500
  • a61af52d96 More convenient GPIO interrupt handlers UncleRus 2016-11-30 00:58:24 +0500
  • 53f85d0a2c Merge pull request #292 from UncleRus/extras/ads1115 Ruslan V. Uss 2016-11-29 11:37:50 +0600
  • b807eefeaf SSD1306 OLED Display driver refactored (#290) Ruslan V. Uss 2016-11-29 04:57:22 +0600
  • 2d933cf0e4 Merge pull request #296 from Zaltora/spi_features Ruslan V. Uss 2016-11-27 20:32:55 +0600
  • 20ab2176fb fix tab lilian 2016-11-26 15:14:40 +0100
  • f19fdc37be adjustements lilian 2016-11-26 12:26:42 +0100
  • 71bce674a0 Spi features lilian 2016-11-26 12:19:53 +0100
  • 4d00566421 Merge pull request #295 from sheinz/fix/ds18b20_negative_temp Ruslan V. Uss 2016-11-26 04:25:18 +0600
  • 3ea18e74da ds18b20 fix for temperature below zero sheinz 2016-11-25 21:42:50 +0200
  • 5c885c7722 sysparam: export the 'compact' function, added it to the editor. (#213) Our Air Quality 2016-11-24 09:41:39 +1100
  • e7e6df6358 HTTP parser intergation (#263) Ruslan V. Uss 2016-11-23 21:58:02 +0600
  • df76e77598 open_esplibs libwpa: source code for os_xtensa.c (#283) Our Air Quality 2016-11-24 02:56:34 +1100
  • ca6c6e1d3e open_esplibs libnet80211: source code for sdk_cnx_node_search. (#280) Our Air Quality 2016-11-24 02:56:05 +1100
  • 4f58059472 open_esplibs libwpa: source code for some struct netif paths. (#279) Our Air Quality 2016-11-24 02:55:48 +1100
  • 0d9094e443 Bmp280 option (#220) Zaltora 2016-11-23 16:16:03 +0100
  • 690a4793a6 ADS1113/ADS1114/ADS1115 I2C DAC driver + example UncleRus 2016-11-22 20:10:03 +0500
  • 6bd2d15d23 Merge pull request #288 from UncleRus/extras/mcp4725 Ruslan V. Uss 2016-11-22 02:46:48 +0600
  • ec4368d9ae open_esplibs libnet80211: source code for sdk_wifi_station_start and stop. (#278) Our Air Quality 2016-11-22 06:31:54 +1100
  • 16b38f94b0 Driver + example for MCP4725 12-bit I2C DAC UncleRus 2016-11-19 21:25:21 +0500
  • f10c6ed4ce open_esplibs libnet80211: source code for sdk_ieee80211_deliver_data. (#277) Our Air Quality 2016-11-22 01:05:57 +1100
  • b39df7f91e open_esplibs user_interface: source code for functions touching the struct netif. (#275) Our Air Quality 2016-11-22 01:05:34 +1100
  • 438a7582bf Revert "Travis running tests" (#291) sheinz 2016-11-21 11:39:13 +0200
  • 6481f71ce0 Travis running tests on test servers (#272) sheinz 2016-11-19 12:32:38 +0200
  • 1728ef3dfc Flush the uart tx fifo before a restart. (#274) Our Air Quality 2016-11-18 20:34:03 +1100
  • 0dadda86de wifi_get/set_sleep_type: add source code implementations plus fixes. (#218) Our Air Quality 2016-11-14 21:13:38 +1100
  • e48910ea3b Update and re-organise the sdk internal definitions. (#267) Our Air Quality 2016-11-14 09:05:13 +1100
  • 2bc87e9414 Use a separate file for the private SSID config. (#268) Our Air Quality 2016-11-13 07:24:29 +1100
  • bc50c7c2fc open_esplibs: add a skeleton for code in more libraries. (#266) Our Air Quality 2016-11-13 05:54:24 +1100
  • 7c702d7f09 Unit testing for esp-open-rtos (#253) sheinz 2016-11-05 22:12:14 +0200
  • dda384f3a1 WiFi scan example (#265) Ruslan V. Uss 2016-11-05 16:19:36 +0600
  • 99628cf314 DS1307 set month & weekday fix (#264) Ruslan V. Uss 2016-11-05 16:12:47 +0600
  • 4f7ddd09f8 DS1302 RTC driver (#258) Ruslan V. Uss 2016-11-05 16:12:16 +0600
  • a5cc728079 FreeRTOS type updates. (#261) Our Air Quality 2016-11-05 21:04:03 +1100
  • 4c84b64566 HD44780 documentation (#262) Ruslan V. Uss 2016-11-03 16:01:18 +0600
  • e2e6f35288 Fix spiff and stdin_uart_interrupt overiding the same read function (#249) sheinz 2016-11-01 17:14:34 +0200
  • 98de5e573a RTC drivers fix (#259) Ruslan V. Uss 2016-11-01 15:40:19 +0600
  • 8ef476c71f initialize dhcpserver_task_handle = NULL (#257) DanielCerejo 2016-10-30 09:26:29 +0000
  • 5a14ab31e4 DS18x20: DS18S20 support, bugfixes (#255) Ruslan V. Uss 2016-10-28 18:29:47 +0600
  • 5b12ba54dc Driver and example for SSD1306 128x64 I2C display (#254) urx 2016-10-28 16:08:37 +0400
  • e71919410d Add mkspiffs binary to .gitignore (#256) Ruslan V. Uss 2016-10-27 14:12:27 +0600
  • 2ab9beb946 Extras/DHT improvements: makefile fix, replace DHT_TYPE macro by param (#252) Ruslan V. Uss 2016-10-26 19:41:08 +0600
  • 574f944fbb Driver for HD44780 LCDs (#246) Ruslan V. Uss 2016-10-26 19:21:55 +0600
  • 698f7424eb Merge pull request #245 from ourairquality/freertos-v900-wip-3 sheinz 2016-10-26 16:09:44 +0300
  • 7bab80c33d FreeRTOS v9.0.0 upgrade OurAirQuality 2016-10-21 20:40:36 +1100
  • 8840eb0411 Merge pull request #250 from UncleRus/extras/cpp_fix sheinz 2016-10-24 23:41:42 +0300
  • f1d44f5cbe FatFs integration (SDIO backend) (#242) Ruslan V. Uss 2016-10-25 01:30:51 +0600
  • 57cb9b925c Make headers in extras more cpp friendly UncleRus 2016-10-24 18:09:17 +0500
  • 2994a566a6 Driver for SD/MMC cards (#239) Ruslan V. Uss 2016-10-20 13:03:05 +0600
  • b23dd64419 Merge pull request #237 from UncleRus/extras/hmc5883l sheinz 2016-10-16 12:52:43 +0300
  • 4e7362f2d4 HMC5883L driver + example rus 2016-10-12 14:34:45 +0500