| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-19 | Merge pull request #541 from ladyada/itsybitsy_m0_fixes2.2.1 | Dan Halbert | |
| Itsybitsy m0 fixes | |||
| 2018-01-19 | Add W25Q16 USON flash support, alternative flash type support for all boards | ladyada | |
| 2018-01-19 | Add missing Feather M0 RadioFruit boards: RFM69, RFM9x. (#538) | Tony DiCola | |
| 2018-01-11 | Merge pull request #520 from pewpew-game/2.x | Radomir Dopieralski | |
| Fix example for gamepad | |||
| 2018-01-11 | Fix example for gamepad | Radomir Dopieralski | |
| The example code for the gamepad module would skip detected button presses in the code that waits for a button to be released, because it would run it even when no button is pressed. Also updated the example pin names to not use RX and TX. | |||
| 2017-12-30 | Merge pull request #505 from dhalbert/2.2_update_cpx_frozen_libs2.2.0-rc.22.2.0 | Dan Halbert | |
| update CPX frozen modules to latest versions | |||
| 2017-12-30 | update CPX frozen modules to latest versions | Dan Halbert | |
| 2017-12-24 | Merge pull request #499 from dhalbert/2.x_frozen_module_version_info | Dan Halbert | |
| Add git version info to frozen modules. | |||
| 2017-12-24 | preprocess_frozen_modules.py: yet more Python 3.4 compatibility changes | Dan Halbert | |
| 2017-12-24 | preprocess_frozen_modules.py: make compatible with Python 3.4. | Dan Halbert | |
| 2017-12-23 | Add git version info to frozen modules. | Dan Halbert | |
| 2017-12-23 | PDMIn: Make last DMA buffer be exactly the right length. | Dan Halbert | |
| 2017-12-23 | certain odd-sized PDMIn record buffers would crash or not fill properly | Dan Halbert | |
| 2017-12-21 | Error in PDMIn filter loop. | Dan Halbert | |
| 2017-12-20 | Merge pull request #495 from tannewt/fix_baud_reset | Dan Halbert | |
| Fix 1200 baud reset. | |||
| 2017-12-20 | Fix 1200 baud reset. | Scott Shawcroft | |
| Fixes #494 | |||
| 2017-12-20 | check twice for bad filesystem | Dan Halbert | |
| 2017-12-20 | Wait 2 secs before creating new filesystem in case power is jittery | Dan Halbert | |
| 2017-12-20 | Don't include examples directories in frozen libraries | Dan Halbert | |
| 2017-12-19 | Merge pull request #489 from adafruit/test_2.x | Dan Halbert | |
| Add root .readthedocs.yml config | |||
| 2017-12-19 | Add root readthedocs.yml file. | Scott Shawcroft | |
| 2017-12-15 | Merge pull request #486 from dhalbert/2.x_lis3dh_3.0.02.2.0rc12.2.0-rc1 | Kattni | |
| update CPX frozen Adafruit_CircuitPython_LIS3DH to library version 3.0.0 | |||
| 2017-12-15 | update CPX frozen Adafruit_CircuitPython_LIS3DH to library version 3.0.0 | Dan Halbert | |
| 2017-12-15 | Speed up AnalogIn.value. | Dan Halbert | |
| 2017-12-14 | Merge pull request #483 from dhalbert/2.x | Kattni | |
| bring CPX frozen modules up to date | |||
| 2017-12-14 | bring CPX frozen modules up to date | Dan Halbert | |
| 2017-12-14 | Write version info to boot_out.txt. | Dan Halbert | |
| 2017-12-13 | Fix PDMIn MEMS microphone support (#479) | Dan Halbert | |
| Changes: * New faster filter loop, by @ladyada. New filter coefficients as well. * Turn on microphone clock when PDMIn object is created, and run it all the time, so the user code doesn't have to wait for microphone startup, which can be 10ms or even 100ms. * Wait for microphone startup when PDMIn is first created, based on new optional parameter microphone_startup in seconds (takes a float). * record() returns number of samples actually recorded, so you can see if it's not keeping up. * Fix buffer overflow errors when buffer size was not a multiple of 16 or something like that. * Tweak a few peripheral settings. * Minimum sampling frequency is now 16kHZ or so, because 8kHz runs microphone at only 0.5MHz, which is too slow for many mics. Note: I tried 128x oversampling instead of 64x, but the code cannot keep up at 24kHz or above sampling. 128x would reduce the high-frequency noise by 6db. | |||
| 2017-12-05 | Merge pull request #474 from tannewt/mcu_reset | Dan Halbert | |
| Introduce reset mechanics to microcontroller. | |||
| 2017-12-05 | Fix a couple spelling errors. | Scott Shawcroft | |
| 2017-12-05 | Introduce reset mechanics to microcontroller. | Scott Shawcroft | |
| This allows one to configure how a subsequent reset will behave and also trigger a reset. Fixes #350 and fixes #173 | |||
| 2017-12-05 | Merge pull request #473 from dhalbert/2.x_esp8266_bidi_spi | Dan Halbert | |
| add SPI.write_readinto() to esp8266 port | |||
| 2017-12-05 | add SPI.write_readinto() to esp8266 port | Dan Halbert | |
| 2017-12-05 | add SPI.write_readinto() - bidirectional SPI | Dan Halbert | |
| 2017-12-03 | update CPX frozen modules to latest versions | Dan Halbert | |
| 2017-11-26 | atmel-samd: Added missing adalogger pins (#461) | Stewart | |
| - Added D4 and moved associated SD_CS so that they are paired within list - Added D7 and SD_CD which is the SD Card Detect pin - Added D8 and GREEN_LED - Added RED_LED associated with D13 - Added Setup information regarding arm complier packages | |||
| 2017-11-21 | Merge pull request #453 from pewpew-game/stage | Dan Halbert | |
| Fix display orientation for _stage module | |||
| 2017-11-21 | Fix display orientation for _stage module | Radomir Dopieralski | |
| Initially this library assumed the display is rotated by 90 degrees, so the x and y were swapped. I'm now handling the display rotation in the driver, with the hardware display settings, so the library should use a sane order of x and y. This way it will work with any display orientation. | |||
| 2017-11-17 | Add ItsyBitsy M0 support with 1MB flash support (#445) | Limor "Ladyada" Fried | |
| 2017-11-14 | Update info about erasing CIRCUITPY to include flash erasers for non-… (#427) | Dan Halbert | |
| Update info about erasing CIRCUITPY to include flash erasers for non-Express boards. | |||
| 2017-11-07 | Merge pull request #419 from tannewt/2.x_usb_pids | Dan Halbert | |
| atmel-samd: Update Feather M0 Express USB PID in 2.x | |||
| 2017-11-07 | atmel-samd: Update Feather M0 Express USB PID | Scott Shawcroft | |
| This makes it different from the bootloaders and Arduino. Fixes #324. | |||
| 2017-11-07 | Add a _stage module (#398) | Radomir Dopieralski | |
| This is a C module with some low-level functions required for the CircuitPython "stage" library. It provides support for fast rendering of tile grids and sprites on SPI-based RGB displays. | |||
| 2017-11-06 | Merge pull request #413 from dhalbert/fix_round | Dan Halbert | |
| Fix round(). | |||
| 2017-11-06 | Fix round(). Don't split a statement with a #pragma. It breaks the compiled ↵ | Dan Halbert | |
| output. | |||
| 2017-11-06 | esp8266 enable framebuf (#408) | jerryneedell | |
| enable framebuf for ESP8266 | |||
| 2017-11-03 | Merge pull request #404 from pewpew-game/fix-spi-empty-read-write | Dan Halbert | |
| Allow empty reads and writes for busio.SPI | |||
| 2017-11-03 | Allow empty reads and writes for busio.SPI | Radomir Dopieralski | |
| This is mostly for convenience, so that user code doesn't need to add additional checks. Also, bring the bitbangio into compatibility with busio wrt. empty buffers. | |||
| 2017-11-01 | Add board definition for the uGame handheld console | Radomir Dopieralski | |
| This is a board definition for the uGame project: https://hackaday.io/project/27629-game uGame is a small handheld game console programmable with CircuitPython. The hardware part of the project is pretty much stable by now. | |||
| 2017-10-30 | Allow writing buffer of length zero to I2C device; it can be used to poll ↵ | Dan Halbert | |
| for existence. | |||
