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-01-05
tests/run-tests: Allow to skip set tests.
Paul Sokolovsky
2017-01-04
all: Consistently update signatures of .make_new and .call methods.
Paul Sokolovsky
2017-01-04
docs/library/esp: Document esp.set_native_code_location() function.
Damien George
2017-01-04
esp8266/modules/flashbdev: Add RESERVED_SECS before the filesystem.
Damien George
2017-01-04
esp8266/Makefile: Put firmware-ota.bin in build/, for consistency.
Paul Sokolovsky
2017-01-04
esp8266/general: Add "Scarcity of runtime resources" section.
Paul Sokolovsky
2017-01-04
tests/pyb/uart: Update test to match recent change to UART timeout_char.
Damien George
2017-01-04
docs/esp8266/tutorial: Close socket after reading page content.
Max
2017-01-03
drivers/onewire: Enable pull up on data pin.
Dave Hylands
2017-01-03
esp8266/modesp: Fix a typo, print -> printf.
TheSpooler
2017-01-03
py/asmarm: Fix assembler's PASS_EMIT constant name.
Damien George
2017-01-03
esp8266/modesp: Make check_fw() work with OTA firmware.
Paul Sokolovsky
2017-01-02
esp8266/Makefile: Produce OTA firmware as firmware-ota.bin.
Paul Sokolovsky
2017-01-02
esp8266/scripts/inisetup: Dump FS starting sector/size on error.
Paul Sokolovsky
2016-12-31
unix/moduselect: Fix nanbox build with recent changes.
Paul Sokolovsky
2016-12-31
unix/moduselect: If file object passed to .register(), return it in .poll().
Paul Sokolovsky
2016-12-30
docs/library/machine.I2C: Fix I2C constructor docs to match impl.
Damien George
2016-12-30
docs/esp8266/tutorial: Update intro to add Getting the firmware section.
Andrew Mulholland
2016-12-29
cc3200/README: Reorganize and update to the current state of affairs.
Paul Sokolovsky
2016-12-29
cc3200: Add targets to erase flash, deploy firmware using cc3200tool.
Paul Sokolovsky
2016-12-29
tests/unix: Improve runtime_utils.c test coverage.
Rami Ali
2016-12-29
tests/cmdline: Improve repl.c autocomplete test coverage.
Rami Ali
2016-12-29
tests/thread: Improve modthread.c test coverage.
Rami Ali
2016-12-29
tests/extmod: Improve ubinascii.c test coverage.
Rami Ali
2016-12-29
cc3200: make: Rename "deploy" target to "deploy-ota".
Paul Sokolovsky
2016-12-28
cc3200/README: (Re)add information about accessing REPL on serial.
Paul Sokolovsky
2016-12-28
cc3200: Enable UART REPL by default.
Paul Sokolovsky
2016-12-28
py/unicode: Comment-out unused function unichar_isprint.
Damien George
2016-12-28
tests/micropython: Add test for micropython.stack_use() function.
Rami Ali
2016-12-28
stmhal/uart: Increase inter-character timeout by 1ms.
Damien George
2016-12-28
stmhal/uart: Provide a custom function to transmit over UART.
Damien George
2016-12-28
tests/basics: Add tests to improve coverage of binary.c.
Rami Ali
2016-12-28
py/objint: Simplify mp_int_format_size and remove unreachable code.
Damien George
2016-12-28
py/mpprint: Add assertion for, and comment about, valid base values.
Damien George
2016-12-28
py/parsenum: Fix warning for signed/unsigned comparison.
Damien George
2016-12-28
tests/basics: Add tests for parsing of ints with base 36.
Damien George
2016-12-28
py/mpz: Fix assertion in mpz_set_from_str which checks value of base.
Damien George
2016-12-28
py/parsenum: Simplify and generalise decoding of digit values.
Damien George
2016-12-27
cc3200: Re-add support for UART REPL (MICROPY_STDIO_UART setting).
Paul Sokolovsky
2016-12-27
py/misc.h: Typo fix in comment.
Paul Sokolovsky
2016-12-25
tests/heapalloc_inst_call: Test for no alloc for simple object calls.
Paul Sokolovsky
2016-12-24
tests/utimeq_stable: Test for partial stability of utimeq queuing.
Paul Sokolovsky
2016-12-24
extmod/modutimeq: Make time_less_than be actually "less than", not less/eq.
Paul Sokolovsky
2016-12-23
extmod/modutimeq: Fix printf in dump().
Paul Sokolovsky
2016-12-23
examples/hwapi/hwconfig_console: Don't alloc memory in value().
Paul Sokolovsky
2016-12-23
stmhal, esp8266: Enable utimeq module.
Paul Sokolovsky
2016-12-22
stmhal: Add support for STM32 Nucleo64 L476RG.
sergiuszm
2016-12-22
stmhal/sdcard: Use mp_hal_pin_config function instead of HAL_GPIO_Init.
Damien George
2016-12-22
stmhal/led: Use mp_hal_pin_config function instead of HAL_GPIO_Init.
Damien George
2016-12-22
stmhal/usrsw: Use mp_hal_pin_config function instead of HAL_GPIO_Init.
Damien George
[next]