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-04
cc3200: Use standard implementation of keyboard interrupt.
Damien George
2017-09-04
cc3200: Enable micropython.kbd_intr() method
Robert HH
2017-09-04
py/obj: Fix comparison of float/complex NaN with itself.
Damien George
2017-09-02
py/objfloat: Fix binary ops with incompatible objects.
Paul Sokolovsky
2017-09-01
py/nlrthumb: Get working again on standard Thumb arch (ie not Thumb2).
Damien George
2017-09-01
py/qstrdefs: Remove unused qstrs.
Damien George
2017-09-01
.gitattributes: Remove obsolete entries for stmhal/hal, stmhal/cmsis.
Damien George
2017-09-01
pic16bit: Add definition of SEEK_SET to unistd.h.
Damien George
2017-09-01
py/modstruct: Check and prevent buffer-write overflow in struct packing.
Damien George
2017-09-01
py/modstruct: Check and prevent buffer-read overflow in struct unpacking
Damien George
2017-09-01
py/modstruct: In struct.pack, stop converting if there are no args left.
Damien George
2017-09-01
tests/class_new: Add another testcase for __new__/__init__ interaction.
Paul Sokolovsky
2017-08-31
py: Make m_malloc_fail() have void return type, since it doesn't return.
Damien George
2017-08-31
py/map: Remove unused new/free functions.
Damien George
2017-08-31
py/map: Replace always-false condition with assertion.
Damien George
2017-08-31
extmod/modubinascii: Only include uzlib/tinf.h when it's really needed.
Damien George
2017-08-31
py/objtype: mp_obj_class_lookup: Improve debug logging.
Paul Sokolovsky
2017-08-30
tests/class_new: Add checks for __init__ being called and other improvements.
Paul Sokolovsky
2017-08-30
tests/object_new: Better messages, check user __new__() method.
Paul Sokolovsky
2017-08-30
py/objtype: mp_obj_instance_make_new: Fix typos in comment.
Paul Sokolovsky
2017-08-30
py: Change obsolete "///" comment formatting to normal comments.
Damien George
2017-08-30
all: Convert remaining "mp_uint_t n_args" to "size_t n_args".
Damien George
2017-08-30
py/objtype: Handle NotImplemented return from binary special methods.
Paul Sokolovsky
2017-08-29
stmhal: Update to new STM Cube HAL library.
Damien George
2017-08-29
docs/library/micropython: Fix typo in RST formatting.
Damien George
2017-08-29
docs/library: Add description of "index" parameter to uos.dupterm().
Damien George
2017-08-29
stmhal/Makefile: Automatically fetch stm32lib submodule if needed.
Damien George
2017-08-29
stmhal: Remove cmsis and hal files, they are now a submodule.
Damien George
2017-08-29
stmhal/Makefile: Use lib/stm32lib instead of local cmsis and hal files.
Damien George
2017-08-29
lib: Add new submodule, stm32lib containing STM32 CMSIS and HAL source.
Damien George
2017-08-29
all: Convert mp_uint_t to mp_unary_op_t/mp_binary_op_t where appropriate
Damien George
2017-08-29
py/nlrx86,x64: Replace #define of defined() with portable macro usage.
Damien George
2017-08-29
drivers/memory/spiflash: Change from hard-coded soft SPI to generic SPI.
Damien George
2017-08-29
docs/machine.Signal: Improve style/grammar and add usage example.
Paul Sokolovsky
2017-08-29
py/objstr: startswith, endswith: Check arg to be a string.
Paul Sokolovsky
2017-08-28
docs/library/network: Fix ref to "socket" module (should be "usocket").
Paul Sokolovsky
2017-08-28
docs: More xrefs to "MicroPython port" in glossary.
Paul Sokolovsky
2017-08-24
stmhal/boards/pllvalues.py: Make script work with both Python 2 and 3.
Damien George
2017-08-24
stmhal/Makefile: Use GEN_PINS_HDR var instead of writing it explicitly.
Damien George
2017-08-24
stmhal/modmachine: For F7 MCU, save power by reducing internal volt reg.
Damien George
2017-08-24
stmhal: Compute PLL freq table during build instead of at run time.
Damien George
2017-08-23
docs/pyboard/tutorial: Add "timeout=0" to UART in pass-through example.
Damien George
2017-08-23
stmhal/modmachine: Improve support for sleep/deepsleep on F7 MCUs.
Damien George
2017-08-23
stmhal/modmachine: Make machine.bootloader() work when MPU is enabled.
Damien George
2017-08-23
docs: Bump version to 1.9.2.
Damien George
2017-08-23
py/asmthumb: Use existing macro to properly clear the D-cache.
Damien George
2017-08-22
docs: Consistently link to micropython-lib in glossary.
Paul Sokolovsky
2017-08-21
esp8266: Fix UART stop bit constants.
Ein Terakawa
2017-08-21
extmod/modubinascii: Don't post-increment variable that won't be used.
Damien George
2017-08-21
py/formatfloat: Don't post-increment variable that won't be used again.
Damien George
[next]