circuitpython/ports/espressif/common-hal
Scott Shawcroft 13db65566d
ESP NeoPixel fixes
This tweaks the RMT timing to better match the 1/3 and 2/3 of 800khz
guideline for timing. It also ensures a delay of 300 microseconds
with the line low before reset.

Pin reset is now changed to the IDF default which pulls the pin up
rather than CircuitPython's old behavior of floating the pin.

Fixes #5679
2022-01-19 16:29:07 -08:00
..
alarm Merge pull request #5761 from adafruit/7.1.x 2021-12-23 06:30:05 -07:00
analogio update espressif port 2021-12-30 19:23:41 +05:30
audiobusio Rename esp32s2 port to espressif 2021-09-13 16:44:55 -07:00
board Rename esp32s2 port to espressif 2021-09-13 16:44:55 -07:00
busio espressif: busio.SPI: Use SPI_DMA_CH_AUTO 2021-12-04 09:12:38 -06:00
canio Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00
countio countio: add selectable rise and fall detection, pulls 2021-12-31 16:34:58 -05:00
digitalio use GPIO_MODE_ instead of GPIO_MODE_DEF 2022-01-15 23:05:33 -05:00
dualbank rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
frequencyio update espressif port 2021-11-24 18:01:34 +05:30
i2cperipheral rename i2c_num_status to peripherals_i2c_get_free_num 2021-10-07 14:12:14 +05:30
imagecapture ParallelImageCapture: Add continuous capture on espressif 2021-11-03 11:02:46 -05:00
microcontroller ESP NeoPixel fixes 2022-01-19 16:29:07 -08:00
neopixel_write ESP NeoPixel fixes 2022-01-19 16:29:07 -08:00
nvm Enable -Werror=missing-prototypes on espressif port 2021-11-10 11:07:45 -06:00
os Enable -Werror=missing-prototypes on espressif port 2021-11-10 11:07:45 -06:00
paralleldisplay Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00
ps2io Enable -Werror=missing-prototypes on espressif port 2021-11-10 11:07:45 -06:00
pulseio Enable -Werror=missing-prototypes on espressif port 2021-11-10 11:07:45 -06:00
pwmio espressif: pwmout: get rid of not_first_reset special case 2021-12-06 10:08:44 -06:00
rgbmatrix Rename esp32s2 port to espressif 2021-09-13 16:44:55 -07:00
rotaryio Enable -Werror=missing-prototypes on espressif port 2021-11-10 11:07:45 -06:00
rtc rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
socketpool Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
ssl Apply suggestions from code review 2021-12-14 20:03:44 +00:00
supervisor rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
time Rename esp32s2 port to espressif 2021-09-13 16:44:55 -07:00
touchio rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
watchdog Enable -Werror=missing-prototypes on espressif port 2021-11-10 11:07:45 -06:00
wifi like #5571, but for AP 2021-11-16 12:21:50 -06:00