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
Age
Commit message (
Expand
)
Author
2017-10-24
unix/modusocket: Remove #if MICROPY_SOCKET_EXTRA code blocks.
Paul Sokolovsky
2017-10-24
atmel-samd: Use our own CDC output cache because the internal (#366)
Scott Shawcroft
2017-10-24
atmel-samd: Update metro m4 USB PID. (#365)
Scott Shawcroft
2017-10-24
all: Use NULL instead of "" when calling mp_raise exception helpers.
Damien George
2017-10-23
Merge 2.1.0 changes into master.
Dan Halbert
2017-10-23
unix: Rename modsocket.c to modusocket.c.
Paul Sokolovsky
2017-10-22
Gracefully reset the gamepad module
Radomir Dopieralski
2017-10-22
atmel-samd: Correct the UF2 bootloader offset when converting the bin to uf2.
Scott Shawcroft
2017-10-21
First attempt to move py/modmath.c to shared-bindings/math
mrmcwethy
2017-10-21
py/objtype: Fit qstrs for special methods in byte type.
Paul Sokolovsky
2017-10-20
atmel-samd: Re-enable pin reset. Fixes #352 (#353)
Scott Shawcroft
2017-10-19
atmel-samd: Switch Metro M4 Express to SAMD51J19. (#351)
Scott Shawcroft
2017-10-19
shared-bindings/storage/__init__.c: Change remount() readonly to kw arg (#286).
Josh Gadeken
2017-10-19
py/objtype: Use CPython compatible method name for sizeof.
Paul Sokolovsky
2017-10-19
py/argcheck: Remove #if guard around terse error message helper func.
Damien George
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-19
extmod/uos_dupterm: Swallow any errors from dupterm closing the stream.
Damien George
2017-10-19
README: Add gcc and arm-none-eabi-newlib to list of required components.
Damien George
2017-10-18
atmel-samd: Turn on SAMD51 bootloader build layout. (#348)
Scott Shawcroft
2017-10-18
CircuitPython now has struct instead of ustruct (#302)
Michael McWethy
2017-10-18
atmel-samd: Update asf4 to include USB fix for SAMD51.
Scott Shawcroft
2017-10-18
atmel-samd: Fix CDC now that its clear its async.
Scott Shawcroft
2017-10-18
atmel-samd: Add mass storage support.
Scott Shawcroft
2017-10-17
Added Trinket to README.md (#344)
Andon
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
docs/library/network: Update docs to state that W5500 is supported.
Damien George
2017-10-16
travis: Update build command now that stm32 Wiznet config has changed.
Damien George
2017-10-16
stm32/modnwwiznet5k: Add support for W5500 Ethernet chip.
Damien George
2017-10-16
drivers/wiznet5k: Get low-level W5500 driver working.
Damien George
2017-10-16
drivers/wiznet5k: Improve the performance of socket ops with threading.
Li Weiwei
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
2017-10-16
stm32/modusocket: Make getaddrinfo() work when passed an IP address.
Damien George
2017-10-16
stm32/modnwwiznet5k: Implement WIZNET5K.isconnected() method.
Damien George
2017-10-15
README: Add explicit section on contributing.
Paul Sokolovsky
2017-10-13
Merge pull request #320 from dhalbert/master
Dan Halbert
2017-10-13
ports/nrf: Add compile switch to disable VFS.
Ayke van Laethem
2017-10-13
extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.
Damien George
2017-10-12
TEMPORARY changes to get build to work on all boards. Make space on CPX; turn...
Dan Halbert
2017-10-13
stm32/usbd_cdc_interface.h: Fix code comments after recent refactor.
Li Weiwei
2017-10-13
stm32/usbd_cdc_interface: Don't reset CDC output buf on initialisation.
Damien George
2017-10-12
merge 2.x changes into master; touch up Makefile CFLAGS logic
Dan Halbert
2017-10-12
ports/nrf: Use --gc-sections to reduce code size
Ayke van Laethem
2017-10-12
Don't create a new filesystem if we restart in safe mode. (#319)
Dan Halbert
2017-10-12
Replace asf4 tree with submodule repo adafruit/asf4, branch circuitpython.
Dan Halbert
2017-10-12
py/emitnative: Simplify binary op emitter, no need to check inplace ops.
Damien George
2017-10-11
py/emitnative: Implement floor-division and modulo for viper emitter.
Damien George
2017-10-11
esp8266/modules/webrepl_setup: Add info about allowed password length.
Vitor Massaru Iha
[prev]
[next]