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
Age
Commit message (
Expand
)
Author
2017-04-01
all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h
Damien George
2017-03-31
zephyr/modusocket: Implement send().
Paul Sokolovsky
2017-03-31
zephyr/modusocket: Implement bind() and connect().
Paul Sokolovsky
2017-03-31
all: Use full path name when including mp-readline/timeutils/netutils.
Damien George
2017-03-31
unix: Convert mp_uint_t to size_t in alloc.c.
Pavol Rusnak
2017-03-31
stmhal/i2c: Clean the cache so that I2C DMA works on F7 MCUs.
Damien George
2017-03-31
stmhal: Move L4/F7 I2C timing constants from mpconfigboard.h to i2c.c.
Damien George
2017-03-31
zephyr: Integrate modusocket into build.
Paul Sokolovsky
2017-03-31
zephyr/modusocket: Initial version of usocket module for Zephyr.
Paul Sokolovsky
2017-03-30
zephyr: Fix NLR segfault in minimal build.
Paul Sokolovsky
2017-03-30
zephyr/Makefile: Add workaround (fix?) for broken builds for DTS targets.
Paul Sokolovsky
2017-03-30
py/objzip: Convert mp_uint_t to size_t.
Damien George
2017-03-30
stmhal/dma: Don't include SDMMC2 struct if SDMMC2 is not available.
Damien George
2017-03-30
stmhal/boards: Remove F769 alt function table, it's same as for F767.
Damien George
2017-03-30
stmhal/boards/STM32F769DISC: Fix user switch pin, and document stlink.
Damien George
2017-03-30
stmhal/boards/STM32F769DISC: Get SD card working by using SDMMC2.
Damien George
2017-03-30
stmhal/boards: Update F76x alternate function table to add SDMMC2.
Damien George
2017-03-30
stmhal/sdcard: Add support for SDMMC2 on F7 MCUs.
Damien George
2017-03-30
stmhal: Support SDMMC alternate functions in pin generation.
Damien George
2017-03-30
zephyr/Makefile: Rework to use modern, official build integration.
Paul Sokolovsky
2017-03-29
modutimeq: Add peektime() function (provisional).
Jan Pochyla
2017-03-29
cc3200/mods/pybi2c: Raise OSError if readfrom_mem fails to write addr.
Damien George
2017-03-29
stmhal/spi: Increase SPI transfer timeout, proportional to num bytes.
Damien George
2017-03-29
cc3200: Update for changes to mp_obj_str_get_data.
Damien George
2017-03-29
esp8266: Update for changes to mp_obj_str_get_data.
Damien George
2017-03-29
stmhal: Update for changes to mp_obj_str_get_data.
Damien George
2017-03-29
lib/netutils: Update for changes to mp_obj_str_get_data.
Damien George
2017-03-29
extmod: Update for changes to mp_obj_str_get_data.
Damien George
2017-03-29
py: Change mp_uint_t to size_t for mp_obj_str_get_data len arg.
Damien George
2017-03-29
stmhal: Update to use size_t for tuple/list accessors.
Damien George
2017-03-29
esp8266: Update to use size_t for tuple/list accessors.
Damien George
2017-03-29
cc3200: Update to use size_t for tuple/list accessors.
Damien George
2017-03-29
unix: Convert mp_uint_t to size_t for use of mp_obj_list_get.
Damien George
2017-03-29
extmod/moduselect: Update to use size_t for array accessor.
Damien George
2017-03-29
py: Convert mp_uint_t to size_t for tuple/list accessors.
Damien George
2017-03-29
extmod/vfs_fat: Fix calculation of total blocks in statvfs.
Damien George
2017-03-29
py/compile: Provide terse error message for invalid dict/set literals.
Damien George
2017-03-29
py: Shorten a couple of error messages.
Damien George
2017-03-29
py/compile: Simplify syntax-error messages for illegal assignments.
Damien George
2017-03-29
py/lexer: Simplify and reduce code size for operator tokenising.
Damien George
2017-03-29
zephyr/prj_base.conf: Enable TCP (and UDP explicitly).
Paul Sokolovsky
2017-03-28
py: Use mp_raise_TypeError/mp_raise_ValueError helpers where possible.
Damien George
2017-03-28
stmhal/dma: Fix reinitialisation of DMA on F7 MCUs, following F4.
Damien George
2017-03-28
stmhal/hal: For F7 MCUs, expose DMA_CalcBaseAndBitshift function.
Damien George
2017-03-28
stmhal/spi: Clean and/or invalidate D-cache before SPI DMA transfers.
Damien George
2017-03-28
stmhal/board: Fix existing and add more pin defs for NUCLEO_F767ZI.
Damien George
2017-03-28
stmhal/boards: Fix alt-func config for PA5 of STM32F767.
Damien George
2017-03-27
zephyr/prj_base.conf: Disable legacy kernel compatibility.
Paul Sokolovsky
2017-03-27
py/objmap: Convert mp_uint_t to size_t.
Damien George
2017-03-27
esp8266/modesp: Remove long-obsolete and unused espconn bindings.
Damien George
[next]