summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-03update tools/uf2 to have family supporthathach
2018-07-03add tinyusb as submodulehathach
2018-07-03Merge branch 'master' into nrf52840_usbboothathach
2018-07-02Merge pull request #983 from adafruit/tannewt-patch-1Scott Shawcroft
2018-07-02Comment tweak after board changeScott Shawcroft
2018-07-02Merge pull request #982 from arturo182/nrf_makefileScott Shawcroft
2018-07-02Merge pull request #972 from arturo182/nrf_i2cScott Shawcroft
2018-07-02nrf: Save some flash bytes by using extra compile flagsarturo182
2018-07-01Merge pull request #978 from kattni/audioio-rawsample-doc-fixScott Shawcroft
2018-07-01Merge pull request #976 from mrmcwethy/makefile1Scott Shawcroft
2018-06-29Fixed issue with code in docs for audioioKattni Rembor
2018-06-29Test the BOARD parameter for nullness; display a error if nothing providedmrmcwethy
2018-06-29Merge pull request #974 from mrmcwethy/fixrtcScott Shawcroft
2018-06-29include RTC fix for SAMd51 in circuitpython buildmrmcwethy
2018-06-28Merge pull request #971 from arturo182/travis_optimScott Shawcroft
2018-06-28Merge pull request #970 from arturo182/nrf_softdevScott Shawcroft
2018-06-28Merge pull request #969 from arturo182/nrf_more_commonhalScott Shawcroft
2018-06-28Merge pull request #968 from arturo182/nrf_qstrScott Shawcroft
2018-06-28Merge pull request #967 from arturo182/nrf_osScott Shawcroft
2018-06-28Merge pull request #966 from arturo182/nrf_analogioScott Shawcroft
2018-06-28nrf: Rewrite the I2C common-hal using nrfxarturo182
2018-06-28travis: Try to shave off some seconds from build timesarturo182
2018-06-27nrf: Rewrite the os common-hal using nrfxarturo182
2018-06-27nrf: Remove unneeded hal filesarturo182
2018-06-27nrf: Rewrite more common-hal with nrfx and sync with atsamd portarturo182
2018-06-27nrf: Remove old qstr definesarturo182
2018-06-27nrf: Remove unsupported softdevice definesarturo182
2018-06-27nrf: Rewrite the AnalogIn common-hal using nrfxarturo182
2018-06-27flash target update bootloader setting to skip crc checksumhathach
2018-06-27clean up makefilehathach
2018-06-27move dfu-gen dfu-flash dfu-bootloader bootloader uf2 target to common Makefil...hathach
2018-06-27update bin fileshathach
2018-06-27update pin map for feather52840hathach
2018-06-26Merge pull request #959 from arturo182/nrf_spimScott Shawcroft
2018-06-26Merge pull request #960 from arturo182/nrf_stm_cleanupScott Shawcroft
2018-06-26Merge pull request #961 from arturo182/nrf_hal_removeScott Shawcroft
2018-06-26Merge pull request #962 from dhalbert/3.x_to_master-1Scott Shawcroft
2018-06-26Update master with latest 3.x changes.Dan Halbert
2018-06-26nrf: Remove unused hal filesarturo182
2018-06-25nrf: Rewrite the SPI common-hal using nrfxarturo182
2018-06-25nrf: Remove leftovers from stm32 code copyarturo182
2018-06-26update reamdehathach
2018-06-25add uf2, bootloader targethathach
2018-06-25update tools/uf2 to support hex input for uf2conv.pyhathach
2018-06-25update bootloader hex with uf2hathach
2018-06-25Merge branch 'master' into nrf52840_usbboothathach
2018-06-24Merge pull request #951 from arturo182/nrf_cleanupScott Shawcroft
2018-06-24Merge pull request #953 from dhalbert/allow-mount-slashScott Shawcroft
2018-06-22nrf: Rename feather52 to feather52832 in readme filesarturo182
2018-06-21allow '/' to be mounted on '/' from Python codeDan Halbert