aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-12Travis is actually running trusty. xenial isn't supported yet.0.8.1Scott Shawcroft
2017-01-12tests: Update ramdisk test to show more free space because our root directory...Scott Shawcroft
2017-01-12atmel-samd: Split UART pin names into two so that all names startScott Shawcroft
2017-01-12Add persistent VFS shares so that the devices can be used with USBScott Shawcroft
2017-01-12atmel-samd: Turn off FRAMEBUF because it takes a lot of space.Scott Shawcroft
2017-01-12Fixup warnings from merge about undefined macro values, switch toScott Shawcroft
2017-01-10Merge tag 'v1.8.7'Scott Shawcroft
2017-01-09docs: Add link to DS1307 drivers.Scott Shawcroft
2017-01-09Add arduino zero to default builder and change name to circuitpython.0.8.0Scott Shawcroft
2017-01-08atmel-samd: Update pinouts for prototypes.Scott Shawcroft
2017-01-08Correct monotonic.Scott Shawcroft
2017-01-08docs: Bump version to 1.8.7.v1.8.7Damien George
2017-01-08tests/unix/extra_coverage: Add tests for importing frozen packages.Damien George
2017-01-08py/builtinimport: Fix bug when importing names from frozen packages.Damien George
2017-01-08drivers/onewire/ds18x20: Fix negative temperature calc for DS18B20.syndycat
2017-01-07cc3200/modwlan: Add network.WLAN.print_ver() diagnostic function.Paul Sokolovsky
2017-01-07docs/usocket: Clarify that socket timeout raises OSError exception.Paul Sokolovsky
2017-01-07tests/array*: Allow to skip test if "array" is unavailable.Paul Sokolovsky
2017-01-06Add more detail to the driver page including a link to the bundle.Scott Shawcroft
2017-01-06Add Gitter integration to Travis and add badges to the docs.Scott Shawcroft
2017-01-06tests/types1: Split out set type test to set_types.Paul Sokolovsky
2017-01-06docs/library/esp: Remove para and add further warning about flash.Damien George
2017-01-06esp8266/modules/flashbdev: Change RESERVED_SECS to 0.Damien George
2017-01-06esp8266/modules/flashbdev: Remove now-unused function set_bl_flash_size.Damien George
2017-01-05Link to the Bus Device docs.Scott Shawcroft
2017-01-05Update more docs to say CircuitPython and clarify driver support.Scott Shawcroft
2017-01-05Ignore the bin folder that can be used to collect binaries across ports.Scott Shawcroft
2017-01-05Improve docs and update to CircuitPython.Scott Shawcroft
2017-01-05Rename to CircuitPythonScott Shawcroft
2017-01-05atmel-samd: New revs which isolate the SPI for the external flash.Scott Shawcroft
2017-01-05Add time.struct_time support.Scott Shawcroft
2017-01-05esp8266/modules/flashbdev: Remove code to patch bootloader flash size.Paul Sokolovsky
2017-01-05unix/Makefile: Allow cache-map-lookup optimisation with frozen bytecode.Damien George
2017-01-05tools/mpy-tool.py: Add support for OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.Damien George
2017-01-05py/mkrules.mk: Add MPY_CROSS_FLAGS option to pass flags to mpy-cross.Damien George
2017-01-05tests/unix/extra_coverage: Add basic tests to import frozen str and mpy.Damien George
2017-01-05unix: Enable and add basic frozen str and frozen mpy in coverage build.Damien George
2017-01-05unix/Makefile: Split long line for coverage target, easier to modify.Damien George
2017-01-05tests/unix: Improve formatfloat.c test coverage using C.Rami Ali
2017-01-05tests/float: Improve formatfloat.c test coverage using Python.Rami Ali
2017-01-05tests: Improve warning.c test coverage.Rami Ali
2017-01-05tests/run-tests: Allow to skip set tests.Paul Sokolovsky
2017-01-04Use full link because relative links don't work.Scott Shawcroft
2017-01-04Switch to subprojects for driver docs.Scott Shawcroft
2017-01-04all: Consistently update signatures of .make_new and .call methods.Paul Sokolovsky
2017-01-04docs/library/esp: Document esp.set_native_code_location() function.Damien George
2017-01-04esp8266/modules/flashbdev: Add RESERVED_SECS before the filesystem.Damien George
2017-01-04esp8266/Makefile: Put firmware-ota.bin in build/, for consistency.Paul Sokolovsky
2017-01-04esp8266/general: Add "Scarcity of runtime resources" section.Paul Sokolovsky
2017-01-04tests/pyb/uart: Update test to match recent change to UART timeout_char.Damien George