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-02-19
py/objstr: Protect against creating bytes(n) with n negative.
Damien George
2018-02-19
py/repl: Generalise REPL autocomplete to use qstr probing.
Damien George
2018-02-19
py/modbuiltins: Simplify and generalise dir() by probing qstrs.
Damien George
2018-02-19
py/qstr: Add QSTR_TOTAL() macro to get number of qstrs.
Damien George
2018-02-19
py/gc: Update comment now that gc_drain_stack is called gc_mark_subtree.
Damien George
2018-02-19
py/gc: Make GC stack pointer a local variable.
Ayke van Laethem
2018-02-19
py/gc: Rename gc_drain_stack to gc_mark_subtree and pass it first block.
Ayke van Laethem
2018-02-19
py/gc: Reduce code size by specialising VERIFY_MARK_AND_PUSH macro.
Ayke van Laethem
2018-02-18
py/objdict: Disallow possible modifications to fixed dicts.
Mike Wadsten
2018-02-19
esp32/machine_touchpad: Swap pins 32 and 33.
Damien George
2018-02-19
py/pystack: Use "pystack exhausted" as error msg for out of pystack mem.
Damien George
2018-02-18
drivers/sdcard: Update SD mounting example code for ESP8266.
Damien George
2018-02-18
py/nlrthumb: Do not mark nlr_push as not returning anything.
Ayke van Laethem
2018-02-17
esp32/machine_rtc: Move export declaration from .c to common .h file.
Damien George
2018-02-17
esp32/modesp32: Add new module "esp32" to support extra wake features.
Eric Poulsen
2018-02-17
esp32/machine_rtc: Add RTC class to machine module with sleep impl.
Eric Poulsen
2018-02-15
py/objexcept: Remove long-obsolete mp_const_MemoryError_obj.
Damien George
2018-02-15
stm32: Change header include guards from STMHAL to STM32 to match dir.
Damien George
2018-02-15
docs/library/ujson: Document dump() and load() functions.
Damien George
2018-02-15
extmod/modujson: Implement ujson.dump() function.
Damien George
2018-02-15
docs/library/ujson: Update to conform with docs conventions.
Damien George
2018-02-15
docs/esp8266: Add a note concerning GPIO16 pull capabilities.
Olivier Ortigues
2018-02-15
esp8266/README.md: Update build instruction to reflect new ports dir.
Olivier Ortigues
2018-02-15
docs/esp8266: Update PWM doc regarding clipping of min/max values.
Olivier Ortigues
2018-02-15
esp8266/esppwm: Clip negative duty numbers to 0.
Olivier Ortigues
2018-02-14
unix/mpconfigport_coverage: Enable range (in)equality comparison.
Damien George
2018-02-14
py/objrange: Implement (in)equality comparison between range objects.
Damien George
2018-02-14
py/emitglue: When assigning bytecode only pass bytecode len if needed.
Damien George
2018-02-14
py/modbuiltins: Simplify casts from char to byte ptr in builtin ord.
Damien George
2018-02-14
py/unicode: Clean up utf8 funcs and provide non-utf8 inline versions.
Damien George
2018-02-14
tests/run-tests: Capture any output from a crashed uPy execution.
Damien George
2018-02-14
tests: Rewrite some tests so they can run without needing eval/exec.
Damien George
2018-02-14
tests: Automatically skip tests that require eval, exec or frozenset.
Damien George
2018-02-14
unix/Makefile,embedding/Makefile: Remove obsolete use of STMHAL_SRC_C.
Damien George
2018-02-14
teensy: Update GPIO speed consts to align with changes in stm32 port.
Damien George
2018-02-13
stm32: Factor out flash and SPI block-device code to separate files.
Damien George
2018-02-13
stm32/boards: Update all boards to work with new USB configuration.
Damien George
2018-02-13
lib/utils/pyexec: Update to work with new MICROPY_HW_ENABLE_USB option.
Damien George
2018-02-13
stm32: Introduce MICROPY_HW_ENABLE_USB and clean up USB config.
Damien George
2018-02-13
stm32/timer: Support MCUs that don't have TIM4 and/or TIM5.
Damien George
2018-02-13
stm32/spi: Further updates to use newer versions of HAL names.
Damien George
2018-02-13
stm32: Update HAL macro and constant names to use newer versions.
Damien George
2018-02-12
stm32/usbdev: Fix USBD setup request handler to use correct recipient.
Damien George
2018-02-09
stm32/boards: Remove all config options that are set to defaults.
Damien George
2018-02-09
stm32: Add mpconfigboard_common.h with common/default board settings.
Damien George
2018-02-08
py/objfloat: Fix case of raising 0 to -infinity.
Damien George
2018-02-08
py/parsenum: Fix parsing of floats that are close to subnormal.
Damien George
2018-02-08
py/vm: Simplify stack sentinel values for unwind return and jump.
Damien George
2018-02-08
.travis.yml,ports/unix/Makefile: Add coverage test for script via stdin.
Damien George
2018-02-08
tests/unix: Add coverage test for calling mp_obj_new_bytearray.
Damien George
[next]