| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-06 | Merge pull request #812 from dhalbert/2.x-filesystem-writability-on-boot2.3.1 | Scott Shawcroft | |
| 2.x: Fix regression preventing remount as readwrite in boot.py | |||
| 2018-05-07 | Fix regression preventing remount as readwrite in boot.py | Dan Halbert | |
| 2018-05-04 | Merge pull request #802 from dhalbert/2.x-filesystem-work2.3.0 | Scott Shawcroft | |
| 2.x: handle bad power on reset better | |||
| 2018-05-03 | Merge pull request #801 from dhalbert/2.x_cpx_freeze_express_hid | Kattni | |
| Freeze HID and Express into CPX 2.x firmware. | |||
| 2018-05-03 | Freeze HID and Express into CPX 2.x firmware. | Dan Halbert | |
| 2018-05-03 | handle bad power on reset better | Dan Halbert | |
| 2018-04-07 | Merge pull request #744 from jepler/esp8266-sdk-fixes-2.x | Scott Shawcroft | |
| Adapt to incompatible changes in the ESP8266 SDK (2.x version) | |||
| 2018-04-06 | esp8266/etshal: delete incorrect function prototypes | Jeff Epler | |
| these are function prototypes not used in circuitpython. The declarations began to conflict with ones in the upstream SDK at some point, so delete them. | |||
| 2018-04-06 | esp8266/esp8266_common.ld: Put .text of more libs into .irom0.text . | Paul Sokolovsky | |
| Recent vendor SDKs ship libs with code in .text section, which previously was going into .irom0.text. Adjust the linker script to route these sections back to iROM (follows upstream change). | |||
| 2018-03-12 | Merge pull request #667 from python-ugame/2.x | Dan Halbert | |
| _stage: use 16 bit for coordinates to support larger screens | |||
| 2018-03-11 | _stage: use 16 bit for coordinates to support larger screens | Radomir Dopieralski | |
| 2018-03-06 | Merge pull request #658 from tannewt/driver_page_update2.2.4 | Kattni | |
| Update driver links (for 2.x) including categories! | |||
| 2018-03-06 | Fix links. Adding the en/latest/ circumvents a ReadTheDocs bug | Scott Shawcroft | |
| which redirects projects incorrectly. | |||
| 2018-03-06 | Update driver links including categories! | Scott Shawcroft | |
| 2018-02-23 | Merge pull request #641 from dhalbert/2.x_esp8266_remove_obsolete_drivers | Scott Shawcroft | |
| Remove obsolete peripheral drivers in esp module | |||
| 2018-02-23 | Remove obsolete periphal drivers in esp module | Dan Halbert | |
| 2018-02-21 | Merge pull request #632 from tannewt/delete_out_of_date | Dan Halbert | |
| Delete out of date docs, drivers and examples | |||
| 2018-02-20 | Polish up the README since it was converted to RST from Markdown. | Scott Shawcroft | |
| 2018-02-20 | Delete a bunch of docs, drivers and examples not relevant to CircuitPython. | Scott Shawcroft | |
| This fixes #345 and fixes #215. | |||
| 2018-02-15 | Merge pull request #621 from tannewt/tweak_itsybitsy_status_brightness | Dan Halbert | |
| Increase the status LED brightness a bit so that newer DotStars | |||
| 2018-02-13 | Fix builds without status pixel. No need to track its brightness when its ↵ | Scott Shawcroft | |
| unavaialable. | |||
| 2018-02-12 | Dim the neopixel status LED through the brightness control. | Scott Shawcroft | |
| 2018-02-12 | Increase the status LED brightness a bit so that newer DotStars | Scott Shawcroft | |
| aren't super dim. This will make status NeoPixels a bit bright but one can use samd.set_rgb_status_brightness() to dim them. | |||
| 2018-02-11 | Merge pull request #612 from tuupola/patch-1 | Limor "Ladyada" Fried | |
| Magnetometer values are also 3d vector of uT | |||
| 2018-02-11 | Magnetometer values are also 3d vector of uT | Mika Tuupola | |
| Unless I have misunderstood something design guide should have matching the definition with [Unified Sensor Driver](https://github.com/adafruit/Adafruit_Sensor/blob/master/Adafruit_Sensor.h#L111). | |||
| 2018-02-04 | Merge pull request #580 from ladyada/pirkey2.2.3 | Dan Halbert | |
| pIRKey tested w/ hardware | |||
| 2018-02-04 | pIRKey tested w/ hardware - basically a trinket or gemma with only dotstar ↵ | ladyada | |
| LED + IR Receiver | |||
| 2018-02-02 | Merge pull request #571 from ladyada/fix_itsybitsy_flash | Dan Halbert | |
| memory type for alt flash fix | |||
| 2018-01-30 | memory type for alt flash fix | ladyada | |
| 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 | |
