index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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-21
py/stream: Remove unnecessary checks for NULL return from vstr_add_len.
Damien George
2017-09-21
py/objexcept: Prevent infinite recursion when allocating exceptions.
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-19
py/objstr: strip: Don't strip "\0" by default.
Paul Sokolovsky
2017-09-18
py/mpconfig.h: Add note that using computed gotos in VM is not C99.
Damien George
2017-09-18
py/{objfloat,objcomplex}: Optimise MP_UNARY_OP_ABS by reusing variables.
Damien George
2017-09-18
py/modbuiltins: Implement abs() by dispatching to MP_UNARY_OP_ABS.
Paul Sokolovsky
2017-09-17
docs/btree: Describe page caching policy of the underlying implementation.
Paul Sokolovsky
2017-09-16
tests/cpydiff: Add cases for locals() discrepancies.
Paul Sokolovsky
2017-09-13
py/emitbc: Remove stray semicolon in outer scope.
Damien George
2017-09-13
py/runtime.h: Change empty mp_warning macro so var-args are non empty.
Damien George
2017-09-13
stm32/mpconfigport.h: Add configuration for max periphs on L4 series.
Damien George
2017-09-13
docs/library/framebuf.rst: Generalise constructor to all colour formats.
Peter Hinch
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
extmod/machine_pinbase: Put PinBase singleton in ROM.
Damien George
2017-09-12
py/nlrx86: Fix building for Android/x86.
ASM
2017-09-12
stm32/make-stmconst.py: Make sure mpz const data lives in ROM.
Damien George
2017-09-11
README: Update "Dependencies" section.
Paul Sokolovsky
2017-09-10
tests/run-tests: Fix copy-paste mistake in var name.
Paul Sokolovsky
2017-09-10
tests/run-tests: Skip class_inplace_op for minimal profile.
Paul Sokolovsky
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
travis: Use --upgrade when pip is installing cpp-coveralls.
Damien George
2017-09-10
esp8266: Set DEFPSIZE=1024, MINCACHE=3 for "btree" module.
Paul Sokolovsky
2017-09-10
berkeley-db-1.xx: Update, allow to override MINCACHE, DEFPSIZE.
Paul Sokolovsky
2017-09-10
esp8266/posix_helpers: Set ENOMEM on memory alloc failure.
Paul Sokolovsky
2017-09-10
esp8266: Rename axtls_helpers.c to posix_helpers.c.
Paul Sokolovsky
2017-09-10
stm32/boards: Add new board B_L475E_IOT01A based on STM32L475.
Tobias Badertscher
2017-09-10
py/builtinhelp: Simplify code slightly by extracting object type.
Damien George
2017-09-09
docs/reference/isr_rules.rst Add tutorial on use of micropython.schedule().
Peter Hinch
2017-09-08
stm32/modnwwiznet5k: Release the GIL on blocking network operations.
Damien George
2017-09-08
tests/run-bench-tests: Update locations of executables, now in ports/.
Damien George
2017-09-08
stm32/i2c: When scanning for I2C devices only do 1 probe per address.
Damien George
2017-09-08
py/runtime0.h: Put inplace arith ops in front of normal operations.
Paul Sokolovsky
2017-09-07
py/runtime0.h: Regroup operations a bit.
Paul Sokolovsky
2017-09-07
py/objtype: Make sure mp_binary_op_method_name has full size again.
Paul Sokolovsky
2017-09-07
py/runtime0.h: Move MP_BINARY_OP_DIVMOD to the end of mp_binary_op_t.
Paul Sokolovsky
2017-09-07
py/runtime0.h: Move relational ops to the beginning of mp_binary_op_t.
Paul Sokolovsky
2017-09-07
py/objlist: Properly implement comparison with incompatible types.
Paul Sokolovsky
[prev]
[next]