aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-19py: Allow to compile with extra warnings (sign-compare, unused-param).Damien George
2015-03-19extmod: Update uzlib to 1.2.1.Paul Sokolovsky
2015-03-18extmod: Update re1.5 to 0.7.Paul Sokolovsky
2015-03-18cc3200: Add parameter to wlan_stop() for custom timeout values.danicampora
2015-03-18cc3200: Fixes and improvements to the SD card driver.danicampora
2015-03-18cc3200: Refactor I2C. Remove all references to SLAVE mode.danicampora
2015-03-18cc3200: Improve I2C timeout handling.danicampora
2015-03-17extmod/ure: Fix msvc warning resulting from memset on const char ** pointerstijn
2015-03-17cc3200: Fix extint_enable behaviour when the callback is updated.danicampora
2015-03-17cc3200: Add RTC callback with wake-up from sleep capability.danicampora
2015-03-17cc3200: Make peripheral objects static.danicampora
2015-03-17cc3200: Register pybsd with the sleep module and use pin_config().danicampora
2015-03-17cc3200: Assign GPIO10 and GPIO11 to the GPIO peripheral on start-up.danicampora
2015-03-17cc3200: Remove unneeded functions and add pybsleep_remove() calls.danicampora
2015-03-17objtype: Clarify comment why we call mp_load_method_maybe() for native sub-obj.Paul Sokolovsky
2015-03-16stmhal: Add config option to use LSE/LSI for RTC.Damien George
2015-03-16objtype: Refactor dealing with native sub-objects for clarity.Paul Sokolovsky
2015-03-16objtype: mp_obj_class_lookup: Remove implausible condition.Paul Sokolovsky
2015-03-16objtype: Clarify comment for mp_obj_class_lookup().Paul Sokolovsky
2015-03-16objtype: Clarify code by consistently using common subexpression.Paul Sokolovsky
2015-03-16py: Fix printing of error message when parsing malformed integer.Damien George
2015-03-16cc3200: Disable all wake sources on start-up.danicampora
2015-03-16cc3200: Fix bug in RTC msec register access functions.danicampora
2015-03-16cc3200: Fix spaces aligment in LAUNCHXL/mpconfigboard.hdanicampora
2015-03-16cc3200: Align SD card driver with new SDK release(1.1.0).danicampora
2015-03-16cc3200: Update socket event handler to align with new SDK(1.1.0) API.danicampora
2015-03-16cc3200: Do not reset the DTHE module before every SHA operation.danicampora
2015-03-16cc3200: Remove double administration of callback objects.danicampora
2015-03-16drivers: Update CC3100 driver library to SDK release version 1.1.0.danicampora
2015-03-16cc3200: Update simplelink SPI driver to SDK release version 1.1.0.danicampora
2015-03-16cc3200: Update HAL to SDK release version 1.1.0.danicampora
2015-03-15stmhal: Add rtc.wakeup method, to set wakeup timer.Damien George
2015-03-14py, extmod: Remove include of unnecessary system headers.Damien George
2015-03-14py: In pfenv_vprintf, adjust type from mp_uint_t to unsigned int.Damien George
2015-03-14tests: Add some more tests for complex numbers and ure module.Damien George
2015-03-14py: Remove unnecessary and unused sgn argument from pfenv_print_mp_int.Damien George
2015-03-14py: Fix builtin abs so it works for bools and bignum.Damien George
2015-03-14tests: Add some more tests for bytes, bignum, string and ujson.Damien George
2015-03-14tests: Don't try to verify amount of memory used in cmd_showbc test.Damien George
2015-03-14tests: Add cmdline test to test showbc code.Damien George
2015-03-14py: Add MICROPY_COMP_{DOUBLE,TRIPLE}_TUPLE_ASSIGN config options.Damien George
2015-03-14py: In compiler, put macro guard around potentially unused asm vars.Damien George
2015-03-14cc3200: Rewrite the PRCM RTC functionality methods.danicampora
2015-03-14cc3200: Prevent multiple memory allocations if sflash init fails.danicampora
2015-03-14cc3200: Clean up linker scripts and startup file.danicampora
2015-03-14cc3200: Increase heartbeat period from 3 to 5 seconds.danicampora
2015-03-14cc3200: Remove unneeded code from modwlan and optimize startup time.danicampora
2015-03-13stmhal: Fix adc.read_timed so buffer store respects element size.Damien George
2015-03-13unix: Support readline history saving to file, improves interactive usage.Paul Sokolovsky
2015-03-13tests: Add ability to test uPy cmdline executable.Damien George