index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
nrf
/
common-hal
Age
Commit message (
Expand
)
Author
2018-07-10
Merge pull request #1011 from arturo182/nrf_cleanup
Dan Halbert
2018-07-10
nrf: Remove the old time hal and replace with nRFx
arturo182
2018-07-09
Merge pull request #1002 from arturo182/nrfx_gpio
Scott Shawcroft
2018-07-08
Merge pull request #992 from arturo182/nrf_i2c_fix
Scott Shawcroft
2018-07-08
nrf: Rewrite the DigitalInOut hal using nRFx
arturo182
2018-07-06
nrf: Fix I2C transfers with data larger than HW allows
arturo182
2018-07-06
nrf: Fix SPI transfers with data larger than HW allows
arturo182
2018-07-02
Merge pull request #972 from arturo182/nrf_i2c
Scott Shawcroft
2018-06-28
Merge pull request #969 from arturo182/nrf_more_commonhal
Scott Shawcroft
2018-06-28
Merge pull request #967 from arturo182/nrf_os
Scott Shawcroft
2018-06-28
nrf: Rewrite the I2C common-hal using nrfx
arturo182
2018-06-27
nrf: Rewrite the os common-hal using nrfx
arturo182
2018-06-27
nrf: Rewrite more common-hal with nrfx and sync with atsamd port
arturo182
2018-06-27
nrf: Rewrite the AnalogIn common-hal using nrfx
arturo182
2018-06-25
nrf: Rewrite the SPI common-hal using nrfx
arturo182
2018-06-20
nrf: Simplify pin generation and definition
arturo182
2018-06-10
return "false" for stub call
jerryneedell
2018-06-08
Stub out get_paused in nrf builds.
Scott Shawcroft
2018-05-13
add timeout keyword to I2C - for bitbangio - ignored for busio
Jerry Needell
2018-04-10
esp8266 and nrf: raise NotImplementedError
Dan Halbert
2018-03-30
Merge branch 'master' into super_status
sommersoft
2018-03-25
Don't lose half of the processor's serial number
Jeff Epler
2018-03-10
nrf: changed Status to Runtime; instituted runtime singleton
sommersoft
2018-02-21
Add dummy UART implementation to nrf so it builds with UART turned on. Also a...
Dan Halbert
2018-02-19
added Status submodule to ports/nrf/common-hal/supervisor; issue #544
sommersoft
2018-02-07
nrf: Remove SAMD mentions carried over while copying files
arturo182
2018-02-07
nrf: Make sure to not use SD functions when SD not available
arturo182
2018-02-07
Merge pull request #589 from arturo182/nrf_gamepad
Kevin Townsend
2018-02-06
nrf: Cleanup AnalogOut and throw an exception in constructor
arturo182
2018-02-05
nrf: Implement ticks, add gamepad module and example
arturo182
2018-02-05
nrf: Get the port working on pca10056 (nRF52840)
arturo182
2018-02-02
nrf: Implement MCU temperature reading
arturo182
2018-02-02
nrf: Use the right SPI registers on nRF52840
arturo182
2018-01-30
add SPI.frequency to nRF
Dan Halbert
2018-01-18
Added Unique ID Functions/Updated Support Matrix (#527)
sommersoft
2018-01-03
nrf: fixups for changes from 2.2
Dan Halbert
2017-12-22
Added 'mp_raise_NotImplementedError(NULL)'
microbuilder
2017-12-22
Removed old code snippets
microbuilder
2017-12-22
Added 'mp_raise_NotImplementedError(NULL)'
microbuilder
2017-12-21
nRF52 update with internal file system support
microbuilder
2017-11-23
Revert "Supervisor REPL support for ports/nrf/boards/feather52"
Kevin Townsend
2017-11-23
Supervisor REPL support for ports/nrf/boards/feather52
Kevin Townsend