summaryrefslogtreecommitdiff
path: root/shared-bindings
AgeCommit message (Expand)Author
2018-02-07Merge pull request #589 from arturo182/nrf_gamepadKevin Townsend
2018-02-06shared-bindings: Fix incorrect code commentsarturo182
2018-02-06Merge pull request #564 from deanm1278/masterScott Shawcroft
2018-02-05nrf: Implement ticks, add gamepad module and examplearturo182
2018-02-05replace tabs with spacesdean
2018-01-30DM: fix sytlingdean
2018-01-30DM: added write_readinto to bitbangiodean
2018-01-30documentation: caution on SPI clock speed for SAMD21Dan Halbert
2018-01-30atmel-samd: Correct computation of SPI baud rate.Dan Halbert
2018-01-18Added Unique ID Functions/Updated Support Matrix (#527)sommersoft
2018-01-02merge from 2.2.0 + fix up board defsDan Halbert
2017-12-30shared-bindings/index.rst: added audiobusiosommersoft
2017-12-14Documentation Updates (mcu.delay() and Design Guide) (#481)sommersoft
2017-11-27Support SPI flash chips for CIRCUITPY, using non-DMA SPI for now.Dan Halbert
2017-11-22Resolved formatting issue in docKattni
2017-11-19Updated frequency minimum requirements in docs and examples (#444)Kattni
2017-11-16Merge pull request #443 from dhalbert/3.0_spi3.0.0-alpha.1Dan Halbert
2017-11-16non-DMA SPI working; adding this now for testing; will continue with DMADan Halbert
2017-11-16Create supervisor module.Scott Shawcroft
2017-11-07Implement busio.I2c.Dan Halbert
2017-10-30atmel-samd: Add empty line for RST docsScott Shawcroft
2017-10-27calcsize90 should be documented nowmrmcwethy
2017-10-25shared-bindings: Use unary_op type.Scott Shawcroft
2017-10-23Merge 2.1.0 changes into master.Dan Halbert
2017-10-21First attempt to move py/modmath.c to shared-bindings/mathmrmcwethy
2017-10-19shared-bindings/storage/__init__.c: Change remount() readonly to kw arg (#286).Josh Gadeken
2017-10-18CircuitPython now has struct instead of ustruct (#302)Michael McWethy
2017-10-03Add a `gamepad` module for handling buttons in the background. (#295)Radomir Dopieralski
2017-10-03Do not allow a *io object to be used after deinit().Dan Halbert
2017-10-02Make touch more sensitive. Add .raw_value and .threshold attributes.Dan Halbert
2017-09-06Add Processor to microcontroller documentation TOC (#237)Dan Halbert
2017-09-06shared-bindings: Prevent check_lock from being optimized away. (#240)Scott Shawcroft
2017-09-05atmel-samd: Enable 8-bit audio recording support even though it'll beScott Shawcroft
2017-08-31Add microcontroller.cpu.temperature, for use as a simple sensor on minimal bo...Dan Halbert
2017-08-29shared-bindings: Clarify that UART.read() is slow. (#209)Scott Shawcroft
2017-08-28Merge pull request #208 from adafruit/merge-v1.9.2Scott Shawcroft
2017-08-27Modernize module and class static dicts; update freetouchDan Halbert
2017-08-26Fix blinky exampleScott Shawcroft
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-08-25atmel-samd: Introduce a nvm module for non-volatile byte-level memory access....Scott Shawcroft
2017-08-22shared-bindings: Check that extra args aren't provided to digitalio.DigitalIn...Scott Shawcroft
2017-08-22shared-bindings: Update DigitalIO.pull docs and validate that third (#188)Scott Shawcroft
2017-08-10shared-bindings/atmel-samd: Fix and improve trigger duration timing on PulseI...Scott Shawcroft
2017-08-07shared-bindings: Add stub documentation of storage.VfsFat so other docs can l...2.0.0-beta.1Scott Shawcroft
2017-08-07esp8266: Introduce `multiterminal` module for managing a secondaryScott Shawcroft
2017-07-28atmel-samd: Introduce audiobusio.PDMIn for recording audio from PDMScott Shawcroft
2017-07-27fixed naming on pulseIn example for docsbrentru
2017-07-23Measure and report maximum stack usage. (#175)Dan Halbert
2017-07-12shared-bindings: Fix neopixel_write example. I forgot to save in the editor. ...Scott Shawcroft
2017-07-12atmel-samd: Fix AudioOut buffer playback by supporting bytes_per_sample.Scott Shawcroft