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
/
supervisor
/
shared
/
rgb_led_status.c
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2021-03-02
wip
Dan Halbert
2020-11-19
wip; not compiling yet
Dan Halbert
2020-11-19
wip
Dan Halbert
2020-10-27
Start tweaking the workflow to sleep
Scott Shawcroft
2020-08-24
Fix RGB LED use
Scott Shawcroft
2020-08-10
Add skip for rgb matrix exception handling
Lucian Copeland
2020-08-10
Fix neopixel macro issue, set default neopixel color
Lucian Copeland
2020-08-05
Fix pwm reset spew, protect against null reference in led status
Lucian Copeland
2020-08-04
Rework build flags, prevent idf errors
Lucian Copeland
2020-03-17
Fix DotStar status LED init.
Scott Shawcroft
2019-11-18
Supervisor: move most of systick to the supervisor
Jeff Epler
2019-11-15
add missing include
Hierophect
2019-11-15
Add never_reset and reset to pin common hal, adjust files
Hierophect
2019-11-01
Reduce DotStar status brightness; macros for status colors
Dan Halbert
2019-10-25
add object types to rgb status objects;mark spi rgb objects as never_reset
Dan Halbert
2019-10-25
Initial Itsy nRF52840 defn
Dan Halbert
2019-09-09
fix atmel-samd filesystem_tick'ing; clear_temp_status() should check for stat...
Dan Halbert
2019-09-02
Merge in 4.x status dotstar fix
Dan Halbert
2019-08-27
Disable bitbangio on Itsy M0
Scott Shawcroft
2019-07-08
[rgb status] Adjust to current brightness
C47D
2019-07-07
[rgb status] Also invert the pwm values on clear_temp_status
C47D
2019-07-06
[rgb led status] Add CP_RGB_STATUS_PWM_INVERTED symbol to invert pwm signals.
C47D
2019-07-06
Fix up nrf so that it is initialized properly. Also, do not reset
Scott Shawcroft
2019-06-04
[supervisor/shared/rgb_led_status.c] Initial support for RGB led as Status
Carlos
2019-05-08
Make status light flash blue for incompatible mpy (fixes #1369)
Terri Oda
2019-03-26
Make status LED brightness change immediate.
Scott Shawcroft
2018-08-31
add pin claiming to devices
Dan Halbert
2018-08-02
Move pin struct to the peripherals library.
Scott Shawcroft
2018-06-01
atmel-samd: Re-org helper peripheral files into their own subdirectory.
Scott Shawcroft
2018-04-12
Fix the status neopixel flashing.
Scott Shawcroft
2018-03-08
fixes hardware dotstar support for 3.0 and addresses issue #514
Bryan Siepert
2018-02-27
Merge remote-tracking branch 'adafruit/2.x' into merge_2x
Scott Shawcroft
2017-11-22
M4 status LED flashing with no main.py present #447 Initialized stack variable
mrmcwethy
2017-10-31
atmel-samd: Add samd21 neopixel support.
Scott Shawcroft
2017-09-22
Move to ASF4 and introduce SAMD51 support. (#258)
3.0.0-alpha.0
Scott Shawcroft