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
Age
Commit message (
Expand
)
Author
2019-05-16
correct USB PIDs for several boards
Dan Halbert
2019-05-14
Merge pull request #1884 from CapableRobot/capablerobot-usbhub
Scott Shawcroft
2019-05-14
Fix to prevent critical pins from being reset when MCU restarts or enters REPL
Chris Osterwood
2019-05-14
Added board definition for Capable Robot Programmable USB Hub
Chris Osterwood
2019-05-13
Fix pin lost
sabas1080
2019-05-10
Merge pull request #1873 from ElectronicCats/escornabot_makech
4.0.0-rc.2
Scott Shawcroft
2019-05-10
Update pins define
sabas1080
2019-05-10
Tighten down inlining on the pIRkey
Scott Shawcroft
2019-05-10
Merge latest adafruit/master in.
Scott Shawcroft
2019-05-08
Fix crash in internal filesystem on nrf
Scott Shawcroft
2019-05-08
Init escornabot
sabas1080
2019-05-08
Merge pull request #1855 from dhalbert/frequencyin-no-double-arith
Scott Shawcroft
2019-05-08
fix VID and PID inverted
sabas1080
2019-05-07
avoid double float arithmetic in FrequencyIn
Dan Halbert
2019-04-29
re-add i2s (its J not G!)
ladyada
2019-04-29
similar to pybadge, has pin defs for joystick - comes up with filesys and dis...
ladyada
2019-04-28
removed problem libraries from frozen build.
wallarug
2019-04-27
updated lots
wallarug
2019-04-25
added robohatmm1 board defs.
wallarug
2019-04-23
update periph submodule
ladyada
2019-04-23
fix up pybadge for final release board (swap backlite and reset)
ladyada
2019-04-22
Off-by-one error for usage of MAX_TX_IN_PROGRESS
Dan Halbert
2019-04-18
Merge pull request #1815 from dhalbert/stop-flicker
Scott Shawcroft
2019-04-18
add Display.__init__() args for brightness and auto_brightness
Dan Halbert
2019-04-17
Correct call structure for throwing errors
Scott Shawcroft
2019-04-17
Update translations and use same error for PDM too
Carlos
2019-04-17
[audiobusio-I2SOut] Fix translation error
Carlos
2019-04-17
[audiobusio-I2SOut] Fix compilation error by using mp_raise_ValueError_varg
Carlos
2019-04-17
Fix I2SOut message, fix #1765
Carlos
2019-04-17
Merge pull request #1754 from dmazzella/dmazzella-patch-1
Scott Shawcroft
2019-04-17
Merge pull request #1778 from pewpew-game/gamepad-shift
Dan Halbert
2019-04-16
Merge pull request #1804 from ITACAInnovation/master
Scott Shawcroft
2019-04-16
Merge pull request #1803 from nickzoic/circuitpython-nickzoic-1042-nrf-nvm-by...
Dan Halbert
2019-04-16
Merge remote-tracking branch 'adafruit/master' into gamepadshift
Scott Shawcroft
2019-04-16
Actually call gamepadshift_tick
Scott Shawcroft
2019-04-16
Merge branch 'master' into master
Scott Shawcroft
2019-04-16
Merge pull request #1798 from ntavish/papyr
Scott Shawcroft
2019-04-16
Fully split gamepadshift from gamepad
Scott Shawcroft
2019-04-16
Add files via upload
ITACA Innovation S.R.L
2019-04-16
Updates: VID&PID, pinout
ITACA Innovation S.R.L
2019-04-16
Add support for Electronut Labs Papyr.
Tavish Naruka
2019-04-16
Fix up single-byte access to nvm.ByteArray
Nick Moore
2019-04-16
Fixups for adafruit/circuitpython#1042
Nick Moore
2019-04-16
Make some space for NVM adafruit/circuitpython#1042
Nick Moore
2019-04-16
Switch supervisor/internal_flash to use new nrf_nvm_safe_flash_page_write
Nick Moore
2019-04-16
switch nvm.ByteArray to use new nrf_nvm_safe_flash_page_write
Nick Moore
2019-04-16
Add a peripherals/nrf/nvm.c to wrap flash page writes safely
Nick Moore
2019-04-16
Working flash pages for nvm.ByteArray adafruit/circuitpython#1042
Nick Moore
2019-04-16
switch CIRCUITPY_NVM on!
Nick Moore
2019-04-16
nvm.ByteArray reads & writes but no sensible erase yet adafruit/circuitpython...
Nick Moore
[next]