summaryrefslogtreecommitdiff
path: root/ports/nrf
AgeCommit message (Expand)Author
2018-07-17arturo182 reviewhathach
2018-07-17use seperate interrupt_char.c for nrfhathach
2018-07-17Merge branch 'master' into fix_nrf52840_serialhathach
2018-07-17should fix #1021hathach
2018-07-16Merge 3.0.0 final bugfixes and changes to masterDan Halbert
2018-07-13Merge pull request #1014 from arturo182/nrf_shared_bleDan Halbert
2018-07-13Merge pull request #1023 from arturo182/nrf_pyocdDan Halbert
2018-07-13nrf: Split the ble module into a shared part and the port implementationarturo182
2018-07-13nrf: Fix flashing with pyocdarturo182
2018-07-13nrf: Fix BLE on nRF52840 after adding the USB functionalityarturo182
2018-07-12merge reviewhathach
2018-07-11Merge branch 'master' into nrf52840_usbboothathach
2018-07-10Merge pull request #1011 from arturo182/nrf_cleanupDan Halbert
2018-07-10code formathathach
2018-07-10nrf: Remove even more unused filesarturo182
2018-07-10nrf: Remove the random hal and modulearturo182
2018-07-10nrf: Remove the old time hal and replace with nRFxarturo182
2018-07-09Merge pull request #1002 from arturo182/nrfx_gpioScott Shawcroft
2018-07-10Merge branch 'master' into nrf52840_usbboothathach
2018-07-10update bootloader hexhathach
2018-07-10add family option for uf2hathach
2018-07-10add ARRAY_SIZEhathach
2018-07-10generate uf2 by defaulthathach
2018-07-08Merge pull request #985 from tannewt/heap_tweaks3Dan Halbert
2018-07-08Merge pull request #1000 from arturo182/nrfx_uartScott Shawcroft
2018-07-08Merge pull request #999 from arturo182/nrf_mphalportScott Shawcroft
2018-07-08Merge pull request #992 from arturo182/nrf_i2c_fixScott Shawcroft
2018-07-08nrf: Rewrite the DigitalInOut hal using nRFxarturo182
2018-07-08nrf: Rewrite the UART HAL using nrfxarturo182
2018-07-08nrf: Cleanup mpconfigboard filesarturo182
2018-07-08nrf: Remove port-specific helparturo182
2018-07-08nrf: mphalport cleanuparturo182
2018-07-06nrf: Fix I2C transfers with data larger than HW allowsarturo182
2018-07-06nrf: Fix SPI transfers with data larger than HW allowsarturo182
2018-07-06remove hal_time fileshathach
2018-07-06mp_hal_delay_ms() to call background taskhathach
2018-07-06make SD default to s140 and s132 for nrf52840 and nrf52832hathach
2018-07-06implement filesystem_writable_by_python()hathach
2018-07-05update fatfs cached sector when running write10hathach
2018-07-05clean uphathach
2018-07-05implement msc with internal_flash apihathach
2018-07-05implement msc flash, seems to workhathach
2018-07-05replace jlink with native usb cdc for serial REPLhathach
2018-07-04enable usb cdc interfacehathach
2018-07-04add usb msc support for nrf52840hathach
2018-07-03Split out assembly source files.Scott Shawcroft
2018-07-03Support gathering register values on nrf.Scott Shawcroft
2018-07-03add tinyusb as submodulehathach
2018-07-03Merge branch 'master' into nrf52840_usbboothathach
2018-07-02Merge pull request #982 from arturo182/nrf_makefileScott Shawcroft