aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-30tests: Add feature_check dir to collect capability detection scripts.Paul Sokolovsky
2015-08-30tools: Upgrade to upip 0.5.7.Paul Sokolovsky
2015-08-29py/objstr: Fix error reporting for unexpected end of modulo format str.Damien George
2015-08-29py/objstr: Fix error type for badly formatted format specifier.Damien George
2015-08-29py/objstr: Make string formatting 8-bit clean.Damien George
2015-08-29tests: Add a few tests for bool, bytearray, float to improve coverage.Damien George
2015-08-30tests: Add byteorder query script.Paul Sokolovsky
2015-08-29stmhal: Add support for STM32F411 Discovery Board (STM32F411E-DISCO).Bob Clough
2015-08-30tests: Split byteorder-dependent tests to *_endian.py's.Paul Sokolovsky
2015-08-30run-tests: Allow to skip byteorder-dependent tests.Paul Sokolovsky
2015-08-29py: Treat -m32 flag as part of CC, LD, etc.Paul Sokolovsky
2015-08-29tests/ffi_float: Split tgammaf() testcase to a separate test.Paul Sokolovsky
2015-08-29esp8266: Added wifi_mode() to read and set WiFi operating mode.Bill Owens
2015-08-28tests: Add test on set/frozenset equality.Paul Sokolovsky
2015-08-28objset: frozensets are hashable.Paul Sokolovsky
2015-08-25tests: For unix ffi float test, add libm.so.6 to library search list.Damien George
2015-08-22README: Add hint about "micropython --help".Paul Sokolovsky
2015-08-22unix: Bump default heap size to 1MB (2MB on 64-bit systems).Paul Sokolovsky
2015-08-21tests: Add more tests to improve coverage, mostly testing exceptions.Damien George
2015-08-21tests: Make io test cleanup after itself by removing 'testfile'.Damien George
2015-08-20py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports.Paul Sokolovsky
2015-08-17py: Remove unused compile scope flags, and irrelevant flag compute code.Damien George
2015-08-18extmod/modmachine: Avoid conflicts with system PAGE_SIZE define, if any.Paul Sokolovsky
2015-08-17stmhal: Fixed some typos in stm32f411_af.csv.tobbad
2015-08-17unix-cpy: Remove unix-cpy. It's no longer needed.Damien George
2015-08-16cc3200: Correct smoke test expected result.Daniel Campora
2015-08-16cc3200: Correct WLAN constructor argument checking.Daniel Campora
2015-08-16cc3200: Don't clear the WDT special bit in the bootloader.Daniel Campora
2015-08-16cc3200: Change HeartBeat period from 5 to 4 seconds.Daniel Campora
2015-08-16cc3200: Fix typo in modpyb.Daniel Campora
2015-08-16cc3200: Remove unneeded loops in the FreeRTOS hooks.Daniel Campora
2015-08-16cc3200: Make sure to update sleep objects when registered.Daniel Campora
2015-08-16cc3200: Small renaming in wdt functions for the sake of consistency.Daniel Campora
2015-08-16cc3200: Rework SD API. Increase heap to avoid malloc failures.Daniel Campora
2015-08-16cc3200: Rename SPI nss param to cs.Daniel Campora
2015-08-16cc3200: Improve callback API.Daniel Campora
2015-08-16cc3200: Server side SSL socket requires both certfile and keyfile.Daniel Campora
2015-08-15stmhal: Enable I & D caches for M7Dave Hylands
2015-08-14windows: Make unistd.h more posix compatiblestijn
2015-08-13py: Add stream_tell method, and use for unix and stmhal file tell.blmorris
2015-08-12py: In native ARM emitter, load r7 with table earlier in func prelude.Damien George
2015-08-12py/makeversionhdr.py: Use returncode attr to be Python2.7 compat.Damien George
2015-08-11tools: Make gen-changelog.sh print more lines from the tag annotation.Damien George
2015-08-11docs: Bump version to 1.4.5.Damien George
2015-08-11py/makeversionhdr.py: Fallback to using docs version if no git repo.Damien George
2015-08-10cc3200: Make ADC API compatible with the pyboard.Daniel Campora
2015-08-09cc3200: On the first boot, always make AP ssid='wipy-wlan'.Daniel Campora
2015-08-09cc3200: Refactor PRCM special user bits implementation.Daniel Campora
2015-08-09cc3200: Speed up file system checking during start-up.Daniel Campora
2015-08-09cc3200: Add factory smoke test as part of the tools.Daniel Campora