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
2016-10-26
lib/utils/pyexec: Fix compilation warning of type vs format mismatch.
Paul Sokolovsky
2016-10-26
lib/utils/pyexec: Add mp_hal_set_interrupt_char() prototype.
Vincenzo Frascino
2016-10-26
examples/http_server_simplistic: Add "not suitable for real use" note.
Paul Sokolovsky
2016-10-26
extmod/moduos_dupterm: Renamed to uos_dupterm.
Paul Sokolovsky
2016-10-25
docs/machine.SPI.rst: Fix typos and formatting, clarify.
Paul Sokolovsky
2016-10-25
unix/Makefile: Remove references to deprecated pip-micropython.
Paul Sokolovsky
2016-10-25
.travis.yml: minimal: Use CROSS=1, for binary size check.
Paul Sokolovsky
2016-10-25
.travis.yml: Integrate tools/check_code_size.sh.
Paul Sokolovsky
2016-10-25
tools/check_code_size.sh: Code size validation script for CI.
Paul Sokolovsky
2016-10-25
esp8266/scripts: Make neopixel/apa102 handle 4bpp LEDs with common code.
Radomir Dopieralski
2016-10-25
docs/library/builtins: Add docs for delattr and slice.
Damien George
2016-10-25
esp8266: Add support for building firmware version for 512K modules.
Paul Sokolovsky
2016-10-24
tools/pip-micropython: Remove deprecated wrapper tool.
Paul Sokolovsky
2016-10-24
esp8266/modesp: Add flash_user_start() function.
Paul Sokolovsky
2016-10-24
docs/library/machine.SPI: Remove spurious "of".
Damien George
2016-10-24
tests/basics: Add test for builtin "delattr".
Damien George
2016-10-24
py: Add "delattr" builtin, conditional on MICROPY_CPYTHON_COMPAT.
Damien George
2016-10-24
tests/basics/builtin_slice: Add test for "slice" builtin name.
Damien George
2016-10-24
py/modbuiltins: Add builtin "slice", pointing to existing slice type.
Damien George
2016-10-24
extmod/vfs_fat_file: Make file.close() a no-op if file already closed.
Damien George
2016-10-24
qemu-arm: Exclude extmod/vfs_fat_fileio.py test.
Alex March
2016-10-24
tests/extmod/vfs_fat: Improve VFS test coverage.
Alex March
2016-10-23
esp8266/etshal.h: Add few more ESP8266 vendor lib prototypes.
Paul Sokolovsky
2016-10-22
minimal/Makefile: Split rule for firmware.bin generation.
Paul Sokolovsky
2016-10-22
tools: Upgrade upip to 1.1.4.
Paul Sokolovsky
2016-10-22
zephyr: Implement utime module.
Daniel Thompson
2016-10-22
esp8266/Makefile: deploy: Remove deprecated line.
Paul Sokolovsky
2016-10-22
ACKNOWLEDGEMENTS: Change backer 905 info, replace city with name.
Fabricio Biazzotto
2016-10-22
py/{modbuiltins,obj}: Use MP_PYTHON_PRINTER where possible.
Paul Sokolovsky
2016-10-21
lib/utils/pyhelp.c: Use mp_printf() instead of printf()
Erik Moqvist
2016-10-21
py: Specialise builtin funcs to use separate type for fixed arg count.
Damien George
2016-10-21
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Damien George
2016-10-21
README: "MicroPython board" is much more commonly known as PyBoard.
Paul Sokolovsky
2016-10-21
stmhal/Makefile: Use standard rules for frozen module generation.
Paul Sokolovsky
2016-10-21
py/py.mk: Automatically add frozen.c to source list if FROZEN_DIR is defined.
Paul Sokolovsky
2016-10-20
esp8266/modules/webrepl: Enforce only one concurrent WebREPL connection.
Paul Sokolovsky
2016-10-19
extmod/vfs_fat_file: Check fatfs f_sync() and f_close() returns for errors.
Alex March
2016-10-19
cc3200: Fix thread mutex's so threading works with interrupts.
Damien George
2016-10-19
esp8266/main: Mark nlr_jump_fail() as MP_FASTCODE.
Paul Sokolovsky
2016-10-19
esp8266: Add MP_FASTCODE modifier to put a function to iRAM.
Paul Sokolovsky
2016-10-19
esp8266/esp8266.ld: Move main.o to iROM.
Paul Sokolovsky
2016-10-19
esp8266/esp8266.ld: Move modmachine.o to iROM.
Paul Sokolovsky
2016-10-19
esp8266/esp8266.ld: Move help.o to iROM.
Paul Sokolovsky
2016-10-18
esp8266/esp_init_data: Auto-initialize system params with vendor SDK 2.0.0.
Paul Sokolovsky
2016-10-18
teensy: Update to provide new mp_hal_pin_XXX functions following stmhal.
Damien George
2016-10-18
stmhal/led: Refactor LED to use mp_hal_pin_output() init function.
Damien George
2016-10-18
stmhal: Refactor pin usage to use mp_hal_pin API.
Damien George
2016-10-18
stmhal/modutime: Refactor to use extmod's version of ticks_cpu.
Damien George
2016-10-18
cc3200: Enable loading of precompiled .mpy files.
Damien George
2016-10-18
cc3200/mods/pybspi: Allow "write" arg of read/readinto to be positional.
Damien George
[prev]
[next]