circuitpython/supervisor/shared
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
..
bluetooth -Werror=missing-prototypes for nRF 2021-11-10 11:26:54 -06:00
external_flash Enable -Wmissing-prototypes for atmel-samd 2021-11-09 20:05:00 -06:00
usb Allow to tailor tinyusb configuration for port specific needs 2022-01-05 19:28:07 +01:00
autoreload.c Two tweaks to BLE workflow 2021-08-24 13:57:42 -07:00
autoreload.h Two tweaks to BLE workflow 2021-08-24 13:57:42 -07:00
background_callback.c Enable -Wmissing-prototypes for atmel-samd 2021-11-09 20:05:00 -06:00
board.c run code formatting script 2021-03-15 19:27:36 +05:30
board.h run code formatting script 2021-03-15 19:27:36 +05:30
cpu.c Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00
cpu.h modify copyright notice. 2021-04-25 19:57:21 +09:00
display.c Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00
display.h
filesystem.c go into safe mode if not CIRCUITPY available 2021-12-27 18:58:24 -05:00
flash.c Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00
internal_flash.h
lock.c compiles 2021-06-14 20:54:43 -04:00
lock.h compiles 2021-06-14 20:54:43 -04:00
memory.c chore(usb_vendor): update non-movable memory enum 2021-10-04 07:36:08 -07:00
micropython.c Enable -Wmissing-prototypes for atmel-samd 2021-11-09 20:05:00 -06:00
rgb_led_colors.h Simplify the status LED to save power 2021-05-13 14:41:20 -07:00
safe_mode.c address review comments 2021-12-27 19:36:11 -05:00
safe_mode.h go into safe mode if not CIRCUITPY available 2021-12-27 18:58:24 -05:00
serial.c Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00
stack.c Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00
stack.h run code formatting script 2021-03-15 19:27:36 +05:30
status_leds.c ESP NeoPixel fixes 2022-01-19 16:29:07 -08:00
status_leds.h check for missing pins; deinit txrx leds 2021-11-30 19:16:21 -05:00
tick.c restore BLEIO HCI background task 2021-12-07 22:39:17 -05:00
tick.h
traceback.c Formatting fixes 2021-07-22 12:57:10 -04:00
traceback.h Formatting fixes 2021-07-22 12:57:10 -04:00
translate.c Improve mp_printf with support for compressed strings 2021-08-09 08:27:28 -05:00
translate.h Improve mp_printf with support for compressed strings 2021-08-09 08:27:28 -05:00
workflow.c Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00
workflow.h `workflow_active` was never defined or used 2021-05-01 13:34:28 -04:00