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-02-09
examples/hwapi: Be sure to import Signal when it's used.
Damien George
2017-02-09
examples/hwapi: Add hwconfig_pyboard.py for pyboard.
Kai Fricke
2017-02-09
py/objtype: Implement __delattr__ and __setattr__.
dmazzella
2017-02-09
extmod/vfs: Allow to mount a block device, not just a VFS object.
Damien George
2017-02-08
extmod/machine_signal: Implement Signal .on() and .off() methods.
Paul Sokolovsky
2017-02-08
stmhal/Makefile: Drop use of -mabi=aapcs-linux; link libgcc by default.
Damien George
2017-02-08
py/nlr: Fix execstack builds for ARM.
Dave Hylands
2017-02-08
py/map: Change mp_uint_t to size_t where appropriate.
Damien George
2017-02-08
py/asmxtensa.h: Explicitly cast args to 32-bits so left-shift is legal.
Damien George
2017-02-07
docs: Add M-logo as favicon.
Damien George
2017-02-07
docs/esp8266/tutorial: Specify the baudrate in picocom example command.
Damien George
2017-02-07
stmhal: Add ability to skip booting from SD card via /flash/SKIPSD file.
Damien George
2017-02-07
unix/main: Properly handle MICROPYPATH starting with ':'.
Paul Sokolovsky
2017-02-06
unix: Fix freedos port build problems.
Nikita Melentev
2017-02-06
stmhal: Use MICROPY_EVENT_POLL_HOOK instead of __WFI where appropriate.
Damien George
2017-02-06
extmod/machine_spi: Remove EVENT_POLL_HOOK from soft-SPI transfer func.
Damien George
2017-02-06
tests/pyb: Adjust tests so they can run on PYB and PYBLITE.
Damien George
2017-02-06
stmhal: Add pyb.fault_debug() function, to control hard-fault behaviour.
Damien George
2017-02-06
stmhal: On HardFault, print stack pointer and do a stack dump.
Damien George
2017-02-06
cc3200: Refactor "ticks" functions to use common extmod implementation.
Damien George
2017-02-05
examples/button_reaction: Update for time_pulse_us() no longer raising exc.
Paul Sokolovsky
2017-02-05
extmod/machine_pulse: Make time_pulse_us() not throw exceptions.
Paul Sokolovsky
2017-02-04
py/objcomplex: Fix typo in ternary expression.
Damien George
2017-02-03
esp8266/uart: Add support for polling uart device.
marc hoffman
2017-02-03
py/objstr: Convert some instances of mp_uint_t to size_t.
Damien George
2017-02-03
docs: For LCD160CR driver and tutorial, add link to positioning image.
Damien George
2017-02-03
stmhal/mpconfigport.h: Enable MICROPY_PY_BUILTINS_POW3 option.
Damien George
2017-02-03
qemu-arm/mpconfigport.h: Enable MICROPY_PY_BUILTINS_POW3 option.
Damien George
2017-02-03
py/mpconfig.h: Move PY_BUILTINS_POW3 config option to diff part of file.
Damien George
2017-02-03
tests/basics/string_format_modulo: Add more tests for dict formatting.
Damien George
2017-02-03
py/objstr: Give correct behaviour when passing a dict to %-formatting.
Damien George
2017-02-02
tests: Split tests for 2- and 3-arg pow().
Paul Sokolovsky
2017-02-02
py: Added optimised support for 3-argument calls to builtin.pow()
Nicko van Someren
2017-02-03
py/objset: Fix inplace binary ops so frozensets are not modified.
Damien George
2017-02-03
tests/float: Add tests for zero to a negative power.
Damien George
2017-02-03
py/objcomplex: Correctly handle case of 0j to power of something.
Damien George
2017-02-03
py/objfloat: Raise ZeroDivisionError for 0 to negative power.
Damien George
2017-02-02
tests/basics/set_binop: Add tests for inplace set operations.
Damien George
2017-02-02
py/objset: Make inplace binary operators actually modify the set.
Damien George
2017-02-02
tests/heapalloc_bytesio: Test for BytesIO with preallocates space.
Paul Sokolovsky
2017-02-02
py/objstringio: Allow to specify initial capacity by passing numeric argument.
Paul Sokolovsky
2017-02-01
unix: Make stack be non-executable
Dave Hylands
2017-02-01
zephyr/README: Describe many gotchas of networked builds.
Paul Sokolovsky
2017-02-01
tests/thread: Fix stack size test so tests run reliably on baremetal.
Damien George
2017-01-31
lib/oofatfs/ffconf.h: Add MICROPY_FATFS_NORTC option.
Andrew Gatt
2017-01-31
stmhal: Fix build issue when MICROPY_PY_THREAD is disabled.
Damien George
2017-01-31
stmhal/main: Use _estack value to initialise stack extents.
Damien George
2017-01-31
stmhal: Initial implementation of multithreading, currently disabled.
Damien George
2017-01-31
tests/thread: Make thread_exc2 runable on baremetal.
Damien George
2017-01-31
stmhal/pendsv: Fill in comments about what the stack contains.
Damien George
[prev]
[next]