index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
nrf
/
common-hal
/
neopixel_write
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2020-06-03
Fix up end of file and trailing whitespace.
Diego Elio Pettenò
2020-03-13
Fix autoreload, neopixel, monotonic_ns and sleep w/o SD
Scott Shawcroft
2020-03-13
First try at lowering the power consumption
Scott Shawcroft
2020-02-21
use realloc instead
Dan Halbert
2020-02-21
put neopixel_write buffer in root pointers
Dan Halbert
2020-02-20
merge from upstream
Dan Halbert
2020-01-23
reset NeoPixels on CPB on soft reload
Dan Halbert
2020-01-08
add missing .h file
Roy Hooper
2020-01-08
address code review
Roy Hooper
2020-01-08
add reset of heap to board reset for nrf port
Roy Hooper
2020-01-08
try (re)using the buffer in neopixel_write
Roy Hooper
2020-01-03
Throw an error when we cannot allocate PWM pixel buffer
Scott Shawcroft
2019-08-11
nrf: Use RUN_BACKGROUND_TASKS
Jeff Epler
2019-06-20
nrf: fix neopixel_write pwm buf size calc
Dan Halbert
2019-02-15
finish Makefile refactoring; nrf builds work
Dan Halbert
2019-01-10
merge translations; add bleio comments; fix minor sphinx issues in midi
Dan Halbert
2019-01-08
clean up neopixel write !!
hathach
2018-12-30
Remove nRF52832 support
Dan Halbert
2018-12-06
Rework safe mode and have heap overwrite trigger it.
Scott Shawcroft
2018-11-23
A few fixes for nRF52840 feather QSPI and neopixel
Scott Shawcroft
2018-09-05
neopixel_write merge; alphabetize stuff in Makefile
Dan Halbert
2018-09-05
use nrf_pwm instead of direct registers
hathach
2018-09-04
fix nrf52832 build 2
hathach
2018-09-04
fix nrf52832 build
hathach
2018-09-04
run background job while waiting for neopixel write seqend
hathach
2018-09-04
add neopixel_write implementation, work ok
hathach
2018-09-04
adding neopixel write
hathach