summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-14Merge pull request #678 from tannewt/m0_no_timer_fix3.0.0-alpha.3Dan Halbert
2018-03-14Remove SERCOM pointers from pin data structure because index isScott Shawcroft
2018-03-14Merge pull request #679 from tannewt/usb_race3Dan Halbert
2018-03-14Check usb_busy up front in usb background function.Scott Shawcroft
2018-03-13Correct NO_TIMER index value for SAMD21.Scott Shawcroft
2018-03-13Merge pull request #677 from tannewt/usb_active_readDan Halbert
2018-03-13Merge pull request #676 from vesperk38/patch-1Scott Shawcroft
2018-03-13Move usb read finish into interrupt.Scott Shawcroft
2018-03-13line 172 has a typo correct 2MB to 4MBvesperk38
2018-03-12Merge pull request #668 from python-ugame/masterDan Halbert
2018-03-12Merge pull request #669 from python-ugame/gamepad3Dan Halbert
2018-03-11gamepad: Enable the gamepad module for express boards in 3.xRadomir Dopieralski
2018-03-11_stage: use 16 bit for coordinates to support larger screensRadomir Dopieralski
2018-03-09Merge pull request #663 from tannewt/dma3Dan Halbert
2018-03-09Use DMA for long SPI transactions including those to the SPI Flash.Scott Shawcroft
2018-03-09Merge pull request #661 from kattni/add-am2320-to-driver-listScott Shawcroft
2018-03-09Merge pull request #662 from siddacious/dotstar_fixesScott Shawcroft
2018-03-08fixes hardware dotstar support for 3.0 and addresses issue #514Bryan Siepert
2018-03-07moved to top of list for alphabetical orderKattni
2018-03-07Added AM2320 to driver listKattni
2018-03-06Merge pull request #659 from tannewt/driver_page_updateKattni
2018-03-06Fix links. Adding the en/latest/ circumvents a ReadTheDocs bugScott Shawcroft
2018-03-06Update driver links including categories!Scott Shawcroft
2018-03-01Merge pull request #654 from tannewt/structify_flash_devicesScott Shawcroft
2018-03-01Support all boards and remove erase and page sizes because they never change.Scott Shawcroft
2018-02-28Structify flash device definitions.Scott Shawcroft
2018-02-27Merge pull request #650 from tannewt/merge_2x3.0.0-alpha.2Dan Halbert
2018-02-27Remove bad c2rst and fix the other for sphinx 1.7.1Scott Shawcroft
2018-02-27Install recommonmark too.Scott Shawcroft
2018-02-27Build sphinx on TravisScott Shawcroft
2018-02-27Merge remote-tracking branch 'adafruit/2.x' into merge_2xScott Shawcroft
2018-02-27Merge pull request #649 from dhalbert/3.0_AnalogOut_fixesScott Shawcroft
2018-02-27use CONF_GCLK_DAC_SRC and refactor a bitDan Halbert
2018-02-27Use safe clock freqs for AnalogOut; use DAC REFRESH on SAMD51.Dan Halbert
2018-02-27Merge pull request #647 from siddacious/samd51g_timer_fixScott Shawcroft
2018-02-27fixes timer number assumptions for samd51s for issue #646Bryan Siepert
2018-02-26Merge pull request #643 from dhalbert/3.0_esp8266_uart1Scott Shawcroft
2018-02-26Merge pull request #645 from dhalbert/3.0_itsy_expressScott Shawcroft
2018-02-26add itsybitsy_m0_express and metro_m4_express_revb to travis buildsDan Halbert
2018-02-26consistently brand Itsy Bitsy M0 as 'Express'Dan Halbert
2018-02-24Add .baudrate support to ESP8266.Dan Halbert
2018-02-23Merge pull request #641 from dhalbert/2.x_esp8266_remove_obsolete_driversScott Shawcroft
2018-02-23Merge pull request #640 from dhalbert/metro_m4_tx_rxLimor "Ladyada" Fried
2018-02-23Remove obsolete periphal drivers in esp moduleDan Halbert
2018-02-23add board.RX and .TX pins to metro_m4_express_revbDan Halbert
2018-02-21Merge pull request #634 from dhalbert/3.0_UARTKattni
2018-02-21Add dummy UART implementation to nrf so it builds with UART turned on. Also a...Dan Halbert
2018-02-21Merge pull request #633 from jamesadevine/patch-1Scott Shawcroft
2018-02-21Merge pull request #632 from tannewt/delete_out_of_dateDan Halbert
2018-02-21Implement UART for 3.0 + related fixes.Dan Halbert