summaryrefslogtreecommitdiff
path: root/ports/nrf/common-hal/neopixel_write
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
2020-03-13Fix autoreload, neopixel, monotonic_ns and sleep w/o SDScott Shawcroft
2020-03-13First try at lowering the power consumptionScott Shawcroft
2020-02-21use realloc insteadDan Halbert
2020-02-21put neopixel_write buffer in root pointersDan Halbert
2020-02-20merge from upstreamDan Halbert
2020-01-23reset NeoPixels on CPB on soft reloadDan Halbert
2020-01-08add missing .h fileRoy Hooper
2020-01-08address code reviewRoy Hooper
2020-01-08add reset of heap to board reset for nrf portRoy Hooper
2020-01-08try (re)using the buffer in neopixel_writeRoy Hooper
2020-01-03Throw an error when we cannot allocate PWM pixel bufferScott Shawcroft
2019-08-11nrf: Use RUN_BACKGROUND_TASKSJeff Epler
2019-06-20nrf: fix neopixel_write pwm buf size calcDan Halbert
2019-02-15finish Makefile refactoring; nrf builds workDan Halbert
2019-01-10merge translations; add bleio comments; fix minor sphinx issues in midiDan Halbert
2019-01-08clean up neopixel write !!hathach
2018-12-30Remove nRF52832 supportDan Halbert
2018-12-06Rework safe mode and have heap overwrite trigger it.Scott Shawcroft
2018-11-23A few fixes for nRF52840 feather QSPI and neopixelScott Shawcroft
2018-09-05neopixel_write merge; alphabetize stuff in MakefileDan Halbert
2018-09-05use nrf_pwm instead of direct registershathach
2018-09-04fix nrf52832 build 2hathach
2018-09-04fix nrf52832 buildhathach
2018-09-04run background job while waiting for neopixel write seqendhathach
2018-09-04add neopixel_write implementation, work okhathach
2018-09-04adding neopixel writehathach