index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-06-15
docs: Bump version to 1.4.4.
v1.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
2015-06-12
esp8266: Add skeleton "network" module.
Paul Sokolovsky
2015-06-12
esp8266: esp_connect(): The function is now vararg.
Paul Sokolovsky
2015-06-11
py: Rebuild port if mpconfigport.mk changed (if any).
Paul Sokolovsky
2015-06-11
cc3200/README.md: Specify the board name in the build command.
Daniel Campora
2015-06-11
README.md: Correct port names in the documentation build command.
Daniel Campora
2015-06-10
docs: Add initial draft documentation for the WiPy.
Daniel Campora
2015-06-10
cc3200: Rename os.mkdisk() to os.mkfs().
Daniel Campora
2015-06-10
cc3200: Remove Timer.AB constant.
Daniel Campora
2015-06-10
cc3200: Clarify notes about the extended functionality of uhashlib.
Daniel Campora
2015-06-10
cc3200: Re-name pyb.hard_reset() to pyb.reset().
Daniel Campora
2015-06-10
cc3200: Use the pull up/down resistors on the antenna selection pins.
Daniel Campora
2015-06-10
cc3200: Fix bootloader build error.
Daniel Campora
2015-06-10
cc3200: Add sendbreak method to the UART.
Daniel Campora
2015-06-10
cc3200: Make UART API more similar to stmhal.
Daniel Campora
2015-06-10
cc3200: Change MP_OBJ_NULL for mp_const_none in params default value.
Daniel Campora
2015-06-10
cc3200: Only kick the WDT if it's actually running.
Daniel Campora
2015-06-10
cc3200: Add contructor to the HeartBeat class.
Daniel Campora
2015-06-10
stmhal: Make I2C use DMA when interrupts are enabled.
Damien George
2015-06-10
stmhal: Factor out DMA initialisation code from spi.c.
Damien George
2015-06-09
py: Support unicode (utf-8 encoded) identifiers in Python source.
Damien George
2015-06-08
py: Fallback to stack alloca for Python-stack if heap alloc fails.
Damien George
2015-06-08
cc3200: Wrap antenna_init0() with #if MICROPY_HW_ANTENNA_DIVERSITY.
Daniel Campora
2015-06-07
stmhal: Break immediately from USB CDC busy wait loop if IRQs disabled.
Damien George
2015-06-07
cc3200: Re-config antenna selection when waking from suspended mode.
Daniel Campora
2015-06-07
cc3200: Add missing antenna diversity source files.
Daniel Campora
2015-06-07
cc3200: Add antenna selection feature to WLAN.
Daniel Campora
2015-06-06
micropython-upip: Mark as binary file and re-commit.
Paul Sokolovsky
2015-06-06
upip: Upgrade to 0.5.3 to follow uctypes.struct() signature change.
Paul Sokolovsky
2015-06-06
docs/uctype: Update for constructor argument order changes.
Paul Sokolovsky
2015-06-06
moductypes: Swap address and descriptor args in constructor.
Paul Sokolovsky
2015-06-06
unix: Make micropython -m <module> work for frozen modules.
Paul Sokolovsky
2015-06-05
py: Expose KeyboardInterrupt in builtins module.
Damien George
2015-06-04
docs: Change "Micro Python" to "MicroPython" in all places in docs.
Damien George
2015-06-04
docs: Update license date range to include 2015.
Damien George
2015-06-04
docs: Generate a separate docs build for each port.
Daniel Campora
2015-06-04
unix: Allow to cat a script into stdin from the command line.
Damien George
2015-06-04
windows/README: Add notes on running under Wine.
Paul Sokolovsky
2015-06-04
windows: Implement the mp_hal_xxx functions and enable mp-readline
stijn
2015-06-04
py: Implement native multiply operation in viper emitter.
Damien George
2015-06-04
py: Implement implicit cast to obj for viper load/store index/value.
Damien George
[next]