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-03-25
py: Fix bug in compiler which allowed through illegal augmented assign.
Damien George
2015-03-25
py: Clean up some logic in VM to remove assert(0)'s.
Damien George
2015-03-25
py: Simplify some logic in compiler; add comments about CPython compat.
Damien George
2015-03-25
cc3200: Remove superflous params from the I2C API.
Daniel Campora
2015-03-25
cc3200: Add GPIO25 to the pins list of the WiPy and the WiPy-SD.
Daniel Campora
2015-03-25
cc3200: Rename the WiPy_SD to WiPy-SD.
Daniel Campora
2015-03-25
cc3200: Roll back to the previous telnet and ftp timeouts.
Daniel Campora
2015-03-25
cc3200: Keep WLAN enabled during the soft reset.
Daniel Campora
2015-03-25
cc3200: Remove the cc3200.xml file. Latest CCS already ships with it.
Daniel Campora
2015-03-25
py: Cast mp_obj_t to concrete types explicitly.
Paul Sokolovsky
2015-03-24
docs: uctypes: Describe couple more functions.
Paul Sokolovsky
2015-03-23
stmhal: Optimise ADC.read_timed() so that it can sample up to 750kHz.
Damien George
2015-03-23
objnamedtuple: Accept field list as a string.
Paul Sokolovsky
2015-03-23
objstr: Expose mp_obj_str_split() for reuse in other modules.
Paul Sokolovsky
2015-03-22
unix: Remove -Wdouble-promotion from main build, and 2 from coverage.
Damien George
2015-03-22
stmhal: Correctly clear wake-up flag before entering standby mode.
Damien George
2015-03-22
objnamedtuple: Check that 2nd arg to namedtuple() is a list.
Paul Sokolovsky
2015-03-22
stmhal: Expose all PYBv1.0 pins, include SD and USB pins.
Damien George
2015-03-22
stmhal: Put flash in deep power-down mode when entering stop mode.
Damien George
2015-03-22
cc3200: Fix bug in telnet that caused the rx buffer to overflow.
danicampora
2015-03-21
py: Combine duplicated code that converts members from a lookup.
Damien George
2015-03-21
cc3200: Reduce soft reset time. WLAN is not reinit, just reenabled.
danicampora
2015-03-21
cc3200: Improve usability and robustness of the servers.
danicampora
2015-03-21
cc3200: Remove superfluous code in pybsleep.
danicampora
2015-03-21
cc3200: Add SPI module.
danicampora
2015-03-21
cc3200: Re-name pybsystick to mpsystick.
danicampora
2015-03-21
unix: Bump stack limit and adjust for 64-bitness.
Paul Sokolovsky
2015-03-20
tests: Make pyb/timer test check callback timing properly.
Damien George
2015-03-20
stmhal: Fix a bug related to unhandled channel interrupts.
Dave Hylands
2015-03-20
py: Allow retrieving a function's __name__.
stijn
2015-03-21
runtime: mp_load_method_maybe(): Don't use confusing "base" term.
Paul Sokolovsky
2015-03-21
unix: When using separate obj output dirs, make -B is no longer relevant.
Paul Sokolovsky
2015-03-20
unix: Move compiler warnings from production build to coverage build.
Damien George
2015-03-20
stmhal: Remove some unnecessary declarations, purely for cleanup.
Damien George
2015-03-20
objlist: list_reverse(): Fix typesafety error.
Paul Sokolovsky
2015-03-20
tests: Adjust expected output, since Travis can't do git describe.
Damien George
2015-03-20
py: Clarify API for map/set lookup when removing&adding at once.
Damien George
2015-03-20
tests: Add basic test for OrderedDict.
Paul Sokolovsky
2015-03-20
py: Implement core of OrderedDict type.
Paul Sokolovsky
2015-03-20
tests: Make cmdline tests more stable by using regex for matching.
Damien George
2015-03-20
py: Implement DELETE_GLOBAL in showbc.c.
Damien George
2015-03-20
objtype: More comment clarification for attribute lookup.
Paul Sokolovsky
2015-03-19
cc3200: Move server methods from WLAN to the network module.
danicampora
2015-03-19
unix: Enable extra compiler warnings.
Damien George
2015-03-19
extmod/crypto: Add static keyword where it should be.
Damien George
2015-03-19
py: Allow to compile with extra warnings (sign-compare, unused-param).
Damien George
2015-03-19
extmod: Update uzlib to 1.2.1.
Paul Sokolovsky
2015-03-18
extmod: Update re1.5 to 0.7.
Paul Sokolovsky
2015-03-18
cc3200: Add parameter to wlan_stop() for custom timeout values.
danicampora
2015-03-18
cc3200: Fixes and improvements to the SD card driver.
danicampora
[next]