summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-24Merge pull request #776 from dhalbert/hid_gamepad3.0.0-alpha.6Dan Halbert
2018-04-24convert wrapper class to just a moduleDan Halbert
2018-04-23HID gamepad supportDan Halbert
2018-04-20Merge pull request #765 from jerryneedell/jerryn_tickScott Shawcroft
2018-04-20 cleanup in tick.cJerry Needell
2018-04-20 modify tick.c to simplify - remove interupt disable from common_hal_pulseio_...Jerry Needell
2018-04-19Merge pull request #772 from tannewt/rtc51Dan Halbert
2018-04-19 modify tic.c to chec if interrupts are enabled, rename us_between_ticks to u...Jerry Needell
2018-04-19Merge remote-tracking branch 'origin/master' into jerryn_tickJerry Needell
2018-04-19Merge pull request #773 from tannewt/remove_revb_buildDan Halbert
2018-04-19Remove Rev B Metro M4 from Travis build.Scott Shawcroft
2018-04-19atmel-samd: Fix M4 RTC and ItsyBitsy M4 definitionScott Shawcroft
2018-04-18Merge pull request #768 from sommersoft/rtc_fixScott Shawcroft
2018-04-18updated asf4_config: reverted oscillators to use internal vs external for RTCsommersoft
2018-04-17 update tick.c (fix LOAD value) update PulseIn.c (do not enable interrupts fo...Jerry Needell
2018-04-16Merge pull request #760 from ladyada/masterScott Shawcroft
2018-04-16Merge pull request #745 from notro/time_rtcScott Shawcroft
2018-04-16Merge pull request #764 from tannewt/nvm3Dan Halbert
2018-04-16Remove "Get or set"Scott Shawcroft
2018-04-16Add a table of contents reference to RTCScott Shawcroft
2018-04-16 modify tick.c to work when interrupts disabled - modify PulseIn.c to cast ar...Jerry Needell
2018-04-16atmel-samd: Add rtc module supportNoralf Trønnes
2018-04-16Add rtc moduleNoralf Trønnes
2018-04-13Correct example. Thanks @jepler!Scott Shawcroft
2018-04-13Turn on nvm in 3.0.Scott Shawcroft
2018-04-13Merge pull request #756 from tannewt/audio3Dan Halbert
2018-04-13don't use python nrfutil on windows, it doesnt work :/ tested feather52 makef...ladyada
2018-04-13Tweaks based on dhalbert's feedback.Scott Shawcroft
2018-04-13Merge pull request #759 from ladyada/masterScott Shawcroft
2018-04-12fix for spaces in pathladyada
2018-04-12deal with spaces in directoriesladyada
2018-04-12Fix MakefileScott Shawcroft
2018-04-12Add audio output support!Scott Shawcroft
2018-04-12Merge pull request #757 from tannewt/status_pixel_fixScott Shawcroft
2018-04-12Fix the status neopixel flashing.Scott Shawcroft
2018-04-12Merge pull request #755 from tannewt/itsy_m4Dan Halbert
2018-04-12Add initial ItsyBitsy M4 supportScott Shawcroft
2018-04-10Merge pull request #747 from dhalbert/reformat3.0.0-alpha.4Scott Shawcroft
2018-04-10force_create rename got lost due to editing errorDan Halbert
2018-04-10Merge remote-tracking branch 'adafruit/master' into reformatDan Halbert
2018-04-10remove more unneeded includesDan Halbert
2018-04-10remove unnecessary includes in esp8266 common-hal storage codeDan Halbert
2018-04-10esp8266 and nrf: raise NotImplementedErrorDan Halbert
2018-04-09esp8266: Disable "strict aliasing" in compiler like in atmel-samdJeff Epler
2018-04-09Fix rom qstr pool length.Scott Shawcroft
2018-04-09Prevent a heap pointer from living on the stack longer than we need.Scott Shawcroft
2018-04-09Create genhdr/ directory in timeJeff Epler
2018-04-09Merge pull request #752 from jepler/esp8266-strict-aliasingDan Halbert
2018-04-09esp8266: Disable "strict aliasing" in compiler like in atmel-samdJeff Epler
2018-04-09Merge pull request #749 from tannewt/analyze_heap_dumpDan Halbert