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
2017-11-01
teensy: Get port compiling without any warnings.
Damien George
2017-10-28
unix: Enable MICROPY_PY_REVERSE_SPECIAL_METHODS.
Paul Sokolovsky
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
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-13
extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.
Damien George
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-11
esp8266/modules/webrepl_setup: Add info about allowed password length.
Vitor Massaru Iha
2017-10-10
lib/libm: Remove implementation of log2f, use MP_NEED_LOG2 instead.
Damien George
2017-10-09
esp8266/modnetwork: Add "bssid" keyword arg to WLAN.connect() method.
Damien George
2017-10-07
zephyr: Switch to interrupt-driven pull-style console.
Paul Sokolovsky
2017-10-07
zephyr: Use CONFIG_NET_APP_SETTINGS to setup initial network addresses.
Paul Sokolovsky
2017-10-06
stm32/boards: Fix typos in stm32f767_af.csv table.
Damien George
2017-10-05
stm32/modnwwiznet5k: Get the IP address of an established socket.
Li Weiwei
2017-10-05
py/persistentcode: Bump .mpy version number to version 3.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-10-03
esp8266/esp_mphal: Send data in chunks to mp_uos_dupterm_tx_strn.
Damien George
2017-09-26
py: Add config option to print warnings/errors to stderr.
David Lechner
2017-09-25
stm32/timer: Enable ARPE so that timer freq can be changed smoothly.
Damien George
2017-09-22
stm32/usbdev: Move all the USB device descriptor state into its struct.
Damien George
2017-09-22
stm32/usbdev: Make device descriptor callbacks take a state pointer.
Damien George
2017-09-21
stm32/usbdev: Merge all global USB device state into a single struct.
Damien George
2017-09-21
stm32/usbdev: Simplify pointers to MSC state and block dev operations.
Damien George
2017-09-21
stm32/usbdev: Put all state for the USB device driver in a struct.
Damien George
2017-09-21
stm32/usbdev/core: Add state parameter to all callback functions.
Damien George
2017-09-21
stm32/usbdev: Simplify HID tx/rx buffer passing.
Damien George
2017-09-21
stm32/usbdev: Simplify CDC tx/rx buffer passing.
Damien George
2017-09-21
stm32/usbdev: Put all HID state in a struct.
Damien George
2017-09-21
stm32/usbdev: Put all CDC state in a struct.
Damien George
2017-09-21
py/vstr: Raise a RuntimeError if fixed vstr buffer overflows.
Damien George
2017-09-20
stm32/usbdev: Change static function variable to non-static.
Damien George
2017-09-20
stm32/usbdev: Make the USBD callback struct const so it can go in ROM.
Damien George
2017-09-13
stm32/mpconfigport.h: Add configuration for max periphs on L4 series.
Damien George
2017-09-13
stm32/timer: Make pyb.Timer() instances persistent.
Damien George
2017-09-12
py/builtinhelp: Change signature of help text var from pointer to array.
Damien George
2017-09-12
stm32/make-stmconst.py: Make sure mpz const data lives in ROM.
Damien George
2017-09-10
zephyr/Makefile: Revamp "test" target after ports were moved to ports/.
Paul Sokolovsky
2017-09-10
tests/class_reverse_op: Test for reverse arith ops special methods.
Paul Sokolovsky
2017-09-10
py/runtime: Implement dispatch for "reverse op" special methods.
Paul Sokolovsky
2017-09-10
esp8266: Set DEFPSIZE=1024, MINCACHE=3 for "btree" module.
Paul Sokolovsky
[next]