aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-19esp8266: README: Typo fix.Paul Sokolovsky
2015-06-18py: Make showbc decode UNPACK_EX, and use correct range for unop/binop.Damien George
2015-06-18esp8266: Explicit warning that port is experimental and subject to change.Paul Sokolovsky
2015-06-18README: Mention esp8266 port.Paul Sokolovsky
2015-06-18ESP8266: Update the README.md to reflect what worksRadomir Dopieralski
2015-06-18CODECONVENTIONS.md: 16-bit ports exist now.Paul Sokolovsky
2015-06-18CODECONVENTIONS.md: Header files no longer follow Plan 9 conventions.Paul Sokolovsky
2015-06-18cc3200: Remove --specs=nano.specs linker flag.Daniel Campora
2015-06-17esp8266: Updated documentation for scan() and moved to networkBill Owens
2015-06-17esp8266: Move scan from esp module to networkBill Owens
2015-06-16docs: Add more documentation for the CC3200 in the pyb module.Daniel Campora
2015-06-16cc3200: In Timer.callback() only use value param if in edge count mode.Daniel Campora
2015-06-15docs: Bump version to 1.4.4.Damien George
2015-06-15tests: Check that machine module exists and print SKIP if it doesn't.Damien George
2015-06-15tools/pyboard.py: Change logic for when raw ">" prompt is parsed.Damien George
2015-06-14esp8266: Changed esp_scan to keep the current WiFi operating mode but throw a...Bill Owens
2015-06-13py: Implement divmod for mpz bignum.Damien George
2015-06-13py: Add MP_BINARY_OP_DIVMOD to simplify and consolidate divmod builtin.Damien George
2015-06-13py: Implement second arg for math.log (optional value for base).Damien George
2015-06-13esp8266: Fix the documentation for esp.connect() and esp.disconnect()Radomir Dopieralski
2015-06-13pip-micropython: Add deprecation notice, but still leave for reference.Paul Sokolovsky
2015-06-12esp8266: Move connect/disconnect from "esp" module to network.Paul Sokolovsky
2015-06-12esp8266: Add skeleton "network" module.Paul Sokolovsky
2015-06-12esp8266: esp_connect(): The function is now vararg.Paul Sokolovsky
2015-06-11py: Rebuild port if mpconfigport.mk changed (if any).Paul Sokolovsky
2015-06-11cc3200/README.md: Specify the board name in the build command.Daniel Campora
2015-06-11README.md: Correct port names in the documentation build command.Daniel Campora
2015-06-10docs: Add initial draft documentation for the WiPy.Daniel Campora
2015-06-10cc3200: Rename os.mkdisk() to os.mkfs().Daniel Campora
2015-06-10cc3200: Remove Timer.AB constant.Daniel Campora
2015-06-10cc3200: Clarify notes about the extended functionality of uhashlib.Daniel Campora
2015-06-10cc3200: Re-name pyb.hard_reset() to pyb.reset().Daniel Campora
2015-06-10cc3200: Use the pull up/down resistors on the antenna selection pins.Daniel Campora
2015-06-10cc3200: Fix bootloader build error.Daniel Campora
2015-06-10cc3200: Add sendbreak method to the UART.Daniel Campora
2015-06-10cc3200: Make UART API more similar to stmhal.Daniel Campora
2015-06-10cc3200: Change MP_OBJ_NULL for mp_const_none in params default value.Daniel Campora
2015-06-10cc3200: Only kick the WDT if it's actually running.Daniel Campora
2015-06-10cc3200: Add contructor to the HeartBeat class.Daniel Campora
2015-06-10stmhal: Make I2C use DMA when interrupts are enabled.Damien George
2015-06-10stmhal: Factor out DMA initialisation code from spi.c.Damien George
2015-06-09py: Support unicode (utf-8 encoded) identifiers in Python source.Damien George
2015-06-08py: Fallback to stack alloca for Python-stack if heap alloc fails.Damien George
2015-06-08cc3200: Wrap antenna_init0() with #if MICROPY_HW_ANTENNA_DIVERSITY.Daniel Campora
2015-06-07stmhal: Break immediately from USB CDC busy wait loop if IRQs disabled.Damien George
2015-06-07cc3200: Re-config antenna selection when waking from suspended mode.Daniel Campora
2015-06-07cc3200: Add missing antenna diversity source files.Daniel Campora
2015-06-07cc3200: Add antenna selection feature to WLAN.Daniel Campora
2015-06-06micropython-upip: Mark as binary file and re-commit.Paul Sokolovsky
2015-06-06upip: Upgrade to 0.5.3 to follow uctypes.struct() signature change.Paul Sokolovsky