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
2018-10-22
py/objstr: Make str.count() method configurable.
Paul Sokolovsky
2018-10-19
tools/pyboard.py: In TelnetToSerial.close replace try/except with if.
Martin Dybdal
2018-10-19
esp32/network_ppp: Add PPPoS functionality.
Eric Poulsen
2018-10-19
docs/pyb.Pin: Minor typo fix to specify Pin in pyb.Pin.cpu.
Dave Hylands
2018-10-19
esp32/modesp32: Add hall_sensor() function.
Eric Poulsen
2018-10-19
unix/Makefile: Allow to override/omit pthread lib name.
Paul Sokolovsky
2018-10-18
docs/uio: Document StringIO/BytesIO(alloc_size) constructors.
Paul Sokolovsky
2018-10-18
tests/basics/class_getattr: Remove invalid test for __getattribute__.
Damien George
2018-10-18
py/objtype: Remove comment about catching exc from user __getattr__.
Damien George
2018-10-17
extmod/modonewire: Fix reset timings to match 1-wire specs.
Damien George
2018-10-17
stm32/boards/stm32h743.ld: Fix total flash size, should be 2048k.
Damien George
2018-10-17
stm32/spi: Fix calculation of SPI clock source on H7 MCUs.
iabdalkader
2018-10-17
unix/modffi: Add support for "q"/"Q" specs (int64_t/uint64_t).
Paul Sokolovsky
2018-10-17
unix/modusocket: Finish socket.settimeout() implementation.
Paul Sokolovsky
2018-10-17
unix/modusocket: Initial implementation of socket.settimeout().
Danielle Madeley
2018-10-15
stm32/usbd_cdc_interface: Refactor USB CDC tx code to not use SOF IRQ.
Damien George
2018-10-15
stm32/usbd_cdc_interface: Handle disconnect IRQ to set VCP disconnected.
Damien George
2018-10-15
py/emitnative: Put None/False/True in global native const table.
Damien George
2018-10-15
py/emitnative: Push internal None rather than const obj where possible.
Damien George
2018-10-15
py/emitnative: Simplify viper mode handling in emit_native_import_name.
Damien George
2018-10-15
py/emitnative: Consolidate use of stacked immediate values to one func.
Damien George
2018-10-15
docs/machine.Pin: Document "hard" argument of Pin.irq method.
Peter Hinch
2018-10-13
docs/machine.Pin: Add note regarding irq handler argument.
Peter Hinch
2018-10-13
lib/utils/pyexec: Forcefully unlock the heap if locked and REPL active.
Damien George
2018-10-13
tests/uctypes_sizeof_od: Test for using OrderedDict as struct descriptor
Paul Sokolovsky
2018-10-13
extmod/moductypes: Accept OrderedDict as a structure description.
Paul Sokolovsky
2018-10-13
py/emitnative: Remove unused ptr argument from ASM_CALL_IND macro.
Damien George
2018-10-13
py/asmthumb: Remove unused fun_ptr arg from asm_thumb_bl_ind function.
Damien George
2018-10-13
py/asmarm: Simplify asm_arm_bl_ind to only load via index, not literal.
Damien George
2018-10-13
py/emitnative: Load native fun table ptr from const table for all archs.
Damien George
2018-10-13
py/asmx86: Change indirect calls to load fun ptr from the native table.
Damien George
2018-10-13
py/asmx86: Change stack management to reference locals by esp not ebp.
Damien George
2018-10-13
py/asmx64: Change indirect calls to load fun ptr from the native table.
Damien George
2018-10-13
py/asmx64: Change stack management to reference locals by rsp not rbp.
Damien George
2018-10-11
nrf/bluetooth: Set GAP_ADV_MAX_SIZE to 31 (s132/s140).
Glenn Ruben Bakke
2018-10-05
stm32/main: Add configuration macros for board to set heap start/end.
Andrew Leech
2018-10-05
windows/msvc: Implement file/directory type query.
stijn
2018-10-05
windows/msvc: Fix incorrect indentation in dirent.c.
stijn
2018-10-05
extmod/moductypes: Remove BITFIELD from aggregate types enum.
Paul Sokolovsky
2018-10-05
docs/uselect: Describe more aspects of poll.register/modify behavior.
Paul Sokolovsky
2018-10-05
tests/uselect_poll_basic: Add basic test for uselect.poll invariants.
Paul Sokolovsky
2018-10-05
unix/moduselect: Raise OSError(ENOENT) if obj to modify is not in poller
Paul Sokolovsky
2018-10-05
tests/unix/ffi_float: Skip if strtof() is not available.
Paul Sokolovsky
2018-10-02
py/emitnative: Clean up unused macro and forward function declarations.
Damien George
2018-10-01
py/obj.h: Use uint64_t instead of mp_int_t in repr-D MP_OBJ_IS_x macros.
Damien George
2018-10-01
py/runtime: Remove comment in mp_import_name about level being 0.
Damien George
2018-10-01
py/runtime: Use mp_import_name to implement tail of mp_import_from.
Damien George
2018-10-01
docs/wipy: Fix links to network.Server, and markup for boot.py.
Damien George
2018-10-01
docs: Remove sphinx_selective_exclude, it's no longer used.
Damien George
2018-10-01
docs: Unify all the ports into one set of documentation.
Damien George
[prev]
[next]