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
2015-06-26
docs: Add link from pyboard asm tutorial to asm reference.
Damien George
2015-06-25
py: Remove mp_load_const_bytes and instead load precreated bytes object.
Damien George
2015-06-25
py: Remove mp_load_const_str and replace uses with inlined version.
Damien George
2015-06-25
tools: Update upip to 0.5.4.
Paul Sokolovsky
2015-06-25
CODECONVENTIONS.md: add documentation on putting comments in code.
Garrett Berg
2015-06-25
tests: Split out json float tests to separate files.
Damien George
2015-06-25
tests: Add support for the WiPy in run-tests script.
Daniel Campora
2015-06-25
docs: Add link in references index to Thumb2 assembler docs.
Damien George
2015-06-25
docs: Add reference for Thumb2 inline assembler.
Damien George
2015-06-25
docs: Add "reference" directory for putting docs about the language.
Damien George
2015-06-24
tests: Adapt misc/features.py tests for ports without floating point.
Daniel Campora
2015-06-24
stmhal/dma.c: Modify dma_init() to accept init struct as an argument
blmorris
2015-06-24
CODECONVENTIONS.md: Mention macro and enum names.
Damien George
2015-06-24
CODECONVENTIONS.md: Add function/variable/argument naming convention
stijn
2015-06-24
cc3200: Add deploy target and improve robustness of update-wipy.py.
Daniel Campora
2015-06-24
tests: Adapt basics/memoryerror.py for ports with lower heap sizes.
Daniel Campora
2015-06-24
cc3200: Create tools folder and add update-wipy.py script.
Daniel Campora
2015-06-23
py: Clarify comment in parsenum.c about ValueError vs SyntaxError.
Damien George
2015-06-23
py: Change exception type to ValueError when error reporting is terse.
Daniel Campora
2015-06-22
stmhal: Reorganise code for parsing keyword args in I2C methods.
Damien George
2015-06-22
esp8266: Make pyb.RTC a type, and pyb.RTC() constructs an RTC object.
Damien George
2015-06-22
bare-arm, minimal, qemu-arm: Make do_str() take parse-input-kind as arg.
Damien George
2015-06-22
README: Add quick information about builtin upip package manager.
Paul Sokolovsky
2015-06-22
py: Cast argument for printf to int, to be compatible with more ports.
Damien George
2015-06-21
tests: Add testcase for open(..., "a").
Paul Sokolovsky
2015-06-21
unix: Add O_WRONLY | O_CREAT to open call when opening file for append ("a").
Ari Suutari
2015-06-20
esp8266: Move status() from esp module to network
Bill Owens
2015-06-20
py: Use a wrapper to explicitly check self argument of builtin methods.
Damien George
2015-06-19
esp8266: README: Typo fix.
Paul Sokolovsky
2015-06-18
py: Make showbc decode UNPACK_EX, and use correct range for unop/binop.
Damien George
2015-06-18
esp8266: Explicit warning that port is experimental and subject to change.
Paul Sokolovsky
2015-06-18
README: Mention esp8266 port.
Paul Sokolovsky
2015-06-18
ESP8266: Update the README.md to reflect what works
Radomir Dopieralski
2015-06-18
CODECONVENTIONS.md: 16-bit ports exist now.
Paul Sokolovsky
2015-06-18
CODECONVENTIONS.md: Header files no longer follow Plan 9 conventions.
Paul Sokolovsky
2015-06-18
cc3200: Remove --specs=nano.specs linker flag.
Daniel Campora
2015-06-17
esp8266: Updated documentation for scan() and moved to network
Bill Owens
2015-06-17
esp8266: Move scan from esp module to network
Bill Owens
2015-06-16
docs: Add more documentation for the CC3200 in the pyb module.
Daniel Campora
2015-06-16
cc3200: In Timer.callback() only use value param if in edge count mode.
Daniel Campora
2015-06-15
docs: Bump version to 1.4.4.
Damien George
2015-06-15
tests: Check that machine module exists and print SKIP if it doesn't.
Damien George
2015-06-15
tools/pyboard.py: Change logic for when raw ">" prompt is parsed.
Damien George
2015-06-14
esp8266: Changed esp_scan to keep the current WiFi operating mode but throw a...
Bill Owens
2015-06-13
py: Implement divmod for mpz bignum.
Damien George
2015-06-13
py: Add MP_BINARY_OP_DIVMOD to simplify and consolidate divmod builtin.
Damien George
2015-06-13
py: Implement second arg for math.log (optional value for base).
Damien George
2015-06-13
esp8266: Fix the documentation for esp.connect() and esp.disconnect()
Radomir Dopieralski
2015-06-13
pip-micropython: Add deprecation notice, but still leave for reference.
Paul Sokolovsky
2015-06-12
esp8266: Move connect/disconnect from "esp" module to network.
Paul Sokolovsky
[next]