summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-15Added note on MSDDisableKevin Townsend
2018-02-15more bootloader feather52840 updatehathach
2018-02-15Merge branch 'nrf52840' of github.com:microbuilder/circuitpython into nrf52840hathach
2018-02-15update bootloader for feather52840hathach
2018-02-14Merge pull request #600 from tannewt/clarify_property_commentsKattni
2018-02-14pulsein compiles but doesn't workScott Shawcroft
2018-02-14m4 pulseout worksScott Shawcroft
2018-02-13m0 pulseout works. Factored out shared timer code.Scott Shawcroft
2018-02-13m0 tc and tcc workScott Shawcroft
2018-02-13m4 tc and tcc works. multi-tcc channels ok too.Scott Shawcroft
2018-02-13Fix builds without status pixel. No need to track its brightness when its una...Scott Shawcroft
2018-02-13Fixed pin namesKevin Townsend
2018-02-13Update pin namesKevin Townsend
2018-02-13Merge branch 'master' into nrf52840Kevin Townsend
2018-02-13Merge branch 'master' of github.com:adafruit/circuitpythonKevin Townsend
2018-02-13Merge pull request #617 from arturo182/nrf_gpio_cleanupKevin Townsend
2018-02-13Added note on installing nrfutilKevin Townsend
2018-02-13Improved READMEKevin Townsend
2018-02-13Updated FATFS to 256KBKevin Townsend
2018-02-13Added notes on flashing bootloaderKevin Townsend
2018-02-13Added feather52840 readmeKevin Townsend
2018-02-13Updated board detection macroKevin Townsend
2018-02-13Update to S140Kevin Townsend
2018-02-13Update mpconfigboard.hKevin Townsend
2018-02-12m4 tc output works. Watch out for the PAC!Scott Shawcroft
2018-02-13Update to S140Kevin Townsend
2018-02-13add 52840 serial bootloaderhathach
2018-02-13add feather52840 boardhathach
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-12Merge pull request #618 from arturo182/nrf_debug_optimKevin Townsend
2018-02-12nrf: Use -O1 for debug buildsarturo182
2018-02-12nrf: Change pin names on DKs to match silkscreenarturo182
2018-02-12Merge pull request #614 from arturo182/nrf_pca10040Kevin Townsend
2018-02-12Merge pull request #601 from arturo182/nrf_cleanupKevin Townsend
2018-02-11Merge pull request #599 from tannewt/update_conf_pyDan Halbert
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-10nrf: Fix memory misalignment during flash writearturo182
2018-02-09m4 compiles, pwmout implemented but TC0 (A1) doesn't runScott Shawcroft
2018-02-09m4 compiles, pwmout implementedScott Shawcroft
2018-02-09WIPScott Shawcroft
2018-02-09Merge pull request #610 from dhalbert/_etext_fixScott Shawcroft
2018-02-09Correct _etext location; clean up .ld filesDan Halbert
2018-02-08More formalScott Shawcroft
2018-02-08Merge pull request #609 from tannewt/bitbangioDan Halbert
2018-02-08Merge pull request #608 from tannewt/analogDan Halbert
2018-02-08Use write instead of set because it clears the bits before setting them.Scott Shawcroft
2018-02-08Enable bitbangio now that we have digitalio.Scott Shawcroft
2018-02-08ports/atmel-samd: Re-enable analogioScott Shawcroft