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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
Age
Commit message (
Expand
)
Author
2017-11-08
atmel-samd: Align SCSI responses.
3.0.0-alpha2
Scott Shawcroft
2017-11-08
Revert "atmel-samd: Tweak mass storage code to finish read sooner."
Dan Halbert
2017-11-07
atmel-samd: Update Feather M0 Express USB PID
Scott Shawcroft
2017-11-07
DigitalInOut: Use pin value % 32 to accomodate PORTB and up.
Dan Halbert
2017-11-07
Implement busio.I2c.
Dan Halbert
2017-11-06
atmel-samd: Tweak mass storage code to finish read sooner.
Scott Shawcroft
2017-11-06
atmel-samd: Enable -Os for SAMD51 and update neopixel accordingly.
Scott Shawcroft
2017-11-06
enable framebuf for ESP8266
Jerry Needell
2017-11-03
atmel-samd: Stop double CSW after MSC reads
Scott Shawcroft
2017-11-02
atmel-samd: Fix SAMD51 SWCLK reset so we can connect the JLink
Scott Shawcroft
2017-11-02
tools: Switch to using separate usb_descriptor repo.
Scott Shawcroft
2017-11-02
Merge tag 'v1.9.3'
Scott Shawcroft
2017-11-02
atmel-samd: update to October 2017 ASF4.
Scott Shawcroft
2017-11-01
atmel-samd: Fix the neopixel delay method so it handles overflow better.
Scott Shawcroft
2017-11-01
Merge pull request #391 from tannewt/longint_usb_fix
Dan Halbert
2017-11-01
atmel-samd: Reorder mpconfigport.mk and mpconfigboard.mk includes.
Scott Shawcroft
2017-11-01
Merge pull request #393 from tannewt/m4_neopixel
Dan Halbert
2017-10-31
atmel-samd: Add TX/RX led support for Metro M4.
Scott Shawcroft
2017-10-31
atmel-samd: remove infinite loop if USB MSC read fails.
Scott Shawcroft
2017-10-31
atmel-samd: Add samd21 neopixel support.
Scott Shawcroft
2017-11-01
teensy: Get port compiling without any warnings.
Damien George
2017-10-31
atmel-samd: Update and enable neopixel_write for ASF4, tested on SAMD21 only.
Tony DiCola
2017-10-31
atmel-samd: Turn on slice assignment in all builds.
Scott Shawcroft
2017-10-31
atmel-samd: Enable longints for M4 builds.
Scott Shawcroft
2017-10-31
atmel-samd: Fix non-DEBUG USB cdc.
Scott Shawcroft
2017-10-31
Create the build directory before running gen_usb_descriptor
Radomir Dopieralski
2017-10-30
atmel-samd: More USB polish
Scott Shawcroft
2017-10-28
unix: Enable MICROPY_PY_REVERSE_SPECIAL_METHODS.
Paul Sokolovsky
2017-10-27
Read serial input as a background task so we can check for the interrupt char...
Dan Halbert
2017-10-27
Check INTERNAL_LIBM make flag in a safer way.
Dan Halbert
2017-10-27
Revert "Allow main.py to be interrupted by ctrl-C" (#381)
Dan Halbert
2017-10-27
Read serial input as a background task so we can check for the interrupt char...
Dan Halbert
2017-10-27
Check INTERNAL_LIBM make flag in a safer way.
Dan Halbert
2017-10-26
Sync with https://github.com/adafruit/asf4/pull/3
Dan Halbert
2017-10-26
Don't use ERR_ABORTED. (#375)
Scott Shawcroft
2017-10-25
atmel-samd: Add support for ERR_ABORTED to indicate medium not present.
Scott Shawcroft
2017-10-25
atmel-samd: Stop hanging on usb write when a terminal isn't connected by chec...
Scott Shawcroft
2017-10-24
Merge commit 'f57be61' into nrf2_merge
Scott Shawcroft
2017-10-24
esp8266: Fix includes
Scott Shawcroft
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft
2017-10-24
unix/modusocket: Remove #if MICROPY_SOCKET_EXTRA code blocks.
Paul Sokolovsky
2017-10-24
all: Use NULL instead of "" when calling mp_raise exception helpers.
Damien George
2017-10-23
unix: Rename modsocket.c to modusocket.c.
Paul Sokolovsky
2017-10-19
stm32: Make uos.dupterm() conform to specs by using extmod version.
Damien George
2017-10-19
stm32/mphalport: Improve efficiency of mp_hal_stdout_tx_strn_cooked.
Damien George
2017-10-17
stm32/modnwwiznet5k: Implement stream ioctl for the Wiznet driver.
Damien George
2017-10-17
stm32/modnwwiznet5k: Increase SPI bus speed to 42MHz.
Damien George
2017-10-16
stm32/modnwwiznet5k: Add support for W5500 Ethernet chip.
Damien George
2017-10-16
stm32/mpconfigport.h: Add MICROPY_THREAD_YIELD() macro.
Li Weiwei
2017-10-16
stm32/modusocket: Return OSError(-2) if getaddrinfo fails.
Damien George
[next]