esp-open-rtos/extras
Michael Killough acfd46aa60 Fix full on/off in pca9685.
It's currently not possible to toggle between full off and full on, as
switching to full on leaves the full off control bit set. The full off
control bit takes precedence according to the datasheet, which means the
signal remains off.

The 'normal' branch does correctly clear full off/full on, as it writes
0s to the `LEDn_ON` registers unconditionally and writes 0 to the control
bit in `LEDn_OFF`.
2020-08-16 12:28:42 +01:00
..
ad770x I2C bus upgrade (#432) 2017-09-01 14:29:32 +05:00
ads111x Add ADS1015 support to ads111x lib. 2018-08-22 19:04:18 +03:00
bearssl Update BearSSL 2017-07-04 23:16:22 +10:00
bh1750 I2C bus upgrade (#432) 2017-09-01 14:29:32 +05:00
bme680 Fix typo 2020-06-04 09:29:51 +02:00
bmp180 Fix #471 2017-10-28 22:57:22 +05:00
bmp280 Fix #471 2017-10-28 22:57:22 +05:00
ccs811 Minor changes in CCS811 driver (#542) 2018-01-20 17:02:31 +05:00
cpp_support FreeRTOS type updates. (#261) 2016-11-05 12:04:03 +02:00
crc_generic Crc fix and update (#347) 2017-02-27 22:35:56 +06:00
dhcpserver added lease time option to dhcpserver's DHCPOFFER 2019-01-16 22:55:37 +01:00
dht Support for Itead Si7021 2019-07-22 02:21:27 +05:00
ds18b20 ds18b20 fix for temperature below zero 2016-11-25 21:42:50 +02:00
ds1302 Code formatted, minor fixes (#466) 2017-10-18 21:25:48 +02:00
ds1307 Code formatted, minor fixes (#466) 2017-10-18 21:25:48 +02:00
ds3231 Merge pull request #437 from ourairquality/oaq-merge-1 2017-10-02 04:50:35 +05:00
dsm Initial HW PWM (Delta-Sigma) (#609) 2018-05-20 02:47:29 +05:00
fatfs FatFs updated to R13a 2017-12-12 11:39:22 +05:00
fonts Merge pull request #747 from 0x0aa/fix-ssd1306-roboto-fonts 2020-06-19 16:47:44 +05:00
fram Driver for Cypress serial F-RAM 2017-12-24 18:49:52 +05:00
hd44780 Code formatted, minor fixes (#466) 2017-10-18 21:25:48 +02:00
hmc5883l Code formatted, minor fixes (#466) 2017-10-18 21:25:48 +02:00
http-parser HTTP parser intergation (#263) 2016-11-23 17:58:02 +02:00
http_client_ota Http download issue when connection lost (#723) 2019-06-23 08:22:59 +02:00
httpd libc: update to upstream master. 2017-09-21 23:44:24 +10:00
i2c Merge pull request #642 from ourairquality/i2c-clock-stretch-slow 2018-06-17 12:16:24 +05:00
i2s_dma Add an argument to ISRs. Disable interrupts while masking them. 2017-08-30 13:51:32 +10:00
ina3221 ina3221 ptr NULL security 2017-11-17 20:44:02 +01:00
jsmn Add JSON support 2016-05-15 22:32:14 +10:00
l3gd20h L3GD20H 3-axes gyroscope driver (#545) 2018-01-20 17:01:59 +05:00
libesphttpd Allow html files customization for libesphttpd 2017-12-30 09:48:17 +01:00
lis3dh LIS3DH 3-axes accelerometer driver added (#546) 2018-01-20 17:01:38 +05:00
lis3mdl LIS3MDL 3-axes magnetometer driver added (#547) 2018-01-20 17:00:35 +05:00
lsm303d LSM303D e-Compass driver added (#548) 2018-01-20 16:59:54 +05:00
mactimer mactimer: add mactimer_disarm to remove a pending timer. 2019-04-11 22:10:41 +10:00
max7219 MAX7219 driver fix 2017-12-27 00:33:59 +05:00
mbedtls mbedtls: update and integrate upstream fixes. 2018-04-03 15:30:25 +10:00
mcp4725 Code formatted, minor fixes (#466) 2017-10-18 21:25:48 +02:00
mdnsresponder Turn off mdnsresponder debugging by default 2018-06-08 22:09:15 +02:00
ms561101ba03 Code formatted, minor fixes (#466) 2017-10-18 21:25:48 +02:00
multipwm@44ecea5757 Multi-Channel Soft PWM library (#579) 2018-02-23 22:29:42 +05:00
onewire onewire: fix some variable declarations that should have been signed. 2019-04-06 11:59:45 +11:00
paho_mqtt_c lwip: define LWIP_POSIX_SOCKETS_IO_NAMES as zero (#457) 2017-10-18 19:33:32 +02:00
pca9685 Fix full on/off in pca9685. 2020-08-16 12:28:42 +01:00
pcf8574 Code formatted, minor fixes (#466) 2017-10-18 21:25:48 +02:00
pcf8591 Added DAC support to PCF8591 driver 2017-10-13 00:54:08 +05:00
pwm pwm fix (#485) 2017-12-02 11:54:04 +05:00
rboot-ota Fix compiler warnings over const losses. 2019-04-06 11:39:29 +11:00
sdio CMD25 workaround for SDIO 2018-08-02 19:05:42 +05:00
sht3x minor changes 2018-01-06 15:34:36 +01:00
sntp Fix compiler warnings over const losses. 2019-04-06 11:39:29 +11:00
softuart Softuart (#307) 2017-03-06 23:28:20 +06:00
spiffs Fix the SPIFFS POSIX API (#489) 2017-11-22 16:45:48 +01:00
ssd1306 Merge pull request #748 from 0x0aa/optimize-ssd1306-fill-rectangle 2020-06-19 16:47:08 +05:00
stdin_uart_interrupt Really added missing include 2018-06-30 20:50:57 +02:00
timekeeping extras/timekeeping -- provide POSIX-like interface (#578) 2018-03-01 05:01:40 +05:00
tsl2561 tsl2561: fix a variable declaration the should have been signed. 2019-04-06 12:08:40 +11:00
tsl4531 Code formatted, minor fixes (#466) 2017-10-18 21:25:48 +02:00
tsoftuart tsoftuart: add a softare timer base UART driver, and example. 2019-04-11 23:15:44 +10:00
ultrasonic Fix for counter overflow in delays based on sdk_system_get_time() 2017-04-22 00:55:41 +05:00
wificfg Merge pull request #646 from ourairquality/wificfg-hostname 2018-06-17 12:40:30 +05:00
ws2812 Make headers in extras more cpp friendly 2016-10-24 18:13:17 +05:00
ws2812_i2s prevent multiple initialization memory allocation and inform user if allocation was fail 2018-03-27 10:56:46 +02:00