summaryrefslogtreecommitdiff
path: root/ports/nrf/common-hal
AgeCommit message (Expand)Author
2018-07-10Merge pull request #1011 from arturo182/nrf_cleanupDan Halbert
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-08Merge pull request #992 from arturo182/nrf_i2c_fixScott Shawcroft
2018-07-08nrf: Rewrite the DigitalInOut hal using nRFxarturo182
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-02Merge pull request #972 from arturo182/nrf_i2cScott Shawcroft
2018-06-28Merge pull request #969 from arturo182/nrf_more_commonhalScott Shawcroft
2018-06-28Merge pull request #967 from arturo182/nrf_osScott Shawcroft
2018-06-28nrf: Rewrite the I2C common-hal using nrfxarturo182
2018-06-27nrf: Rewrite the os common-hal using nrfxarturo182
2018-06-27nrf: Rewrite more common-hal with nrfx and sync with atsamd portarturo182
2018-06-27nrf: Rewrite the AnalogIn common-hal using nrfxarturo182
2018-06-25nrf: Rewrite the SPI common-hal using nrfxarturo182
2018-06-20nrf: Simplify pin generation and definitionarturo182
2018-06-10return "false" for stub calljerryneedell
2018-06-08Stub out get_paused in nrf builds.Scott Shawcroft
2018-05-13 add timeout keyword to I2C - for bitbangio - ignored for busioJerry Needell
2018-04-10esp8266 and nrf: raise NotImplementedErrorDan Halbert
2018-03-30Merge branch 'master' into super_statussommersoft
2018-03-25Don't lose half of the processor's serial numberJeff Epler
2018-03-10nrf: changed Status to Runtime; instituted runtime singletonsommersoft
2018-02-21Add dummy UART implementation to nrf so it builds with UART turned on. Also a...Dan Halbert
2018-02-19added Status submodule to ports/nrf/common-hal/supervisor; issue #544sommersoft
2018-02-07nrf: Remove SAMD mentions carried over while copying filesarturo182
2018-02-07nrf: Make sure to not use SD functions when SD not availablearturo182
2018-02-07Merge pull request #589 from arturo182/nrf_gamepadKevin Townsend
2018-02-06nrf: Cleanup AnalogOut and throw an exception in constructorarturo182
2018-02-05nrf: Implement ticks, add gamepad module and examplearturo182
2018-02-05nrf: Get the port working on pca10056 (nRF52840)arturo182
2018-02-02nrf: Implement MCU temperature readingarturo182
2018-02-02nrf: Use the right SPI registers on nRF52840arturo182
2018-01-30add SPI.frequency to nRFDan Halbert
2018-01-18Added Unique ID Functions/Updated Support Matrix (#527)sommersoft
2018-01-03nrf: fixups for changes from 2.2Dan Halbert
2017-12-22Added 'mp_raise_NotImplementedError(NULL)'microbuilder
2017-12-22Removed old code snippetsmicrobuilder
2017-12-22Added 'mp_raise_NotImplementedError(NULL)'microbuilder
2017-12-21nRF52 update with internal file system supportmicrobuilder
2017-11-23Revert "Supervisor REPL support for ports/nrf/boards/feather52"Kevin Townsend
2017-11-23Supervisor REPL support for ports/nrf/boards/feather52Kevin Townsend