aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-19Fix pin free check to ignore None objects. Fixes #89Scott Shawcroft
2017-02-19nativeio.SPI: Remove extraneous constructor args because they are in configure.Scott Shawcroft
2017-02-15ESP8266: Make sure SPI write finishes before returning.Scott Shawcroft
2017-02-15ESP8266: Rework the execution flow to match the SAMD21.Scott Shawcroft
2017-02-15Fix the keyboard exception in REPL by ignoring forced exit results when in RE...Scott Shawcroft
2017-02-14Fix tests that rely on sys.implementation.name to work with circutpython resp...Scott Shawcroft
2017-02-14Make mp_float_t conversions explicit to silence warnings of converting floats...Scott Shawcroft
2017-02-13atmel-samd: Clean up I2C correctly when an initialization error occurs. Fixes...Scott Shawcroft
2017-02-13Change sys.implementation to return circuitpython and the circuitpython versi...Scott Shawcroft
2017-02-10atmel-samd: Rework the clock configs to only be crystalless when needed by th...Scott Shawcroft
2017-02-10SPI tweaks for SD Cards:Scott Shawcroft
2017-02-03Switch design guide to rST so that the table works. Also add details based on...0.8.4Scott Shawcroft
2017-02-03Update after feedback from @deshipu. ThanksScott Shawcroft
2017-02-02Add a draft of a new design guide. This is meant to capture the goals of Circ...Scott Shawcroft
2017-02-02atmel-samd: Update internal pins for Feather M0 Express Rev BScott Shawcroft
2017-02-01Add more PWMOut examples and rename the duty constructor argumentScott Shawcroft
2017-02-01atmel-samd: Switch Metro back to including bootloader space.Scott Shawcroft
2017-02-01atmel-samd: Turn down the brightness of the status colors.Scott Shawcroft
2017-01-30Add frequency changing support to PWMOut.Scott Shawcroft
2017-01-19atmel-samd: stop overwriting the flash FS.Scott Shawcroft
2017-01-19atmel-samd: Change new flash FS name to CIRCUITPYScott Shawcroft
2017-01-19atmel-samd: Reset the DAC on soft reset. Fixes #80.Scott Shawcroft
2017-01-19atmel-samd: Fully reset the ADC state on reset to prevent a crash.Scott Shawcroft
2017-01-18atmel-samd: Fix two more SERCOM configs, PA07 and PA06.Scott Shawcroft
2017-01-18atmel-samd: Fix PA00 and PA01 sercoms. New CircuitPlayground prototype pinout.Scott Shawcroft
2017-01-17atmel-samd: Fix neopixel timing by forcing the NVM cache to be deterministicl...0.8.3Scott Shawcroft
2017-01-17atmel-samd: Fix whitespace.Scott Shawcroft
2017-01-17atmel-samd: Support multiple ADC channels at once.Scott Shawcroft
2017-01-16More fixes to pin pull thanks to jerryn:Scott Shawcroft
2017-01-16Fix pull kwarg DigitalInOut.switch_to_input and add example use to docs.Scott Shawcroft
2017-01-13Add more description of installing the library bundle.Scott Shawcroft
2017-01-13atmel-samd: Ensure pin state for first script run because we don't0.8.2Scott Shawcroft
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