8316 Commits (72491b3e40db75e7edf5831e8914a1ca5c8e9937)
 

Author SHA1 Message Date
Damien George 689dae1211 cc3200: Use standard implementation of keyboard interrupt. 7 years ago
Robert HH ab9d7619fc cc3200: Enable micropython.kbd_intr() method 7 years ago
Damien George d4b75f6b68 py/obj: Fix comparison of float/complex NaN with itself. 7 years ago
Paul Sokolovsky 9950865c39 py/objfloat: Fix binary ops with incompatible objects. 7 years ago
Damien George dd376a239d py/nlrthumb: Get working again on standard Thumb arch (ie not Thumb2). 7 years ago
Damien George 860eeeea9b py/qstrdefs: Remove unused qstrs. 7 years ago
Damien George 1ee6c3771f .gitattributes: Remove obsolete entries for stmhal/hal, stmhal/cmsis. 7 years ago
Damien George bebff0dab0 pic16bit: Add definition of SEEK_SET to unistd.h. 7 years ago
Damien George 2daacc5cee py/modstruct: Check and prevent buffer-write overflow in struct packing. 7 years ago
Damien George 79d5acbd01 py/modstruct: Check and prevent buffer-read overflow in struct unpacking 7 years ago
Damien George 793d826d9d py/modstruct: In struct.pack, stop converting if there are no args left. 7 years ago
Paul Sokolovsky b349479a49 tests/class_new: Add another testcase for __new__/__init__ interaction. 7 years ago
Damien George ca21aed0a1 py: Make m_malloc_fail() have void return type, since it doesn't return. 7 years ago
Damien George 6c9fca2aa9 py/map: Remove unused new/free functions. 7 years ago
Damien George 0e420d48ee py/map: Replace always-false condition with assertion. 7 years ago
Damien George 09547f0f51 extmod/modubinascii: Only include uzlib/tinf.h when it's really needed. 7 years ago
Paul Sokolovsky 4556bd2acd py/objtype: mp_obj_class_lookup: Improve debug logging. 7 years ago
Paul Sokolovsky 35be9e805f tests/class_new: Add checks for __init__ being called and other improvements. 7 years ago
Paul Sokolovsky b565c36963 tests/object_new: Better messages, check user __new__() method. 7 years ago
Paul Sokolovsky df6605eaba py/objtype: mp_obj_instance_make_new: Fix typos in comment. 7 years ago
Damien George 0102ee092b py: Change obsolete "///" comment formatting to normal comments. 7 years ago
Damien George 71c9cfb028 all: Convert remaining "mp_uint_t n_args" to "size_t n_args". 7 years ago
Paul Sokolovsky 784909ce16 py/objtype: Handle NotImplemented return from binary special methods. 7 years ago
Damien George 8388ec4e35 stmhal: Update to new STM Cube HAL library. 7 years ago
Damien George fe6f0354f6 docs/library/micropython: Fix typo in RST formatting. 7 years ago
Damien George e30ba2f1c7 docs/library: Add description of "index" parameter to uos.dupterm(). 8 years ago
Damien George 6568001c00 stmhal/Makefile: Automatically fetch stm32lib submodule if needed. 7 years ago
Damien George 293e81f31e stmhal: Remove cmsis and hal files, they are now a submodule. 7 years ago
Damien George 05eba60d84 stmhal/Makefile: Use lib/stm32lib instead of local cmsis and hal files. 7 years ago
Damien George 904eb2d9f3 lib: Add new submodule, stm32lib containing STM32 CMSIS and HAL source. 7 years ago
Damien George 58321dd985 all: Convert mp_uint_t to mp_unary_op_t/mp_binary_op_t where appropriate 7 years ago
Damien George be8e5744e6 py/nlrx86,x64: Replace #define of defined() with portable macro usage. 7 years ago
Damien George 613510bce8 drivers/memory/spiflash: Change from hard-coded soft SPI to generic SPI. 7 years ago
Paul Sokolovsky d5336ba136 docs/machine.Signal: Improve style/grammar and add usage example. 7 years ago
Paul Sokolovsky 37379a2974 py/objstr: startswith, endswith: Check arg to be a string. 7 years ago
Paul Sokolovsky c5c095690f docs/library/network: Fix ref to "socket" module (should be "usocket"). 7 years ago
Paul Sokolovsky 358a7ba014 docs: More xrefs to "MicroPython port" in glossary. 7 years ago
Damien George 7e6881cf7d stmhal/boards/pllvalues.py: Make script work with both Python 2 and 3. 7 years ago
Damien George 3e1412a1fb stmhal/Makefile: Use GEN_PINS_HDR var instead of writing it explicitly. 7 years ago
Damien George a8052d343c stmhal/modmachine: For F7 MCU, save power by reducing internal volt reg. 7 years ago
Damien George 41b4686dd7 stmhal: Compute PLL freq table during build instead of at run time. 7 years ago
Damien George b84268d49c docs/pyboard/tutorial: Add "timeout=0" to UART in pass-through example. 7 years ago
Damien George fc483706d3 stmhal/modmachine: Improve support for sleep/deepsleep on F7 MCUs. 7 years ago
Damien George 49316b864b stmhal/modmachine: Make machine.bootloader() work when MPU is enabled. 7 years ago
Damien George 1f78e7a431 docs: Bump version to 1.9.2. 7 years ago
Damien George f9ecaa132f py/asmthumb: Use existing macro to properly clear the D-cache. 7 years ago
Paul Sokolovsky 64a3c52f66 docs: Consistently link to micropython-lib in glossary. 7 years ago
Ein Terakawa ab2c64cc76 esp8266: Fix UART stop bit constants. 7 years ago
Damien George 1c6b442d32 extmod/modubinascii: Don't post-increment variable that won't be used. 7 years ago
Damien George f5309fc4ff py/formatfloat: Don't post-increment variable that won't be used again. 7 years ago