summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-06Merge pull request #812 from dhalbert/2.x-filesystem-writability-on-boot2.3.1Scott Shawcroft
2018-05-07Fix regression preventing remount as readwrite in boot.pyDan Halbert
2018-05-04Merge pull request #802 from dhalbert/2.x-filesystem-work2.3.0Scott Shawcroft
2018-05-03Merge pull request #801 from dhalbert/2.x_cpx_freeze_express_hidKattni
2018-05-03Freeze HID and Express into CPX 2.x firmware.Dan Halbert
2018-05-03handle bad power on reset betterDan Halbert
2018-04-07Merge pull request #744 from jepler/esp8266-sdk-fixes-2.xScott Shawcroft
2018-04-06esp8266/etshal: delete incorrect function prototypesJeff Epler
2018-04-06esp8266/esp8266_common.ld: Put .text of more libs into .irom0.text .Paul Sokolovsky
2018-03-12Merge pull request #667 from python-ugame/2.xDan Halbert
2018-03-11_stage: use 16 bit for coordinates to support larger screensRadomir Dopieralski
2018-03-06Merge pull request #658 from tannewt/driver_page_update2.2.4Kattni
2018-03-06Fix links. Adding the en/latest/ circumvents a ReadTheDocs bugScott Shawcroft
2018-03-06Update driver links including categories!Scott Shawcroft
2018-02-23Merge pull request #641 from dhalbert/2.x_esp8266_remove_obsolete_driversScott Shawcroft
2018-02-23Remove obsolete periphal drivers in esp moduleDan Halbert
2018-02-21Merge pull request #632 from tannewt/delete_out_of_dateDan Halbert
2018-02-20Polish up the README since it was converted to RST from Markdown.Scott Shawcroft
2018-02-20Delete a bunch of docs, drivers and examples not relevant to CircuitPython.Scott Shawcroft
2018-02-15Merge pull request #621 from tannewt/tweak_itsybitsy_status_brightnessDan Halbert
2018-02-13Fix builds without status pixel. No need to track its brightness when its una...Scott Shawcroft
2018-02-12Dim the neopixel status LED through the brightness control.Scott Shawcroft
2018-02-12Increase the status LED brightness a bit so that newer DotStarsScott Shawcroft
2018-02-11Merge pull request #612 from tuupola/patch-1Limor "Ladyada" Fried
2018-02-11Magnetometer values are also 3d vector of uTMika Tuupola
2018-02-04Merge pull request #580 from ladyada/pirkey2.2.3Dan Halbert
2018-02-04pIRKey tested w/ hardware - basically a trinket or gemma with only dotstar LE...ladyada
2018-02-02Merge pull request #571 from ladyada/fix_itsybitsy_flashDan Halbert
2018-01-30memory type for alt flash fixladyada
2018-01-19Merge pull request #541 from ladyada/itsybitsy_m0_fixes2.2.1Dan Halbert
2018-01-19Add W25Q16 USON flash support, alternative flash type support for all boardsladyada
2018-01-19Add missing Feather M0 RadioFruit boards: RFM69, RFM9x. (#538)Tony DiCola
2018-01-11Merge pull request #520 from pewpew-game/2.xRadomir Dopieralski
2018-01-11Fix example for gamepadRadomir Dopieralski
2017-12-30Merge pull request #505 from dhalbert/2.2_update_cpx_frozen_libs2.2.0-rc.22.2.0Dan Halbert
2017-12-30update CPX frozen modules to latest versionsDan Halbert
2017-12-24Merge pull request #499 from dhalbert/2.x_frozen_module_version_infoDan Halbert
2017-12-24preprocess_frozen_modules.py: yet more Python 3.4 compatibility changesDan Halbert
2017-12-24preprocess_frozen_modules.py: make compatible with Python 3.4.Dan Halbert
2017-12-23Add git version info to frozen modules.Dan Halbert
2017-12-23PDMIn: Make last DMA buffer be exactly the right length.Dan Halbert
2017-12-23certain odd-sized PDMIn record buffers would crash or not fill properlyDan Halbert
2017-12-21Error in PDMIn filter loop.Dan Halbert
2017-12-20Merge pull request #495 from tannewt/fix_baud_resetDan Halbert
2017-12-20Fix 1200 baud reset.Scott Shawcroft
2017-12-20check twice for bad filesystemDan Halbert
2017-12-20Wait 2 secs before creating new filesystem in case power is jitteryDan Halbert
2017-12-20Don't include examples directories in frozen librariesDan Halbert
2017-12-19Merge pull request #489 from adafruit/test_2.xDan Halbert
2017-12-19Add root readthedocs.yml file.Scott Shawcroft